X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbuildd%2Ffiles%2Fdupload.conf;h=be4dd30c79b13cccc32a67c712b38fb63d873cb5;hb=7f8d799eb1e8d9899d37cc81ca40d04b275f2934;hp=c477ca45216042bb83972b7f76718eb0474b8aea;hpb=49d45cfd8f6d14de2d29b1ff1750da69f88d7a14;p=mirror%2Fdsa-puppet.git diff --git a/modules/buildd/files/dupload.conf b/modules/buildd/files/dupload.conf index c477ca452..be4dd30c7 100644 --- a/modules/buildd/files/dupload.conf +++ b/modules/buildd/files/dupload.conf @@ -16,6 +16,16 @@ $cfg{'anonymous-ftp-master'} = { }; $cfg{'ftp-master'} = $cfg{'anonymous-ftp-master'}; +# rsync upload to ssh.upload.debian.org +$cfg{'rsync-ftp-master'} = { + method => "rsync", + login => "buildd-uploader", + fqdn => "ssh.upload.debian.org", + incoming => "/srv/upload.debian.org/UploadQueue/", + # files pass on to dinstall on ftp-master which sends emails itself + dinstall_runs => 1, +}; + # see http://www.debian.org/devel/debian-volatile/ for more information $cfg{'volatile'} = { fqdn => "volatile-master.debian.org",