X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fdebianqueued-0.9%2Fconfig-upload;h=f8033936ed958631e34ac04d45c16f673152db08;hb=4c7eee9642e82b6286f807ad92a93e7ef30288e6;hp=633972fa860ee5e968d99c1b8c0222290c45eb32;hpb=1c35448b880358d020e81339657e3435fdda9434;p=dak.git 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;