The kernel.org server is now not dumping out tar.bz2 files
so embrace their practice for preference for relying on tar.xz
tarballs. You can always override the extension with the
release_extension attribute, see the project file for hostapd
projects/hostapd.cfg as an example.

Signed-off-by: Luis R. Rodriguez <[email protected]>
---
 rel-html.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rel-html.py b/rel-html.py
index c563280..d787b92 100755
--- a/rel-html.py
+++ b/rel-html.py
@@ -764,7 +764,7 @@ class index_parser(HTMLParser):
             self.release_extension = "." + \
                 self.config.get("project", "release_extension")
         else:
-            self.release_extension = ".tar.bz2"
+            self.release_extension = ".tar.xz"
 
         self.next_rel_day = 0
         self.next_rel_month = 0
-- 
1.8.5.2

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to