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

@ -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.