From bea31f88663b1e98048f4b1f930eb0bdd7f80213 Mon Sep 17 00:00:00 2001 From: Pi-Cla Date: Thu, 8 Aug 2024 22:28:03 -0600 Subject: [PATCH] Remove VBox-Starter test It seems gitlab.com now forces users to log in before downloading tarballs (or even just viewing the repositories!) --- runtests.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/runtests.sh b/runtests.sh index ea164ba..426b9b8 100755 --- a/runtests.sh +++ b/runtests.sh @@ -12,9 +12,6 @@ curl -LJ0 "https://github.com/ibm-s390-linux/s390-tools/archive/refs/tags/v2.29. echo "# Downloading flux" curl -LJ0 "https://github.com/influxdata/flux/archive/refs/tags/v0.194.4.tar.gz" --output /tmp/flux-0.194.4.tar.gz -echo "# Downloading VBox-Starter" -curl -LJ0 "https://gitlab.com/catsfood/VBox-Starter/-/archive/v3.1.0/VBox-Starter-v3.1.0.tar.gz" --output /tmp/VBox-Starter-v3.1.0.tar.gz - echo "# Downloading pdns" curl -LJ0 "https://downloads.powerdns.com/releases/pdns-recursor-5.0.0-rc1.tar.bz2" --output /tmp/pdns-recursor-5.0.0-rc1.tar.bz2 @@ -39,11 +36,6 @@ echo "# Generating tarball" echo "# Removing vendored tarball" rm /tmp/vendor.tar.zst -echo "# Generating tarball" -"${SCRIPTPATH}"/target/release/cargo_vendor --src /tmp/VBox-Starter-v3.1.0.tar.gz --outdir /tmp -echo "# Removing vendored tarball" -rm /tmp/vendor.tar.zst - echo "# Generating tarball" "${SCRIPTPATH}"/target/release/cargo_vendor --src /tmp/pdns-recursor-5.0.0-rc1.tar.bz2 --outdir /tmp --cargotoml settings/rust/Cargo.toml echo "# Removing vendored tarball"