From 9244189ce5079978c14def8db3ac54a96b70d1b1 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Tue, 4 Jun 2024 20:22:56 +0800 Subject: [PATCH] fix(deploy): remove the `--index-only` flag --- fdroidserver/deploy.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index 703bba35..24b5dbb2 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -1120,12 +1120,6 @@ def main(): default=False, help=_("If a git mirror gets to big, allow the archive to be deleted"), ) - parser.add_argument( - "--index-only", - action="store_true", - default=False, - help="Only deploy the index files entry.* and index-v*.json", - ) options = parser.parse_args() config = common.read_config(options)