chiark / gitweb /
Fixes #8: if unknown APKs found, prompt to use -c or use --delete-unknown
authorHans-Christoph Steiner <hans@eds.org>
Thu, 29 May 2014 17:40:06 +0000 (13:40 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 29 May 2014 17:40:06 +0000 (13:40 -0400)
commitaf22962572363b16877dad86840ff616f2655109
treef5c11d4a5d1b5c72370b590bbdaf0a05c53fde78
parent2f3022ff65fc47eba1b86320ef3ac35d397cf8e7
Fixes #8: if unknown APKs found, prompt to use -c or use --delete-unknown

This adds the option --delete-unknown for the current default behavior of
`fdroid update`: to delete any unknown APKs.  Instead, it just outputs a
warning about the unknown APKs and suggests -c for adding it.

Fixes #8 https://gitlab.com/fdroid/fdroidserver/issues/8
completion/bash-completion
fdroidserver/update.py