mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
build.py: Beautify logging
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
4dd4657c60
commit
a232b4bffd
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ order = []
|
||||||
glob_prereq_types = [ "build" ]
|
glob_prereq_types = [ "build" ]
|
||||||
if re.match("pkg-.*", target) is not None:
|
if re.match("pkg-.*", target) is not None:
|
||||||
glob_prereq_types = [ "build", "run", "release", "devel" ]
|
glob_prereq_types = [ "build", "run", "release", "devel" ]
|
||||||
|
print("using prerequisite types " + ' '.join(glob_prereq_types))
|
||||||
|
|
||||||
calculate_order(order, modules, glob_prereq_types)
|
calculate_order(order, modules, glob_prereq_types)
|
||||||
if args.ignore_deps:
|
if args.ignore_deps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue