mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): Fix git service's update hook
The update hook was incorrectly linked to /usr/local/bin/aurweb-git-update, which was neglected during the original patch regarding dependency conversion to `poetry`. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
0386e0dbc2
commit
2e3f69ab12
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ if [ ! -f $GIT_REPO/config ]; then
|
||||||
git config --local transfer.hideRefs '^refs/'
|
git config --local transfer.hideRefs '^refs/'
|
||||||
git config --local --add transfer.hideRefs '!refs/'
|
git config --local --add transfer.hideRefs '!refs/'
|
||||||
git config --local --add transfer.hideRefs '!HEAD'
|
git config --local --add transfer.hideRefs '!HEAD'
|
||||||
ln -sf /usr/local/bin/aurweb-git-update hooks/update
|
ln -sf /usr/bin/aurweb-git-update hooks/update
|
||||||
cd $curdir
|
cd $curdir
|
||||||
chown -R aur:aur $GIT_REPO
|
chown -R aur:aur $GIT_REPO
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue