X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fconfig;fp=tools%2Fdebianqueued-0.9%2Fconfig;h=6de4931a23f48cd270489fc2d731b5ce3eda7d25;hb=5ff550c90ed37320563c50651e0043907a4c2308;hp=9a368da2aeabc73f43bc6b5dce7fc62c750b5a5b;hpb=500353e12bdf0ca4984873cba6e1f7ab2accff52;p=dak.git diff --git a/tools/debianqueued-0.9/config b/tools/debianqueued-0.9/config index 9a368da2..6de4931a 100644 --- a/tools/debianqueued-0.9/config +++ b/tools/debianqueued-0.9/config @@ -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";