X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fconfig;h=c54e8ea767817d0dae426f467628f4b764c4cdb0;hp=e4d3caecaa4a77f4c2380274816d55c39ed43e0f;hb=557166746172f6e479aa83461a455d4eb9e9d8ee;hpb=77dc932880d95b604f1e4c7527403804fb7a833c diff --git a/tools/debianqueued-0.9/config b/tools/debianqueued-0.9/config index e4d3caec..c54e8ea7 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|bz2)|\.dsc|\.u?deb|diff\.gz|\.sh)$'; +$valid_files = '(\.changes|\.tar\.(?:gz|bz2|xz)|\.dsc|\.u?deb|diff\.gz|\.sh)$'; # Change files to mode 644 locally (after md5 check) or only on master? $chmod_on_target = 0;