debug out for find packages

This commit is contained in:
2020-08-13 19:05:40 +02:00
parent e8be0cd1b6
commit ab8b20fb7d

View File

@@ -35,7 +35,7 @@ def already_running():
def find_all_files_for_pkg(name, repo):
searchpath = os.path.join(config["basedir"]["repo"], repo, "os", config["arch"]) + "/" + name + "/*.pkg.*"
# logging.debug("Search for packages with %s", searchpath)
logging.debug("[REPO] Search for package %s (path=%s)", name, searchpath)
pkgs = glob.glob(searchpath)
return pkgs