Rename the hook post-receive-secondaryarch into post-receive-alternativearch
This commit is contained in:
parent
16439c95af
commit
4e153f8912
4 changed files with 4 additions and 4 deletions
|
@ -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
|
$GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-email
|
||||||
ln -s /usr/share/git-core/post-receive-fedmsg \
|
ln -s /usr/share/git-core/post-receive-fedmsg \
|
||||||
$GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-fedmsg
|
$GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-fedmsg
|
||||||
ln -s /usr/share/git-core/post-receive-secondaryarch \
|
ln -s /usr/share/git-core/post-receive-alternativearch \
|
||||||
$GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-secondaryarch
|
$GITROOT/$PACKAGE.git/hooks/post-receive-chained.d/post-receive-alternativearch
|
||||||
|
|
||||||
# This one kicks off all the others in post-receive-chained.d
|
# This one kicks off all the others in post-receive-chained.d
|
||||||
ln -s /usr/share/git-core/post-receive-chained \
|
ln -s /usr/share/git-core/post-receive-chained \
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# for it to be invoked.
|
# for it to be invoked.
|
||||||
pee \
|
pee \
|
||||||
$GIT_DIR/hooks/post-receive-chained.d/post-receive-fedmsg
|
$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
|
# 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.
|
# fedmsg which routes to FMN which routes to packagers and the mailing list.
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- post-receive-fedmsg
|
- post-receive-fedmsg
|
||||||
- post-receive-chained
|
- post-receive-chained
|
||||||
- post-receive-secondaryarch
|
- post-receive-alternativearch
|
||||||
- update-block-push-origin
|
- update-block-push-origin
|
||||||
tags:
|
tags:
|
||||||
- git
|
- git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue