diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index f5c0a033..4ec36042 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -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