From: Joerg Jaspert Date: Sun, 19 Jul 2009 15:57:52 +0000 (+0200) Subject: dqeued X-Git-Tag: debian-r/squeeze~1089 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=04c242d16f7194e5bf7fddf3109ace61bc16be58;p=dak.git 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 --- 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";