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

View File

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