summaryrefslogtreecommitdiffstats
path: root/git-interface
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-06-02 15:16:08 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-06-02 15:16:24 +0200
commitc38f95f63221d23b109042b32b4eb94b40b25d2c (patch)
tree8e334731649e58dca4d98db8492731ca8dc15941 /git-interface
parent6fe87925089ef16eb8f378d105c4707895dd6e29 (diff)
downloadaurweb-c38f95f63221d23b109042b32b4eb94b40b25d2c.tar.xz
config.proto: Cleanup
Remove the template-path and git-update-hook options which are no longer used. Update the git_clone_uri_anon default value. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'git-interface')
-rwxr-xr-xgit-interface/git-serve.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-interface/git-serve.py b/git-interface/git-serve.py
index fce766a..5aa44c3 100755
--- a/git-interface/git-serve.py
+++ b/git-interface/git-serve.py
@@ -21,7 +21,6 @@ repo_path = config.get('serve', 'repo-path')
repo_regex = config.get('serve', 'repo-regex')
git_shell_cmd = config.get('serve', 'git-shell-cmd')
ssh_cmdline = config.get('serve', 'ssh-cmdline')
-template_path = config.get('serve', 'template-path')
def pkgbase_exists(pkgbase):
db = mysql.connector.connect(host=aur_db_host, user=aur_db_user,