Resolves: RHELMISC-10947 Replace github.com/ueno with gitlab.com/-/project

This commit is contained in:
Takao Fujiwara 2025-04-19 18:27:26 +09:00
parent 3544aee132
commit 4edeec75dc

View File

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