ros-infrastructure / ros_buildfarm

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

Support more than one upstream RPM repo by default #867

Closed cottsay closed 3 years ago

cottsay commented 3 years ago

This change expands the default pattern when looking for upstream RPM repositories to sync into building/testing/main.

Connects to ros-infrastructure/cookbook-ros-buildfarm#83

cottsay commented 3 years ago

So I understand, the idea here is to find all local repositories that match and then sync them with the "matching" building, testing, and main repositories.

So ros-upstream-bootstrap-rhel-8-x86_64 would get imported and sync'd to ros-building-rhel-8-x86_64, ros-testing-rhel-8-x86_64, and ros-main-rhel-8-x86_64?

Nailed it. That was working before, this change just expands the search pattern.