X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fconfig;h=1fe0b0e312987892698400d667e43403ecbf6486;hb=d3f47b735f93cb7943e11ee91eaee44caf994c13;hp=e6ba85aec7c06767d7f734459414dbee0b3d58e1;hpb=1dbfc7bb36a4d23b3ec6822b704c8e6f4d7142a7;p=dak.git diff --git a/tools/debianqueued-0.9/config b/tools/debianqueued-0.9/config index e6ba85ae..1fe0b0e3 100644 --- a/tools/debianqueued-0.9/config +++ b/tools/debianqueued-0.9/config @@ -47,7 +47,7 @@ $max_delayed = 15; $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;