X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fbuildd%2Ffiles%2Fdupload.conf;h=37f1ef84533eb276eb6e6e7435c980f61acbcce7;hb=95eb00d9ac5f57b6d688a8ab7d65fd1fceb380a1;hp=c477ca45216042bb83972b7f76718eb0474b8aea;hpb=3d6710d74726d9920a34edeafd31e06b60b645b0;p=mirror%2Fdsa-puppet.git diff --git a/modules/buildd/files/dupload.conf b/modules/buildd/files/dupload.conf index c477ca452..37f1ef845 100644 --- a/modules/buildd/files/dupload.conf +++ b/modules/buildd/files/dupload.conf @@ -4,7 +4,7 @@ ## package config; -#$preupload{'changes'} = '/usr/share/dupload/gpg-check %1'; +$preupload{'changes'} = '/usr/share/dupload/gpg-check %1'; $cfg{'anonymous-ftp-master'} = { method => "ftp", @@ -16,13 +16,14 @@ $cfg{'anonymous-ftp-master'} = { }; $cfg{'ftp-master'} = $cfg{'anonymous-ftp-master'}; -# see http://www.debian.org/devel/debian-volatile/ for more information -$cfg{'volatile'} = { - fqdn => "volatile-master.debian.org", - incoming => "/pub/UploadQueue/", +# 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, - passive => 1, }; # For Delayed uploads use this. You can use 0-day, which is uploaded @@ -55,21 +56,6 @@ $cfg{'anonymous-security'} = { }; $cfg{'security'} = $cfg{'anonymous-security'}; -$cfg{'debian-edu'} = { - fqdn => "ftp.skolelinux.org", - incoming => "/pub/UploadQueue", - dinstall_runs => 1, - passive => 1, -}; - -$cfg{'bpo'} = { - fqdn => "backports-master.debian.org", - incoming => "/pub/UploadQueue", - dinstall_runs => 1, - passive => 1, -}; -$cfg{'backports'} = $cfg{'bpo'}; - # Don't remove the following line. Perl needs it. 1;