mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 23:12:55 +00:00
add alternative arch git hook symlink
This commit is contained in:
parent
bf8bdb8685
commit
0b0e150b75
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ ln -s /usr/share/git-core/mail-hooks/gnome-post-receive-email \
|
|||
$GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-email
|
||||
ln -s /usr/share/git-core/post-receive-fedmsg \
|
||||
$GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-fedmsg
|
||||
ln -s /usr/share/git-core/post-receive-alternativearch \
|
||||
$GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-alternativearch
|
||||
|
||||
# This one kicks off all the others in post-receive-chained.d
|
||||
ln -s /usr/share/git-core/post-receive-chained \
|
||||
|
|
Loading…
Add table
Reference in a new issue