]> git.decadent.org.uk Git - dak.git/blobdiff - tools/debianqueued-0.9/config
implement public access to deferred
[dak.git] / tools / debianqueued-0.9 / config
index 139982b7cd2f1cffa4d613ef5ac3e04e1f2c6e5d..6de4931a23f48cd270489fc2d731b5ce3eda7d25 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 after upload?
+$check_md5sum = 1;
+
 # name of the status file or named pipe in the incoming dir
 $statusfile = "$incoming/status";
 
@@ -83,7 +86,7 @@ $targetlogin = "queue";
 $targetdir = "/srv/ftp.debian.org/queue/unchecked/";
 
 # incoming/delayed on target host
-$targetdir_delayed = "/srv/queued/DELAYED/%d-day";
+$targetdir_delayed = "/srv/queued/DEFERRED/%d-day";
 
 # select FTP debugging
 #$ftpdebug = 0;