From: Joerg Jaspert Date: Tue, 17 Nov 2009 19:03:55 +0000 (+0100) Subject: Also allow bz2 on the upload queues elsewhere X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=fa455b04d77fb1c3e4f62faf15fc6e1e615d2bac Also allow bz2 on the upload queues elsewhere Signed-off-by: Joerg Jaspert --- diff --git a/tools/debianqueued-0.9/config-upload b/tools/debianqueued-0.9/config-upload index 633972fa..f8033936 100644 --- a/tools/debianqueued-0.9/config-upload +++ b/tools/debianqueued-0.9/config-upload @@ -47,7 +47,7 @@ $max_delayed = -1; $keep_files = '(status|\.message|README)$'; # file patterns that aren't deleted right away -$valid_files = '(\.changes|\.tar\.gz|\.dsc|\.u?deb|diff\.gz|\.sh)$'; +$valid_files = '(\.changes|\.tar\.(?:gz|bz2)|\.dsc|\.u?deb|diff\.gz|\.sh)$'; # Change files to mode 644 locally (after md5 check) or only on master? $chmod_on_target = 0;