From 0b0e150b75579e302812610b31817acb01fbc6f2 Mon Sep 17 00:00:00 2001 From: clime Date: Tue, 14 Feb 2017 07:18:58 +0100 Subject: [PATCH] add alternative arch git hook symlink --- scripts/dist-git/setup_git_package | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/dist-git/setup_git_package b/scripts/dist-git/setup_git_package index 0dc73dc..801309b 100755 --- a/scripts/dist-git/setup_git_package +++ b/scripts/dist-git/setup_git_package @@ -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 \