From 4edeec75dcafa13b73ed7559de3dec21c9e5f8da Mon Sep 17 00:00:00 2001 From: Takao Fujiwara Date: Sat, 19 Apr 2025 18:27:26 +0900 Subject: [PATCH] Resolves: RHELMISC-10947 Replace github.com/ueno with gitlab.com/-/project --- tests/prepare-source.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/prepare-source.sh b/tests/prepare-source.sh index 1262668..36ef7d0 100755 --- a/tests/prepare-source.sh +++ b/tests/prepare-source.sh @@ -2,8 +2,11 @@ LIBKKC_VERSION=0.3.5 +# https://pagure.io/standard-test-roles/issue/414 +# source-lookaside module does not work. +# https://gitlab.com/redhat/centos-stream/tests/libkkc/-/wikis/releases if [ ! -d libkkc-$LIBKKC_VERSION ] ; then - wget https://github.com/ueno/libkkc/releases/download/v$LIBKKC_VERSION/libkkc-${LIBKKC_VERSION}.tar.gz + wget https://gitlab.com/-/project/69066446/uploads/5722801e56af64d83dd761b241a94bda/libkkc-${LIBKKC_VERSION}.tar.gz zcat libkkc-${LIBKKC_VERSION}.tar.gz | tar xfv - fi