mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
da875276d4
commit
4112e572aa
4 changed files with 33 additions and 9 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue