Fix path to the gitolite update hook
This commit is contained in:
parent
a1fa86f366
commit
a0f3bc7aad
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ popd >/dev/null
|
|||
|
||||
# Setup our update hooks
|
||||
mkdir -p $GITROOT/$PACKAGE.git/hooks/update-chained.d
|
||||
ln -s /usr/share/gitolite/hooks/common/update \
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue