mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Thorsten Scherer <t.scherer@eckelmann.de>
Subject: Re: [ptxdist] [APPLIED] platsch: Fix typo in URL
Date: Sat,  5 Jul 2025 10:22:18 +0200	[thread overview]
Message-ID: <20250705082218.1506069-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250626103900.45569-1-t.scherer@eckelmann.de>

Thanks, applied as 6ea80b094ae63b18aad20e8717cb7274ddb03ca4.

Michael

[sent from post-receive hook]

On Sat, 05 Jul 2025 10:22:18 +0200, Thorsten Scherer <t.scherer@eckelmann.de> wrote:
> The download URL does not match the expected regex. As a consequence the
> report generation aborts with:
> 
>     Report Generation failed: platsch: url "https://github.com/pengutronix/platsch/archive/refs/tags//v2024.08.0.tar.gz" should match purl pattern
> 
> Fix it.
> 
> Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
> Message-Id: <20250626103900.45569-1-t.scherer@eckelmann.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/platsch.make b/rules/platsch.make
> index 4bf5c4ebbf52..12ad0bfe7535 100644
> --- a/rules/platsch.make
> +++ b/rules/platsch.make
> @@ -18,7 +18,7 @@ PLATSCH_VERSION	:= v2024.08.0
>  PLATSCH_MD5		:= f71c2c60acb8ef221f3cc5612e6a920e
>  PLATSCH		:= platsch-$(PLATSCH_VERSION)
>  PLATSCH_SUFFIX	:= tar.gz
> -PLATSCH_URL		:= https://github.com/pengutronix/platsch/archive/refs/tags//$(PLATSCH_VERSION).$(PLATSCH_SUFFIX)
> +PLATSCH_URL		:= https://github.com/pengutronix/platsch/archive/refs/tags/$(PLATSCH_VERSION).$(PLATSCH_SUFFIX)
>  PLATSCH_SOURCE	:= $(SRCDIR)/$(PLATSCH).$(PLATSCH_SUFFIX)
>  PLATSCH_DIR		:= $(BUILDDIR)/$(PLATSCH)
>  PLATSCH_LICENSE	:= 0BSD



      reply	other threads:[~2025-07-05  8:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-26 10:39 [ptxdist] [PATCH] " Thorsten Scherer
2025-07-05  8:22 ` Michael Olbrich [this message]

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=20250705082218.1506069-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=t.scherer@eckelmann.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