From 3c468841090b649a4539b24678493ce2cb160334 Mon Sep 17 00:00:00 2001 From: Pablo Tesone Date: Sat, 31 Mar 2018 15:44:47 +0200 Subject: [PATCH] Modifying the script to use the latest VM --- bootstrap/scripts/2-download.sh | 2 +- bootstrap/scripts/download_vm.sh | 2 +- bootstrap/scripts/runKernelTests.sh | 2 +- bootstrap/scripts/runTests.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap/scripts/2-download.sh b/bootstrap/scripts/2-download.sh index 4f61bc7b693..157eb595486 100755 --- a/bootstrap/scripts/2-download.sh +++ b/bootstrap/scripts/2-download.sh @@ -31,6 +31,6 @@ pushd vmtarget if [ ${BOOTSTRAP_ARCH} = "64" ]; then ARCHFLAG=64/ fi -wget -O- get.pharo.org/${ARCHFLAG}vm70 | bash +wget -O- get.pharo.org/${ARCHFLAG}vm70Latest | bash popd diff --git a/bootstrap/scripts/download_vm.sh b/bootstrap/scripts/download_vm.sh index d2a073588f5..df7e1a2d854 100755 --- a/bootstrap/scripts/download_vm.sh +++ b/bootstrap/scripts/download_vm.sh @@ -11,5 +11,5 @@ if [ ${BOOTSTRAP_ARCH} = "64" ]; then ARCHFLAG=64/ fi -wget -O- get.pharo.org/${ARCHFLAG}vm70 | bash +wget -O- get.pharo.org/${ARCHFLAG}vm70Latest | bash cd .. diff --git a/bootstrap/scripts/runKernelTests.sh b/bootstrap/scripts/runKernelTests.sh index e52644c5075..cbc2cddfe8f 100755 --- a/bootstrap/scripts/runKernelTests.sh +++ b/bootstrap/scripts/runKernelTests.sh @@ -18,7 +18,7 @@ CACHE="${BOOTSTRAP_CACHE:-bootstrap-cache}" find ${CACHE} -wget -O- get.pharo.org/${ARCHFLAG}vm70 | bash +wget -O- get.pharo.org/${ARCHFLAG}vm70Latest | bash IMAGE_ARCHIVE=$(find ${CACHE} -name Pharo7.0-bootstrap-${1}bit-*.zip) unzip $IMAGE_ARCHIVE diff --git a/bootstrap/scripts/runTests.sh b/bootstrap/scripts/runTests.sh index cefd2d4b7e5..ca763826866 100755 --- a/bootstrap/scripts/runTests.sh +++ b/bootstrap/scripts/runTests.sh @@ -18,7 +18,7 @@ CACHE="${BOOTSTRAP_CACHE:-bootstrap-cache}" find ${CACHE} -wget -O- get.pharo.org/${ARCHFLAG}vm70 | bash +wget -O- get.pharo.org/${ARCHFLAG}vm70Latest | bash IMAGE_ARCHIVE=$(find ${CACHE} -name Pharo7.0-${1}bit-*.zip) unzip $IMAGE_ARCHIVE