From a7c31e5d07d994a847f5de83e456507b2518eb24 Mon Sep 17 00:00:00 2001 From: dipinhora Date: Fri, 24 Aug 2018 13:20:00 +0000 Subject: [PATCH] Update version for 0.5.2 release --- VERSION | 2 +- misc/activate | 2 +- misc/wallaroo-up.sh | 7 +++---- vagrant/bootstrap.sh | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 75d85e66c9..cb0c939a93 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -release-0.5.2 +0.5.2 diff --git a/misc/activate b/misc/activate index 60b9977b2f..144d94371a 100644 --- a/misc/activate +++ b/misc/activate @@ -2,7 +2,7 @@ WALLAROO_ACTIVATE="${BASH_SOURCE}" HERE=$(dirname "$(readlink -e "${WALLAROO_ACTIVATE}")") -WALLAROO_ROOT="$(readlink -e "${HERE}/..")" +WALLAROO_ROOT="${HOME}/wallaroo-tutorial/wallaroo-0.5.2" export WALLAROO_ROOT export GOROOT=$WALLAROO_ROOT/bin/go1.9.4 diff --git a/misc/wallaroo-up.sh b/misc/wallaroo-up.sh index 865ff7dac3..4cf0034a22 100755 --- a/misc/wallaroo-up.sh +++ b/misc/wallaroo-up.sh @@ -1,13 +1,13 @@ #!/bin/bash -MD5="61e4ac6f602bc7b69948e6950b1ad18b -" +MD5="48b8873d2bb2aee7a37b4829ca6ef28c -" set -eEuo pipefail WALLAROO_UP_DEST_DEFAULT=~/wallaroo-tutorial WALLAROO_UP_DEST_ARG="$WALLAROO_UP_DEST_DEFAULT" WALLAROO_UP_INSTALL_TYPE=UNSPECIFIED -WALLAROO_VERSION_DEFAULT=release-0.5.2 +WALLAROO_VERSION_DEFAULT=0.5.2 WALLAROO_VERSION="$WALLAROO_VERSION_DEFAULT" WALLAROO_TOOLS_TO_BUILD="build-giles-sender-all build-utils-all" @@ -33,8 +33,7 @@ GOLANG_DL_URL=https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz # sample wallaroo version to ponyc version map entry: W0.4.3=0.21.0 # another sample entry: W4807928=0.22.6 WALLAROO_PONYC_MAP=" -Wrelease-0.5.2=0.24.4 -Wrelease-0.5.2-81df853=0.24.4 +W0.5.2=0.24.4 Wmaster= " diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 8014650fc7..44d411b3d3 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -3,7 +3,7 @@ set -o errexit set -o nounset -export WALLAROO_VERSION="release-0.5.2" +export WALLAROO_VERSION="0.5.2" wallaroo_up() { cd /tmp