debug out for find packages
This commit is contained in:
@@ -35,7 +35,7 @@ def already_running():
|
|||||||
|
|
||||||
def find_all_files_for_pkg(name, repo):
|
def find_all_files_for_pkg(name, repo):
|
||||||
searchpath = os.path.join(config["basedir"]["repo"], repo, "os", config["arch"]) + "/" + name + "/*.pkg.*"
|
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)
|
pkgs = glob.glob(searchpath)
|
||||||
|
|
||||||
return pkgs
|
return pkgs
|
||||||
|
Reference in New Issue
Block a user