diff mbox series

strace: download release tarballs from GitHub

Message ID 20241003153344.3089615-1-ross.burton@arm.com
State New
Headers show
Series strace: download release tarballs from GitHub | expand

Commit Message

Ross Burton Oct. 3, 2024, 3:33 p.m. UTC
Switch to downloading the release tarballs from GitHub.  Their CDN is
rock solid, and strace.io is hosted inside Russia which some networks
are blocking.

Signed-off-by: Ross Burton <ross.burton@arm.com>

Comments

Peter Kjellerstedt Oct. 3, 2024, 6:21 p.m. UTC | #1
> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Ross Burton
> Sent: den 3 oktober 2024 17:34
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH] strace: download release tarballs from GitHub
> 
> Switch to downloading the release tarballs from GitHub.  Their CDN is
> rock solid, and strace.io is hosted inside Russia which some networks
> are blocking.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> 
> diff --git a/meta/recipes-devtools/strace/strace_6.11.bb b/meta/recipes-devtools/strace/strace_6.11.bb
> index d98b5fdec9a..a8f11ea8093 100644
> --- a/meta/recipes-devtools/strace/strace_6.11.bb
> +++ b/meta/recipes-devtools/strace/strace_6.11.bb
> @@ -5,7 +5,7 @@ SECTION = "console/utils"
>  LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304"
> 
> -SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
> +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
>             file://update-gawk-paths.patch \
>             file://Makefile-ptest.patch \
>             file://run-ptest \
> @@ -17,7 +17,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
>             "
>  SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5"
> 
> -inherit autotools ptest
> +inherit autotools github-releases ptest
> 
>  # Not yet ported to rv32
>  COMPATIBLE_HOST:riscv32 = "null"
> ---

Not sure how you did it, but I assume you did not intent to include 
the patch in the commit message (above)...

>  meta/recipes-devtools/strace/strace_6.11.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-devtools/strace/strace_6.11.bb b/meta/recipes-devtools/strace/strace_6.11.bb
> index d98b5fdec9a..a8f11ea8093 100644
> --- a/meta/recipes-devtools/strace/strace_6.11.bb
> +++ b/meta/recipes-devtools/strace/strace_6.11.bb
> @@ -5,7 +5,7 @@ SECTION = "console/utils"
>  LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304"
> 
> -SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
> +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
>             file://update-gawk-paths.patch \
>             file://Makefile-ptest.patch \
>             file://run-ptest \
> @@ -17,7 +17,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
>             "
>  SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5"
> 
> -inherit autotools ptest
> +inherit autotools github-releases ptest
> 
>  # Not yet ported to rv32
>  COMPATIBLE_HOST:riscv32 = "null"
> --
> 2.34.1

//Peter
Ross Burton Oct. 3, 2024, 7:46 p.m. UTC | #2
Now that’s interesting… I’ll try again.

Ross

> On 3 Oct 2024, at 19:21, Peter Kjellerstedt <peter.kjellerstedt@axis.com> wrote:
> 
>> -----Original Message-----
>> From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Ross Burton
>> Sent: den 3 oktober 2024 17:34
>> To: openembedded-core@lists.openembedded.org
>> Subject: [OE-core] [PATCH] strace: download release tarballs from GitHub
>> 
>> Switch to downloading the release tarballs from GitHub.  Their CDN is
>> rock solid, and strace.io is hosted inside Russia which some networks
>> are blocking.
>> 
>> Signed-off-by: Ross Burton <ross.burton@arm.com>
>> 
>> diff --git a/meta/recipes-devtools/strace/strace_6.11.bb b/meta/recipes-devtools/strace/strace_6.11.bb
>> index d98b5fdec9a..a8f11ea8093 100644
>> --- a/meta/recipes-devtools/strace/strace_6.11.bb
>> +++ b/meta/recipes-devtools/strace/strace_6.11.bb
>> @@ -5,7 +5,7 @@ SECTION = "console/utils"
>> LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304"
>> 
>> -SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
>> +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
>>            file://update-gawk-paths.patch \
>>            file://Makefile-ptest.patch \
>>            file://run-ptest \
>> @@ -17,7 +17,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
>>            "
>> SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5"
>> 
>> -inherit autotools ptest
>> +inherit autotools github-releases ptest
>> 
>> # Not yet ported to rv32
>> COMPATIBLE_HOST:riscv32 = "null"
>> ---
> 
> Not sure how you did it, but I assume you did not intent to include 
> the patch in the commit message (above)...
> 
>> meta/recipes-devtools/strace/strace_6.11.bb | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>> 
>> diff --git a/meta/recipes-devtools/strace/strace_6.11.bb b/meta/recipes-devtools/strace/strace_6.11.bb
>> index d98b5fdec9a..a8f11ea8093 100644
>> --- a/meta/recipes-devtools/strace/strace_6.11.bb
>> +++ b/meta/recipes-devtools/strace/strace_6.11.bb
>> @@ -5,7 +5,7 @@ SECTION = "console/utils"
>> LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304"
>> 
>> -SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
>> +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
>>            file://update-gawk-paths.patch \
>>            file://Makefile-ptest.patch \
>>            file://run-ptest \
>> @@ -17,7 +17,7 @@ SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
>>            "
>> SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5"
>> 
>> -inherit autotools ptest
>> +inherit autotools github-releases ptest
>> 
>> # Not yet ported to rv32
>> COMPATIBLE_HOST:riscv32 = "null"
>> --
>> 2.34.1
> 
> //Peter
diff mbox series

Patch

diff --git a/meta/recipes-devtools/strace/strace_6.11.bb b/meta/recipes-devtools/strace/strace_6.11.bb
index d98b5fdec9a..a8f11ea8093 100644
--- a/meta/recipes-devtools/strace/strace_6.11.bb
+++ b/meta/recipes-devtools/strace/strace_6.11.bb
@@ -5,7 +5,7 @@  SECTION = "console/utils"
 LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304"

-SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
+SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
            file://update-gawk-paths.patch \
            file://Makefile-ptest.patch \
            file://run-ptest \
@@ -17,7 +17,7 @@  SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
            "
 SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5"

-inherit autotools ptest
+inherit autotools github-releases ptest

 # Not yet ported to rv32
 COMPATIBLE_HOST:riscv32 = "null"
---
 meta/recipes-devtools/strace/strace_6.11.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/strace/strace_6.11.bb b/meta/recipes-devtools/strace/strace_6.11.bb
index d98b5fdec9a..a8f11ea8093 100644
--- a/meta/recipes-devtools/strace/strace_6.11.bb
+++ b/meta/recipes-devtools/strace/strace_6.11.bb
@@ -5,7 +5,7 @@  SECTION = "console/utils"
 LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2433d82e1432a76dc3eadd9002bfe304"
 
-SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
+SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/strace-${PV}.tar.xz \
            file://update-gawk-paths.patch \
            file://Makefile-ptest.patch \
            file://run-ptest \
@@ -17,7 +17,7 @@  SRC_URI = "https://strace.io/files/${PV}/strace-${PV}.tar.xz \
            "
 SRC_URI[sha256sum] = "83262583a3529f02c3501aa8b8ac772b4cbc03dc934e98bab6e4883626e283a5"
 
-inherit autotools ptest
+inherit autotools github-releases ptest
 
 # Not yet ported to rv32
 COMPATIBLE_HOST:riscv32 = "null"