ros-infrastructure / ros_buildfarm

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

Add support for group dependencies in release jobs #980

Closed cottsay closed 1 year ago

cottsay commented 1 year ago

Neither the debs nor the RPMs currently generated by Bloom support this, but implementing the concept here is straightforward and it will make it easier to prototype solutions if it can be enabled via the build config.

This change should maintain the current behavior on the buildfarm, which ignores group dependencies in release jobs (except for topological ordering).

cottsay commented 1 year ago

An update to the release build config docs should accompany this change

I'm usually on point here, but I missed this one. Thanks for the feedback, addressed in 8b6d6c3.