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:
Marcus Hoffmann 2020-01-31 14:16:33 +01:00
parent da24a45e83
commit 8961485125
16 changed files with 0 additions and 963 deletions

View file

@ -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")),