mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: Bruno Thomsen <bruno.thomsen@gmail.com>
Cc: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Subject: Re: [ptxdist] [PATCH] xz: add extra URL
Date: Tue, 5 Mar 2024 06:56:35 +0100	[thread overview]
Message-ID: <51b35cb8-b2d9-4bca-8b1d-41f68b286deb@t2data.com> (raw)
In-Reply-To: <20240304194021.7636-1-bruno.thomsen@gmail.com>

Hi Bruno.

I bumped xz last week. I think it's hosted on github from now on.

https://lore.ptxdist.org/ptxdist/20240225143514.2406777-1-christian.melki@t2data.com/T/#m2a3fe2fdc489cf841e388f18b5f9e38c7ccfa408

On 3/4/24 20:40, Bruno Thomsen wrote:
> Add an additional github URL that is currently used.
> It will then act as fallback so we don't rely on 302 Found Location
> from primary URL.
> 
> Suggested-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> ---
>  rules/xz.make | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/rules/xz.make b/rules/xz.make
> index f24a2ac03..969eed4bd 100644
> --- a/rules/xz.make
> +++ b/rules/xz.make
> @@ -18,7 +18,9 @@ XZ_VERSION	:= 5.4.4
>  XZ_MD5		:= fbb849a27e266964aefe26bad508144f
>  XZ		:= xz-$(XZ_VERSION)
>  XZ_SUFFIX	:= tar.bz2
> -XZ_URL		:= https://tukaani.org/xz/$(XZ).$(XZ_SUFFIX)
> +XZ_URL		:= \
> +	https://tukaani.org/xz/$(XZ).$(XZ_SUFFIX) \
> +	https://github.com/tukaani-project/xz/releases/download/v$(XZ_VERSION)/$(XZ).$(XZ_SUFFIX)
>  XZ_SOURCE	:= $(SRCDIR)/$(XZ).$(XZ_SUFFIX)
>  XZ_DIR		:= $(BUILDDIR)/$(XZ)
>  XZ_LICENSE	:= public_domain AND LGPL-2.1-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later
> 
> base-commit: 6bf08f784b8d41b63ba1d322e79145ad670b09e2




  reply	other threads:[~2024-03-05  5:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04 19:40 Bruno Thomsen
2024-03-05  5:56 ` Christian Melki [this message]
2024-03-06 15:55   ` Bruno Thomsen
2024-03-07 16:17     ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51b35cb8-b2d9-4bca-8b1d-41f68b286deb@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=bruno.thomsen@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox