added more logging
This commit is contained in:
@@ -109,6 +109,7 @@ def do_repo_work():
|
|||||||
with to_add_l:
|
with to_add_l:
|
||||||
for repo in to_add:
|
for repo in to_add:
|
||||||
if to_add[repo]:
|
if to_add[repo]:
|
||||||
|
logging.info("Adding to %s: %s", repo, ", ".join(to_add[repo]))
|
||||||
args = ["repo-add", "-s", "-v",
|
args = ["repo-add", "-s", "-v",
|
||||||
os.path.join(config["basedir"]["repo"], repo, "os", config["arch"], repo + ".db.tar.xz")]
|
os.path.join(config["basedir"]["repo"], repo, "os", config["arch"], repo + ".db.tar.xz")]
|
||||||
args.extend(to_add[repo])
|
args.extend(to_add[repo])
|
||||||
|
Reference in New Issue
Block a user