]> git.decadent.org.uk Git - dak.git/blobdiff - tools/debianqueued-0.9/config
md5sum check option
[dak.git] / tools / debianqueued-0.9 / config
index 9a368da2aeabc73f43bc6b5dce7fc62c750b5a5b..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";