From 4bbb40c347c2535fdd81e4bb05541c79378254fd Mon Sep 17 00:00:00 2001 From: fraVlaca <86831094+fraVlaca@users.noreply.github.com> Date: Fri, 13 May 2022 12:01:29 +0100 Subject: [PATCH] changed all bit.ly links with a direct link (#1336) Signed-off-by: fraVlaca --- .../fabric_docker_distributed_tests/config/generate.sh | 2 +- .../fabric_docker_distributed_tests/run-without-build.sh | 1 - .../fabric_docker_local_tests/config/generate.sh | 2 +- .../caliper-tests-integration/fabric_tests/config/generate.sh | 2 +- .../generator_tests/fabric/config/generate.sh | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/caliper-tests-integration/fabric_docker_distributed_tests/config/generate.sh b/packages/caliper-tests-integration/fabric_docker_distributed_tests/config/generate.sh index 7b7f84e6d..061338094 100755 --- a/packages/caliper-tests-integration/fabric_docker_distributed_tests/config/generate.sh +++ b/packages/caliper-tests-integration/fabric_docker_distributed_tests/config/generate.sh @@ -2,7 +2,7 @@ # if the binaries are not available, download them if [[ ! -d "bin" ]]; then - curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.8 0.4.15 -ds + curl -sSL -k https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 1.4.8 1.4.8 0.4.15 -ds fi rm -rf ./crypto-config/ diff --git a/packages/caliper-tests-integration/fabric_docker_distributed_tests/run-without-build.sh b/packages/caliper-tests-integration/fabric_docker_distributed_tests/run-without-build.sh index ce3d289a5..d422c72d9 100755 --- a/packages/caliper-tests-integration/fabric_docker_distributed_tests/run-without-build.sh +++ b/packages/caliper-tests-integration/fabric_docker_distributed_tests/run-without-build.sh @@ -29,4 +29,3 @@ cd ${DIR} npm i docker-compose -p caliper up -d - diff --git a/packages/caliper-tests-integration/fabric_docker_local_tests/config/generate.sh b/packages/caliper-tests-integration/fabric_docker_local_tests/config/generate.sh index 7b7f84e6d..061338094 100755 --- a/packages/caliper-tests-integration/fabric_docker_local_tests/config/generate.sh +++ b/packages/caliper-tests-integration/fabric_docker_local_tests/config/generate.sh @@ -2,7 +2,7 @@ # if the binaries are not available, download them if [[ ! -d "bin" ]]; then - curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.8 0.4.15 -ds + curl -sSL -k https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 1.4.8 1.4.8 0.4.15 -ds fi rm -rf ./crypto-config/ diff --git a/packages/caliper-tests-integration/fabric_tests/config/generate.sh b/packages/caliper-tests-integration/fabric_tests/config/generate.sh index 7b7f84e6d..061338094 100755 --- a/packages/caliper-tests-integration/fabric_tests/config/generate.sh +++ b/packages/caliper-tests-integration/fabric_tests/config/generate.sh @@ -2,7 +2,7 @@ # if the binaries are not available, download them if [[ ! -d "bin" ]]; then - curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.8 0.4.15 -ds + curl -sSL -k https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 1.4.8 1.4.8 0.4.15 -ds fi rm -rf ./crypto-config/ diff --git a/packages/caliper-tests-integration/generator_tests/fabric/config/generate.sh b/packages/caliper-tests-integration/generator_tests/fabric/config/generate.sh index 7b7f84e6d..061338094 100755 --- a/packages/caliper-tests-integration/generator_tests/fabric/config/generate.sh +++ b/packages/caliper-tests-integration/generator_tests/fabric/config/generate.sh @@ -2,7 +2,7 @@ # if the binaries are not available, download them if [[ ! -d "bin" ]]; then - curl -sSL http://bit.ly/2ysbOFE | bash -s -- 1.4.8 1.4.8 0.4.15 -ds + curl -sSL -k https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/bootstrap.sh | bash -s -- 1.4.8 1.4.8 0.4.15 -ds fi rm -rf ./crypto-config/