Message ID | 1390603593-27728-3-git-send-email-mcgrof@do-not-panic.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
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
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(-)