From 03d481b1f05b2c076968ba830dce3fd330a1ce0a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 13 Sep 2017 10:24:31 +0200 Subject: [PATCH] Make debian-buildd tree available over rsync for syncproxies --- modules/roles/files/dakmaster/rsyncd.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.20.1