1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

update: remove -b / --buildreport which has done nothing since 2013

The functionality was removed in 48296df5b0
This commit is contained in:
Hans-Christoph Steiner 2020-10-06 11:31:22 +02:00
parent 2952e74b71
commit 75cdb1fd97
2 changed files with 2 additions and 4 deletions

View File

@ -125,8 +125,8 @@ __complete_install() {
}
__complete_update() {
opts="-c -v -q -b -i -I -e -w"
lopts="--create-metadata --verbose --quiet --buildreport
opts="-c -v -q -i -I -e -w"
lopts="--create-metadata --verbose --quiet
--icons --wiki --pretty --clean --delete-unknown
--nosign --rename-apks --use-date-from-apk"
case "${prev}" in

View File

@ -2270,8 +2270,6 @@ def main():
help=_("Add skeleton metadata files for APKs that are missing them"))
parser.add_argument("--delete-unknown", action="store_true", default=False,
help=_("Delete APKs and/or OBBs without metadata from the repo"))
parser.add_argument("-b", "--buildreport", action="store_true", default=False,
help=_("Report on build data status"))
parser.add_argument("-I", "--icons", action="store_true", default=False,
help=_("Resize all the icons exceeding the max pixel size and exit"))
parser.add_argument("-w", "--wiki", default=False, action="store_true",