diff --git a/roles/distgit/files/setup_git_package b/roles/distgit/files/setup_git_package index bf42f2fc3c..f6bfea217b 100644 --- a/roles/distgit/files/setup_git_package +++ b/roles/distgit/files/setup_git_package @@ -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 \ diff --git a/roles/git/hooks/files/post-receive-secondaryarch b/roles/git/hooks/files/post-receive-alternativearch similarity index 100% rename from roles/git/hooks/files/post-receive-secondaryarch rename to roles/git/hooks/files/post-receive-alternativearch diff --git a/roles/git/hooks/files/post-receive-chained b/roles/git/hooks/files/post-receive-chained index 38a94c1fff..469fe463cf 100755 --- a/roles/git/hooks/files/post-receive-chained +++ b/roles/git/hooks/files/post-receive-chained @@ -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. diff --git a/roles/git/hooks/tasks/main.yml b/roles/git/hooks/tasks/main.yml index 6c0685a651..28050565f1 100644 --- a/roles/git/hooks/tasks/main.yml +++ b/roles/git/hooks/tasks/main.yml @@ -26,7 +26,7 @@ with_items: - post-receive-fedmsg - post-receive-chained - - post-receive-secondaryarch + - post-receive-alternativearch - update-block-push-origin tags: - git