Resolves: RHELMISC-10947 Replace github.com/ueno with gitlab.com/-/project
This commit is contained in:
parent
3544aee132
commit
4edeec75dc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user