mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
remove dscanner subcommand
It's unused and unmaintained. It could potentially be revived as a plugin at a later point.
This commit is contained in:
parent
da24a45e83
commit
8961485125
16 changed files with 0 additions and 963 deletions
|
|
@ -44,7 +44,6 @@ commands = OrderedDict([
|
|||
("rewritemeta", _("Rewrite all the metadata files")),
|
||||
("lint", _("Warn about possible metadata errors")),
|
||||
("scanner", _("Scan the source code of a package")),
|
||||
("dscanner", _("Dynamically scan APKs post build")),
|
||||
("stats", _("Update the stats of the repo")),
|
||||
("server", _("Old, deprecated name for fdroid deploy")),
|
||||
("signindex", _("Sign indexes created using update --nosign")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue