[aur-dev] [PATCH] config.proto: Add prototype for ssh-cmdline

Lukas Fleischer archlinux at cryptocrack.de
Fri Jan 9 16:51:45 UTC 2015


This should have been added in 1b627a3 (git-serve.py: Improve error
messages, 2015-01-01).

Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
 conf/config.proto | 1 +
 1 file changed, 1 insertion(+)

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 at aur.archlinux.org
 
 [aurblup]
 db-path = /srv/http/aur/scripts/aurblup/
-- 
2.2.1


More information about the aur-dev mailing list