added more logging

This commit is contained in:
2021-05-26 12:21:38 +02:00
parent d8dfce570f
commit 528f5c387b

View File

@@ -109,6 +109,7 @@ def do_repo_work():
with to_add_l:
for repo in to_add:
if to_add[repo]:
logging.info("Adding to %s: %s", repo, ", ".join(to_add[repo]))
args = ["repo-add", "-s", "-v",
os.path.join(config["basedir"]["repo"], repo, "os", config["arch"], repo + ".db.tar.xz")]
args.extend(to_add[repo])