mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add update hook template
This adds a script that can be used as an update hook to check all commits for validity and to regenerate the package details page before updating a named ref. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
ad17b9e2b4
commit
943b6bc976
4 changed files with 419 additions and 0 deletions
|
@ -36,4 +36,5 @@ ssh-options = no-port-forwarding,no-X11-forwarding,no-pty
|
|||
[serve]
|
||||
repo-base = /pub/git/
|
||||
repo-regex = [a-z0-9][a-z0-9.+_-]*$
|
||||
git-update-hook = /srv/http/aur/scripts/git-integration/git-update.py
|
||||
git-shell-cmd = /usr/bin/git-shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue