From 04c242d16f7194e5bf7fddf3109ace61bc16be58 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 19 Jul 2009 17:57:52 +0200 Subject: [PATCH] dqeued it is really helpful if we upload to ftp-master.d.o instead of ftp.upload.debian.org. Especially in the case ftp.u.d.o points back to us, as then we think its already there and go "HEY, FINE, DELETE". Which isnt what the DDs expect, for some reason. Thanks to sgran/weasel for this fix. Signed-off-by: Joerg Jaspert --- tools/debianqueued-0.9/config-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debianqueued-0.9/config-upload b/tools/debianqueued-0.9/config-upload index 1b72e88d..564fa598 100644 --- a/tools/debianqueued-0.9/config-upload +++ b/tools/debianqueued-0.9/config-upload @@ -76,7 +76,7 @@ $pidfile = "$queued_dir/pid"; $upload_method = "ftp"; # name of target host (ignored on copy method) -$target = "ftp.upload.debian.org"; +$target = "ftp-master.debian.org"; # login name on target host (for ssh, always 'ftp' for ftp, ignored for copy) $targetlogin = "ftp"; -- 2.39.2