fixed list expand
This commit is contained in:
@@ -72,7 +72,7 @@ def build(pkgbuild, repo):
|
||||
return
|
||||
|
||||
# copying
|
||||
pkgs.append(glob.glob("*.pkg.tar.zst.sig"))
|
||||
pkgs.extend(glob.glob("*.pkg.tar.zst.sig"))
|
||||
for pkg in pkgs:
|
||||
logging.debug("[%s-%s] Copy %s to %s", name, repo, pkg,
|
||||
os.path.join(config["basedir"]["repo"], repo, "os", config["arch"] + "/"))
|
||||
|
Reference in New Issue
Block a user