]> git.decadent.org.uk Git - dak.git/commitdiff
dqeued
authorJoerg Jaspert <joerg@debian.org>
Sun, 19 Jul 2009 15:57:52 +0000 (17:57 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 19 Jul 2009 15:57:52 +0000 (17:57 +0200)
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 <joerg@debian.org>
tools/debianqueued-0.9/config-upload

index 1b72e88d7e67f1970e5f789a374aef93e4939c09..564fa5983b50a319d49b3f2e9e6e6a741456447b 100644 (file)
@@ -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";