more logging fixes
This commit is contained in:
@@ -44,7 +44,7 @@ def find_all_files_for_pkg(name, repo):
|
|||||||
def build(pkgbuild, repo):
|
def build(pkgbuild, repo):
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
name = pathlib.Path(pkgbuild).parts[-4]
|
name = pathlib.Path(pkgbuild).parts[-4]
|
||||||
logging.info("[%s-%s] Build starting", name, repo)
|
logging.info("[%s/%s] Build starting", repo, name)
|
||||||
|
|
||||||
# setup buildflags
|
# setup buildflags
|
||||||
setup_makepkg(repo)
|
setup_makepkg(repo)
|
||||||
|
Reference in New Issue
Block a user