X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fbuildd%2Ffiles%2Fdupload.conf;h=37f1ef84533eb276eb6e6e7435c980f61acbcce7;hb=70053242c812da4b93a7cbdb4d64d47d8c571aaf;hp=c477ca45216042bb83972b7f76718eb0474b8aea;hpb=fefd159d4cb1240c3d154263cce062929d368319;p=dsa-puppet.git diff --git a/modules/buildd/files/dupload.conf b/modules/buildd/files/dupload.conf index c477ca45..37f1ef84 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;