2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
7 $preupload{'changes'} = '/usr/share/dupload/gpg-check %1';
9 $cfg{'anonymous-ftp-master'} = {
12 fqdn => "ftp-master.debian.org",
13 incoming => "/pub/UploadQueue/",
14 # files pass on to dinstall on ftp-master which sends emails itself
17 $cfg{'ftp-master'} = $cfg{'anonymous-ftp-master'};
19 # rsync upload to ssh.upload.debian.org
20 $cfg{'rsync-ftp-master'} = {
22 login => "buildd-uploader",
23 fqdn => "ssh.upload.debian.org",
24 incoming => "/srv/upload.debian.org/UploadQueue/",
25 # files pass on to dinstall on ftp-master which sends emails itself
29 # For Delayed uploads use this. You can use 0-day, which is uploaded
30 # one hour before dinstall runs.
31 $delay = (defined($ENV{DEBDELAY}) ? $ENV{DEBDELAY} : 7);
33 fqdn => "ftp.upload.debian.org",
34 incoming => "/pub/UploadQueue/DELAYED/$delay-day/",
35 # The dinstall on ftp-master sends emails itself
40 # Mentors upload queue, see
41 # http://mentors.debian.net/cgi-bin/maintainer-intro
43 fqdn =>'mentors.debian.net',
50 $cfg{'anonymous-security'} = {
51 fqdn => "security-master.debian.org",
52 incoming => "/pub/SecurityUploadQueue",
53 # files pass on to dinstall on security which sends emails itself
57 $cfg{'security'} = $cfg{'anonymous-security'};
59 # Don't remove the following line. Perl needs it.
62 ## Local Variables: ##