buildds: add an rsync-security entry to dupload.conf
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Sep 2017 21:00:15 +0000 (23:00 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 4 Sep 2017 21:02:06 +0000 (23:02 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/buildd/files/dupload.conf

index 454b8d8..cf6ab39 100644 (file)
@@ -64,6 +64,17 @@ $cfg{'anonymous-security'} = {
 };
 $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;