ros-industrial / industrial_ci

Easy continuous integration repository for ROS repositories
Apache License 2.0
250 stars 129 forks source link

UPSTREAM_WORKSPACE not working (probably user error)? #171

Closed gavanderhoorn closed 7 years ago

gavanderhoorn commented 7 years ago

Not sure what is going on: I'm replicating a setup that has worked on another repository, but now seems to fail. See ros-industrial/motoman_experimental#15.

Because both motoman and industrial_robot_pkg_gen has not been released, I've added them to a .travis.rosinstall file. Afaik, this should result in both of those repositories being cloned before rosdep .. is run, but all recent Travis builds have failed because:

motoman_robot_pkg_gen: Cannot locate rosdep definition for [industrial_robot_pkg_gen]

This seems to point to the .travis.rosinstall file not having been used somehow.

Is this (again) a pebcak or should this just work?

gavanderhoorn commented 7 years ago

O .. just noticed I have USE_DEB=true in there. That is not supposed to work ..

gavanderhoorn commented 7 years ago

Ok, this was a pebcak. Closing.