Message ID | 20241203225132.300296-1-ju.o@free.fr |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] package/rt-tests: fix _SITE download url | expand |
On 03/12/2024 23:51, Julien Olivain wrote: > Upstream moved old versions in an "older" directory. The current version > in Buildroot was moved to this directory and fail to download. > > This commit simply updates the _SITE url to reflect this change. > > Fixes: > https://gitlab.com/buildroot.org/buildroot/-/jobs/8514189435 > > Signed-off-by: Julien Olivain <ju.o@free.fr> Applied to master, thanks. Regards, Arnout > --- > Patch tested in: > https://gitlab.com/jolivain/buildroot/-/jobs/8536372649 > --- > package/rt-tests/rt-tests.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/rt-tests/rt-tests.mk b/package/rt-tests/rt-tests.mk > index 419260db3c..e048ee94d0 100644 > --- a/package/rt-tests/rt-tests.mk > +++ b/package/rt-tests/rt-tests.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests > +RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests/older > RT_TESTS_SOURCE = rt-tests-$(RT_TESTS_VERSION).tar.xz > RT_TESTS_VERSION = 2.7 > RT_TESTS_LICENSE = GPL-2.0+
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes: > Upstream moved old versions in an "older" directory. The current version > in Buildroot was moved to this directory and fail to download. > This commit simply updates the _SITE url to reflect this change. > Fixes: > https://gitlab.com/buildroot.org/buildroot/-/jobs/8514189435 > Signed-off-by: Julien Olivain <ju.o@free.fr> > --- > Patch tested in: > https://gitlab.com/jolivain/buildroot/-/jobs/8536372649 Committed to 2024.02.x and 2024.08.x, thanks.
diff --git a/package/rt-tests/rt-tests.mk b/package/rt-tests/rt-tests.mk index 419260db3c..e048ee94d0 100644 --- a/package/rt-tests/rt-tests.mk +++ b/package/rt-tests/rt-tests.mk @@ -4,7 +4,7 @@ # ################################################################################ -RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests +RT_TESTS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/rt-tests/older RT_TESTS_SOURCE = rt-tests-$(RT_TESTS_VERSION).tar.xz RT_TESTS_VERSION = 2.7 RT_TESTS_LICENSE = GPL-2.0+
Upstream moved old versions in an "older" directory. The current version in Buildroot was moved to this directory and fail to download. This commit simply updates the _SITE url to reflect this change. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/8514189435 Signed-off-by: Julien Olivain <ju.o@free.fr> --- Patch tested in: https://gitlab.com/jolivain/buildroot/-/jobs/8536372649 --- package/rt-tests/rt-tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)