diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2016-10-19 12:40:45 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2016-10-28 10:59:16 +0200 |
| commit | 8f04f6fa73bffe078877c87bf9ae00351f2b3e6f (patch) | |
| tree | 29f42a9360884a38520eea01f08b99bb829ccd12 /roles/distgit/files/setup_git_package | |
| parent | da01e57907d97f8952f5c8a1f95f23c448c506db (diff) | |
Add and install the secondary arch git hook
This hook is meant to notify secondary arch people about changes made to
packages that involves: ExclusiveArch or ExcludesArch.
Diffstat (limited to 'roles/distgit/files/setup_git_package')
| -rw-r--r-- | roles/distgit/files/setup_git_package | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/distgit/files/setup_git_package b/roles/distgit/files/setup_git_package index 3737e06ce..bf42f2fc3 100644 --- a/roles/distgit/files/setup_git_package +++ b/roles/distgit/files/setup_git_package @@ -119,6 +119,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-secondaryarch \ + $GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-secondaryarch # This one kicks off all the others in post-receive-chained.d ln -s /usr/share/git-core/post-receive-chained \ |
