ros-infrastructure / ros_buildfarm

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

Allow file:// URLs to .repos files in CI jobs #794

Closed cottsay closed 4 years ago

cottsay commented 4 years ago

Everywhere a CI script takes repos file URLs, assume that the URL might only be accessible in the current context, and that it might not be valid inside of a docker container.

This has the added benefit of earlier failure when an invalid URL is given.