mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
3c171d353f
commit
5adb5b8ebd
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ repo-base = /srv/http/aur/repos/
|
||||||
repo-regex = [a-z0-9][a-z0-9.+_-]*$
|
repo-regex = [a-z0-9][a-z0-9.+_-]*$
|
||||||
git-update-hook = /srv/http/aur/scripts/git-integration/git-update.py
|
git-update-hook = /srv/http/aur/scripts/git-integration/git-update.py
|
||||||
git-shell-cmd = /usr/bin/git-shell
|
git-shell-cmd = /usr/bin/git-shell
|
||||||
|
ssh-cmdline = ssh -p 2222 aur@aur.archlinux.org
|
||||||
|
|
||||||
[aurblup]
|
[aurblup]
|
||||||
db-path = /srv/http/aur/scripts/aurblup/
|
db-path = /srv/http/aur/scripts/aurblup/
|
||||||
|
|
Loading…
Add table
Reference in a new issue