diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-01-09 17:47:05 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2015-01-09 17:47:05 +0100 |
commit | 5adb5b8ebdf0e9040c7aa21bdeb62f46e82cf476 (patch) | |
tree | 8aab03969aa58635148b0d6f877e11b563235653 /conf | |
parent | 3c171d353f930874593cfa94434b7b5d8e5f9aa8 (diff) | |
download | aurweb-5adb5b8ebdf0e9040c7aa21bdeb62f46e82cf476.tar.xz |
config.proto: Add prototype for ssh-cmdline
This should have been added in 1b627a3 (git-serve.py: Improve error
messages, 2015-01-01).
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/config.proto b/conf/config.proto index 28ac761..a3b1640 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -37,6 +37,7 @@ repo-base = /srv/http/aur/repos/ 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 +ssh-cmdline = ssh -p 2222 aur@aur.archlinux.org [aurblup] db-path = /srv/http/aur/scripts/aurblup/ |