ros-infrastructure / buildfarm

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

set index url to be the same as the host platform on the builds #113

Closed po1 closed 11 years ago

dirk-thomas commented 11 years ago

This approach would prevent passing an index.yaml url to the job generation script.

The index.yaml url should be passed from the script invocation (where it defaults to the rosdistro.get_index_url()) up to the job generation template where it is getting set into an environment variable.

I will look into making that happen soon.