ros-infrastructure / buildfarm

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

Do not allow the configuration of circular dependencies #98

Closed tfoote closed 11 years ago

tfoote commented 11 years ago

If you configure with a circular loop the buildfarm will just build continuously and never finish.

This check should be done here. The implementation should be done in rosdistro: ros-infrastructure/rosdistro/#5

dirk-thomas commented 11 years ago

I added the implementation to catkin-debs for now to catch the error until we have the new rosdistro implementation in place. @tfoote @wjwood Please review.

tfoote commented 11 years ago

+1 ticketed to move to rosdistro too ros-infrastructure/rosdistro#6