ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I am able to create the pre-release jobs, but I think it might be lagging behind bloom on which branch/tag to use when testing from the release repository.

This will be resolved as the new rosdistro library is deployed as the new rosdistro fromat has the release tags encoded into each repository listing. e.g.:

https://github.com/ros/rosdistro/blob/rep137/releases/groovy.yaml#L473

(the location of that file might change as we shuffle things around while rolling out the new rosdistro)

So, I would say you have to wait for us to fix the pre-release to use the new rosdistro library.

A little more on why; other tools which use the old rosdistro don't have the release tag template either, but they instead "guess" over a set of tags which bloom used at different points, which is... suboptimal. The rosinstall generator does this for example. Normally I would say we can introduce this same "guess" and check logic into the pre-release system, but since we are so close to finishing the rosdistro roll out, it makes more sense for us to not waste time fixing a system that is going to be updated in the very near future.