mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] platsch: Fix typo in URL
@ 2025-06-26 10:39 Thorsten Scherer
  2025-07-05  8:22 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Thorsten Scherer @ 2025-06-26 10:39 UTC (permalink / raw)
  To: ptxdist; +Cc: Thorsten Scherer

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>
---
 rules/platsch.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.39.5




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] platsch: Fix typo in URL
  2025-06-26 10:39 [ptxdist] [PATCH] platsch: Fix typo in URL Thorsten Scherer
@ 2025-07-05  8:22 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-07-05  8:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Thorsten Scherer

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-05  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-26 10:39 [ptxdist] [PATCH] platsch: Fix typo in URL Thorsten Scherer
2025-07-05  8:22 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox