Rename the hook post-receive-secondaryarch into post-receive-alternativearch

This commit is contained in:
Pierre-Yves Chibon 2016-10-20 10:41:46 +02:00
parent 16439c95af
commit 4e153f8912
4 changed files with 4 additions and 4 deletions

View file

@ -119,8 +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
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 \

View file

@ -5,7 +5,7 @@
# for it to be invoked.
pee \
$GIT_DIR/hooks/post-receive-chained.d/post-receive-fedmsg
$GIT_DIR/hooks/post-receive-chained.d/post-receive-secondaryarch
$GIT_DIR/hooks/post-receive-chained.d/post-receive-alternativearch
# We used to send emails directly from the git hook here, but now we send to
# fedmsg which routes to FMN which routes to packagers and the mailing list.

View file

@ -26,7 +26,7 @@
with_items:
- post-receive-fedmsg
- post-receive-chained
- post-receive-secondaryarch
- post-receive-alternativearch
- update-block-push-origin
tags:
- git