[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-backports
Subject:    [PATCH 02/11] rel-html: change default file extension to tar.xz
From:       "Luis R. Rodriguez" <mcgrof () do-not-panic ! com>
Date:       2014-01-24 22:47:07
Message-ID: 1390603636-27841-3-git-send-email-mcgrof () do-not-panic ! com
[Download RAW message or body]

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 <mcgrof@do-not-panic.com>
---
 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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic