rock-simulation / pybob

Python build scripts
4 stars 7 forks source link

allows nesting in the package name and print output from execute command #15

Open annaborn opened 6 years ago

annaborn commented 6 years ago

there is a bug with deep nesting package name, e.g. gui/osgviz/osgviz. since it took just the last split, the repository path was wrong. /gui-osgviz, but right is /gui-osgviz-osgviz so this patch allows deeper nesting package name.

annaborn commented 6 years ago

@AlexanderFabisch please check the pull request

malter commented 6 years ago

Maybe, we should only print the output in case of an error? I don't know exactly how autoproj behaves, so I assume the rule for the other commit is always correct?