Skip to content

Commit

Permalink
Remove VBox-Starter test (#94)
Browse files Browse the repository at this point in the history
It seems gitlab.com now forces users to log in before downloading
tarballs (or even just viewing the repositories!)
  • Loading branch information
Pi-Cla authored Aug 12, 2024
1 parent 8eea5cc commit a3b5d3e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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"
Expand Down

0 comments on commit a3b5d3e

Please sign in to comment.