]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: vtest: move the vtest2 URL to vinyl-cache.org
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 18 Feb 2026 15:20:06 +0000 (16:20 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 18 Feb 2026 15:29:46 +0000 (16:29 +0100)
VTest git repository was moved on vinyl-cache.org.

Must be backported in every branches.

scripts/build-vtest.sh

index 1ff26e1fb1633c271b5206d9d12367677bd8cb66..9fc0c89ed62a49ac839b88dcb43db414aeb84d73 100755 (executable)
@@ -4,7 +4,7 @@ DESTDIR=${DESTDIR:-${PWD}/../vtest/}
 TMPDIR=${TMPDIR:-$(mktemp -d)}
 set -eux
 
-curl -fsSL https://github.com/vtest/VTest2/archive/main.tar.gz -o "${TMPDIR}/VTest.tar.gz"
+curl -fsSL "https://code.vinyl-cache.org/vtest/VTest2/archive/main.tar.gz" -o "${TMPDIR}/VTest.tar.gz"
 mkdir -p "${TMPDIR}/vtest"
 tar xvf ${TMPDIR}/VTest.tar.gz -C "${TMPDIR}/vtest" --strip-components=1
 # Special flags due to: https://github.com/vtest/VTest/issues/12