]> git.decadent.org.uk Git - dak.git/blobdiff - tools/debianqueued-0.9/config-upload
dqeued
[dak.git] / tools / debianqueued-0.9 / config-upload
index 8e1b87bfc45c98ea27373dd4b17b592778e364db..564fa5983b50a319d49b3f2e9e6e6a741456447b 100644 (file)
@@ -52,6 +52,9 @@ $valid_files = '(\.changes|\.tar\.gz|\.dsc|\.u?deb|diff\.gz|\.sh)$';
 # Change files to mode 644 locally (after md5 check) or only on master?
 $chmod_on_target = 0;
 
+# Do an md5sum check?
+$check_md5sum = 0;
+
 # name of the status file or named pipe in the incoming dir
 $statusfile = "$incoming/status";
 
@@ -73,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";
@@ -85,7 +88,7 @@ $targetdir = "/pub/UploadQueue/";
 $targetdir_delayed = "/srv/queued/DEFERRED/%d-day";
 
 # select FTP debugging
-$ftpdebug = 1;
+$ftpdebug = 0;
 
 # FTP timeout
 $ftptimeout = 900;