From dac75b8abb280a76e977858d2abe593ed5cf6635 Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Thu, 11 Aug 2011 20:33:42 +0200 Subject: [PATCH] archive now supports xz compression http://lists.debian.org/debian-devel-announce/2011/08/msg00001.html --- templates/html/show.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 8fc9143..8b4a6e2 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -95,13 +95,13 @@ [% IF patch_tracking_url && src %] [% FOREACH src.downloads %] - [% IF name.match('\.(debian\.tar|diff)\.(gz|bz2|lzma)$') %] + [% IF name.match('\.(debian\.tar|diff)\.(gz|xz|bz2|lzma)$') %]
  • [% g("%s Patch Tracker", organisation) %]
  • [% END -%] [% END -%] [% ELSIF patch_tracking_url && is_source %] [% FOREACH srcfiles %] - [% IF filename.match('\.(debian\.tar|diff)\.(gz|bz2|lzma)$') %] + [% IF filename.match('\.(debian\.tar|diff)\.(gz|xz|bz2|lzma)$') %]
  • [% g("%s Patch Tracker", organisation) %]
  • [% END -%] [% END -%] -- 2.39.2