Add 'fdroid gpgsign' command

Creates detached gpg signatures for any apks that don't have them
yet. Relevant configuration fields need to be set first.
This commit is contained in:
Ciaran Gultnieks 2014-05-12 21:55:59 +01:00
parent 6cd21c108c
commit ffdebd9516
2 changed files with 77 additions and 0 deletions

1
fdroid
View file

@ -25,6 +25,7 @@ commands = {
"build": "Build a package from source",
"init": "Quickly start a new repository",
"publish": "Sign and place packages in the repo",
"gpgsign": "Add gpg signatures for packages in repo",
"update": "Update repo information for new packages",
"verify": "Verify the integrity of downloaded packages",
"checkupdates": "Check for updates to applications",