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
|
@ -44,6 +44,7 @@ The git-serve command, the "aurweb shell", provides different subcommands:
|
|||
* The help command shows a list of available commands.
|
||||
* The list-repos command lists all repositories of the authenticated user.
|
||||
* The setup-repo command can be used to create a new repository.
|
||||
* The restore command can be used to restore a deleted package base.
|
||||
* The git-{receive,upload}-pack commands are redirected to git-shell(1).
|
||||
|
||||
The requested command is extracted from the SSH_ORIGINAL_COMMAND environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue