diff --git a/roles/distgit/files/setup_git_package b/roles/distgit/files/setup_git_package index ec4f46a3ba..3a9696e0a1 100644 --- a/roles/distgit/files/setup_git_package +++ b/roles/distgit/files/setup_git_package @@ -109,14 +109,14 @@ git push -q origin master popd >/dev/null # Setup our update hooks -mkdir -p $GITROOT/$PACKAGE.git/hooks/update-chained.d -ln -s /etc/gitolite/hooks/common/update \ - $GITROOT/$PACKAGE.git/hooks/update-chained.d/update-gitolite -ln -s /usr/share/git-core/update-block-push-origin \ - $GITROOT/$PACKAGE.git/hooks/update-chained.d/update-block-push-origin +#mkdir -p $GITROOT/$PACKAGE.git/hooks/update-chained.d +#ln -s /etc/gitolite/hooks/common/update \ +# $GITROOT/$PACKAGE.git/hooks/update-chained.d/update-gitolite +#ln -s /usr/share/git-core/update-block-push-origin \ +# $GITROOT/$PACKAGE.git/hooks/update-chained.d/update-block-push-origin # This one kicks off all the others in update-chained.d -ln -s /usr/share/git-core/update-chained $GITROOT/$PACKAGE.git/hooks/update +#ln -s /usr/share/git-core/update-chained $GITROOT/$PACKAGE.git/hooks/update # Setup our post-receive hooks mkdir -p $GITROOT/$PACKAGE.git/hooks/post-receive-chained.d