Signed-off-by: Joerg Jaspert <joerg@debian.org>
# 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";
# 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";