ros-infrastructure / buildfarm

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

alternative rosdistro repo switch, rosdistros.yaml support #90

Closed po1 closed 11 years ago

po1 commented 11 years ago

The --rosdistro option is used to specify an url to a rosdistro repository (containing rosdistros.yaml) This will help creating local building farms see https://github.com/po1/rep/blob/master/rep-0133.rst

tfoote commented 11 years ago

@po1 Can you separate the cleanup from the target_arches? We can't merge the arches until we update the live rosdistro. And before we change the rosdistro file in the public repo, I'd like to review the new file format.

po1 commented 11 years ago

Actually this is a separate file. I did not touch the targets.yaml file, and it is still needed, even though it is redundant with the information on arches.yaml. But I will split this into commits and take into account the remarks I just received from Dirk

dirk-thomas commented 11 years ago

This requires arches files in the rosdistro repo to be merged.

po1 commented 11 years ago

That is correct, so I will separate this into 2 pull requests and make one for rosdistro

dirk-thomas commented 11 years ago

You will also have to rebase them to latest master since I just committed my changes.

dirk-thomas commented 11 years ago

You can keep it in one when we merge the rosdistro patch first.

po1 commented 11 years ago

To be updated with the to-be-written new rosdistro API