diff --git a/master.py b/master.py index 4e6adf8..f799dff 100644 --- a/master.py +++ b/master.py @@ -192,7 +192,7 @@ def sync_marchs_with_config(): repos = [dI for dI in os.listdir(config["basedir"]["repo"]) if os.path.isdir(os.path.join(config["basedir"]["repo"], dI))] - repo_quota = [] + repo_quota = ["logs"] for r, a in ((x, y) for x in config["repos"] for y in config["march"]): repo_quota.append("{}-{}".format(r, a))