-
I have defined a nested multiPackage structure in my top-level recipe
My question is how I can build
|
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
Thanks! That was really helpful. |
Beta Was this translation helpful? Give feedback.
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