ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
81 stars 96 forks source link

Fix some scripts which didn't previously require ros_buildfarm #977

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

It seems that these four scripts didn't previously require the ros_buildfarm module to be importable to run. Rather than update all of their calls throughout ros_buildfarm (there are numerous), take the same approach as was used in the git and apt wrapper scripts previously to inject the module into the import search path.

This regression probably only affects Jenkins buildfarms, which is why CI didn't catch it.

I'm doing 2 things in this PR:

Fixes: #973