X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fbuildd%2Ffiles%2Fdupload.conf;h=37f1ef84533eb276eb6e6e7435c980f61acbcce7;hb=70053242c812da4b93a7cbdb4d64d47d8c571aaf;hp=d263ebb05bc6df41ae0ceaccbb11ab1082cbe8e8;hpb=26681003e861af2467db5d98f45afad3050e5791;p=dsa-puppet.git diff --git a/modules/buildd/files/dupload.conf b/modules/buildd/files/dupload.conf index d263ebb0..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", @@ -14,14 +14,16 @@ $cfg{'anonymous-ftp-master'} = { # files pass on to dinstall on ftp-master which sends emails itself dinstall_runs => 1, }; +$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 @@ -52,20 +54,7 @@ $cfg{'anonymous-security'} = { dinstall_runs => 1, passive => 1, }; - -$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{'security'} = $cfg{'anonymous-security'}; # Don't remove the following line. Perl needs it. 1;