[28770] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Alex Chernyakhovsky)
Sat May 6 22:44:47 2017

MIME-Version: 1.0
In-Reply-To: <201705070237.v472bmdH011756@drugstore.mit.edu>
From: Alex Chernyakhovsky <achernya@mit.edu>
Date: Sat, 6 May 2017 22:44:38 -0400
Message-ID: <CAB18ysqGqV=Y2MkwsaT8s_rvB1jBTgx0jg+DSYxWoO9Sbp8K8g@mail.gmail.com>
To: Lizhou Sha <slz@mit.edu>
Cc: "source-commits@mit.edu" <source-commits@mit.edu>
Content-Type: text/plain; charset=UTF-8

-1, still has .xz extension on the return line

On Sat, May 6, 2017 at 10:37 PM, System T. Builder <builder@mit.edu> wrote:
> 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