ros-infrastructure / buildfarm_deployment

Apache License 2.0
30 stars 39 forks source link

Add rsync settings for upload job #219

Open tfoote opened 5 years ago

tfoote commented 5 years ago

The upload job requires setting up an rsync end point

/etc/rsyncd.conf

[ubuntu-main]
    comment = ROS Ubuntu Repo
    path = /var/repos/ubuntu/main

[ubuntu-testing]
    comment = Testing ROS Ubuntu Repo
    path = /var/repos/ubuntu/testing

And starting the rsyncd service so that it's accessible.

This should be off by default since it's only for the public buildfarm. It can relatively easily be setup by hand but does not