From: Peter Palfrader Date: Wed, 13 Sep 2017 08:24:31 +0000 (+0200) Subject: Make debian-buildd tree available over rsync for syncproxies X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=03d481b1f05b2c076968ba830dce3fd330a1ce0a;p=mirror%2Fdsa-puppet.git Make debian-buildd tree available over rsync for syncproxies --- diff --git a/modules/roles/files/dakmaster/rsyncd.conf b/modules/roles/files/dakmaster/rsyncd.conf index ca7a50783..62c0139df 100644 --- a/modules/roles/files/dakmaster/rsyncd.conf +++ b/modules/roles/files/dakmaster/rsyncd.conf @@ -35,3 +35,9 @@ strict modes = false path = /srv/static.debian.org/master/incoming.debian.org-current-live/debian-buildd/dists auth users = * secrets file = /home/archvsync/rsyncd/debian-buildd-dists.secrets + +[debian-buildd] + comment = debian-buildd tree. Not staged, or synced, or necessarily consistent. Only use for speeding up subsequent syncs of the debian archive. + path = /srv/ftp-master.debian.org/public/incoming.debian.org/web/debian-buildd + auth users = * + secrets file = /home/archvsync/rsyncd/debian-buildd.secrets