diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-08-14 13:09:57 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-08-16 06:49:12 +0200 |
commit | 4112e572aadbbc552749398010257be3a3ba802b (patch) | |
tree | 7554adaabec23d6ed964d97940e487dff9aaa225 /conf | |
parent | da875276d477c344358f1ba1fa82dcb269fdb138 (diff) | |
download | aurweb-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.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/config.proto b/conf/config.proto index 52da796..2c798b7 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] |