ros-infrastructure / buildfarm

Build scripts and notes for catkin debian build pipeline.
6 stars 15 forks source link

add verification that all gbps checked out correctly when generating dependencies #58

Closed tfoote closed 11 years ago

tfoote commented 11 years ago

Right now it passes when repos are failed to be checked out.

This meant that I reconfigured the repo, but failed to checkout pcl. So anything that depended on pcl doesn't.

We can't flip this switch quite yet, as there's still several unconverted packages. but it would be nice to prompt and notifiy the person running that these packages will be skipped.

tfoote commented 11 years ago

Added explict version checkout in cad20d9

tfoote commented 11 years ago

Wim nulled out all packages, and cad20d9 also skips those at when listing them. So this can be enabled now.

dirk-thomas commented 11 years ago

This is being checked when the rosdistro cache is build which also happens for every pull request via travis.