ros-infrastructure / buildfarm

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

sourcedebs are still using the raw.github.com not raw.githubusercontent.com #219

Closed tfoote closed 8 years ago

tfoote commented 8 years ago

It's appearing in the first line of the configuration. The template argument ROSDISTRO_INDEX_URL needs to be updated to the new url.

I've manually tweaked all the currently failing jobs to use the correct url.

Otherwise it will error with:

urllib2.HTTPError: HTTP Error 404: Not Found (https://raw.github.com/ros/rosdistro/master/index.yaml)
tfoote commented 8 years ago

This was already fixed and released in this commit. However the master had rosdistro version 0.4.0. Upgrading to 0.4.2 and rerunning job generation fixed all the jobs.

The slaves all had newer versions, however the url is baked into the configured job so the reconfigure was required. Jade and Indigo reconfigure running now.