X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fconfig-upload;h=311bc30bc8c99a75711b8a31eea5b37537084863;hb=5ff550c90ed37320563c50651e0043907a4c2308;hp=8e1b87bfc45c98ea27373dd4b17b592778e364db;hpb=741cba7779489b933fa4e66c22841aff22d3c247;p=dak.git diff --git a/tools/debianqueued-0.9/config-upload b/tools/debianqueued-0.9/config-upload index 8e1b87bf..311bc30b 100644 --- a/tools/debianqueued-0.9/config-upload +++ b/tools/debianqueued-0.9/config-upload @@ -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";