From fa455b04d77fb1c3e4f62faf15fc6e1e615d2bac Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 17 Nov 2009 20:03:55 +0100 Subject: [PATCH] Also allow bz2 on the upload queues elsewhere Signed-off-by: Joerg Jaspert --- tools/debianqueued-0.9/config-upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2