|
I have defined a nested multiPackage structure in my top-level recipe My question is how I can build |
Answered by
rhubert
Aug 13, 2025
Replies: 2 comments 1 reply
|
you should be able to use the a simple wildcard in this case: (depending on your shell you might need to escape or quote the asterisk) It's also possible to use xpaths to specify which package you want to select. See https://bob-build-tool.readthedocs.io/en/latest/manpages/bobpaths.html for more details |
1 reply
Answer selected by
jkloetzke
|
Thanks! That was really helpful. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you should be able to use the a simple wildcard in this case:
(depending on your shell you might need to escape or quote the asterisk)
It's also possible to use xpaths to specify which package you want to select. See https://bob-build-tool.readthedocs.io/en/latest/manpages/bobpaths.html for more details