[28769] in Source-Commits

home help back first fref pref prev next nref lref last post

build-system commit: Upstream tarballs are still gzip'd, not xz

daemon@ATHENA.MIT.EDU (System T. Builder)
Sat May 6 22:37:54 2017

Date: Sat, 6 May 2017 22:37:48 -0400
From: "System T. Builder" <builder@mit.edu>
Message-Id: <201705070237.v472bmdH011756@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/build-system/commit/1e6f04dc6177ad046098b7fca3a0656cf77da5eb
commit 1e6f04dc6177ad046098b7fca3a0656cf77da5eb
Author: Lizhou Sha <slz@mit.edu>
Date:   Sat May 6 22:37:27 2017 -0400

    Upstream tarballs are still gzip'd, not xz

 dabuildsys/checkout.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dabuildsys/checkout.py b/dabuildsys/checkout.py
index dfae83f..8635904 100644
--- a/dabuildsys/checkout.py
+++ b/dabuildsys/checkout.py
@@ -175,7 +175,7 @@ class PackageCheckout(git.GitRepository):
         if self.native:
             return [s % package_name for s in ["%s.dsc", "%s.tar.xz" ] + extras]
         else:
-            orig = "%s_%s.orig.tar.xz" % (self.name, extract_upstream_version(version))
+            orig = "%s_%s.orig.tar.gz" % (self.name, extract_upstream_version(version))
             return [s % package_name for s in ["%s.dsc", "%s.debian.tar.xz"] + extras] + [orig]
 
     def get_supported_releases(self):

home help back first fref pref prev next nref lref last post