1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00
This commit is contained in:
proletarius101 2024-04-06 17:20:30 +08:00
parent dbd6e4237e
commit 1d8f404ef1
No known key found for this signature in database

View File

@ -694,6 +694,7 @@ def update_servergitmirrors(servergitmirrors, repo_section):
enabled_remotes = []
for d in servergitmirrors:
print(f"d: {d}")
index_only = d.get('index_only', False)
# Use a separate branch for the index only mode as it needs a different set of files to commit