From 49d45cfd8f6d14de2d29b1ff1750da69f88d7a14 Mon Sep 17 00:00:00 2001 From: Andreas Barth Date: Mon, 24 Jan 2011 21:03:56 +0000 Subject: [PATCH] dupload.conf: add aliases security, ftp-master, backports Signed-off-by: Martin Zobel-Helas --- modules/buildd/files/dupload.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/buildd/files/dupload.conf b/modules/buildd/files/dupload.conf index d263ebb0..c477ca45 100644 --- a/modules/buildd/files/dupload.conf +++ b/modules/buildd/files/dupload.conf @@ -14,6 +14,7 @@ $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'} = { @@ -52,6 +53,7 @@ $cfg{'anonymous-security'} = { dinstall_runs => 1, passive => 1, }; +$cfg{'security'} = $cfg{'anonymous-security'}; $cfg{'debian-edu'} = { fqdn => "ftp.skolelinux.org", @@ -66,6 +68,7 @@ $cfg{'bpo'} = { dinstall_runs => 1, passive => 1, }; +$cfg{'backports'} = $cfg{'bpo'}; # Don't remove the following line. Perl needs it. 1; -- 2.39.2