]> git.donarmstrong.com Git - dak.git/commitdiff
md5sum check option
authorJoerg Jaspert <joerg@debian.org>
Sun, 21 Sep 2008 14:03:16 +0000 (16:03 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 21 Sep 2008 14:03:16 +0000 (16:03 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
tools/debianqueued-0.9/config
tools/debianqueued-0.9/config-upload

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";
 
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";