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