diff options
Diffstat (limited to 'roles/distgit/files/setup_git_package')
| -rw-r--r-- | roles/distgit/files/setup_git_package | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/distgit/files/setup_git_package b/roles/distgit/files/setup_git_package index 3a9696e0a..df7692730 100644 --- a/roles/distgit/files/setup_git_package +++ b/roles/distgit/files/setup_git_package @@ -118,6 +118,10 @@ popd >/dev/null # This one kicks off all the others in update-chained.d #ln -s /usr/share/git-core/update-chained $GITROOT/$PACKAGE.git/hooks/update +# Place the gitolite update hook in place since we're not using our own +ln -s /etc/gitolite/hooks/common/update $GITROOT/$PACKAGE.git/hooks/update + + # Setup our post-receive hooks mkdir -p $GITROOT/$PACKAGE.git/hooks/post-receive-chained.d ln -s /usr/share/git-core/mail-hooks/gnome-post-receive-email \ |
