summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-08-14 13:09:57 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-08-16 06:49:12 +0200
commit4112e572aadbbc552749398010257be3a3ba802b (patch)
tree7554adaabec23d6ed964d97940e487dff9aaa225 /conf
parentda875276d477c344358f1ba1fa82dcb269fdb138 (diff)
downloadaur-4112e572aadbbc552749398010257be3a3ba802b.tar.gz
aur-4112e572aadbbc552749398010257be3a3ba802b.tar.xz
Add a restore command to the SSH interface
Implement a new command that can be used to restore deleted package bases without having to push a new commit. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/config.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/config.proto b/conf/config.proto
index 52da7967..2c798b74 100644
--- a/conf/config.proto
+++ b/conf/config.proto
@@ -51,6 +51,7 @@ ssh-options = no-port-forwarding,no-X11-forwarding,no-pty
repo-path = /srv/http/aurweb/aur.git/
repo-regex = [a-z0-9][a-z0-9.+_-]*$
git-shell-cmd = /usr/bin/git-shell
+git-update-cmd = /srv/http/aurweb/git-interface/git-update.py
ssh-cmdline = ssh aur@aur.archlinux.org
[aurblup]