mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 13:37:38 +01:00
projects.py: Check flavours build + devel in exepath command
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7e85c87c16
commit
11770d4cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ def cmd_exepath(args_):
|
||||||
parser = argparse.ArgumentParser(description='exepath')
|
parser = argparse.ArgumentParser(description='exepath')
|
||||||
parser.add_argument('module', nargs='*', help='Modules')
|
parser.add_argument('module', nargs='*', help='Modules')
|
||||||
args=parser.parse_args(args_)
|
args=parser.parse_args(args_)
|
||||||
deps = get_modules_from_project_txt(args.module, 'pkg.requires.jw', 'run',
|
deps = get_modules_from_project_txt(args.module, 'pkg.requires.jw', [ 'run', 'build', 'devel' ],
|
||||||
scope = 2, add_self=True, names_only=True)
|
scope = 2, add_self=True, names_only=True)
|
||||||
r = ''
|
r = ''
|
||||||
for m in deps:
|
for m in deps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue