From 943b6bc9769a03e967f08d8b46bd975e2e8d2a20 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 5 Jun 2014 17:19:19 +0200 Subject: 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 --- conf/config.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/config.proto b/conf/config.proto index 13cafe0..969164a 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -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 -- cgit v1.2.3-54-g00ecf