1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

fix(deploy): remove the --index-only flag

This commit is contained in:
proletarius101 2024-06-04 20:22:56 +08:00
parent b164241026
commit 9244189ce5
No known key found for this signature in database

View File

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