Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
};
$cfg{'security'} = $cfg{'anonymous-security'};
+# rsync upload to ssh.security.upload.debian.org
+$cfg{'rsync-security'} = {
+ method => "rsync",
+ login => "buildd-uploader",
+ fqdn => "ssh.upload.security.debian.org",
+ incoming => "/srv/security.upload.debian.org/SecurityUploadQueue/",
+ # files pass on to dinstall on ftp-master which sends emails itself
+ dinstall_runs => 1,
+};
+
+
# Don't remove the following line. Perl needs it.
1;