Repository: brooklyn-dist Updated Branches: refs/heads/master 8b06558fd -> d551102a9
Fix vagrant installation folder when downloading dist version Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/e7f1c8f6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/e7f1c8f6 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/e7f1c8f6 Branch: refs/heads/master Commit: e7f1c8f6e9ef6dbc761b0b2dfb01b56389cb8341 Parents: 8b06558 Author: Thomas Bouron <[email protected]> Authored: Mon Oct 2 10:05:30 2017 +0200 Committer: Thomas Bouron <[email protected]> Committed: Mon Oct 2 10:05:30 2017 +0200 ---------------------------------------------------------------------- vagrant/src/main/vagrant/files/install_brooklyn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/e7f1c8f6/vagrant/src/main/vagrant/files/install_brooklyn.sh ---------------------------------------------------------------------- diff --git a/vagrant/src/main/vagrant/files/install_brooklyn.sh b/vagrant/src/main/vagrant/files/install_brooklyn.sh index 00d5562..300c000 100755 --- a/vagrant/src/main/vagrant/files/install_brooklyn.sh +++ b/vagrant/src/main/vagrant/files/install_brooklyn.sh @@ -49,7 +49,7 @@ if [ ! "${INSTALL_FROM_LOCAL_DIST}" == "true" ]; then if [ ! -z "${BROOKLYN_VERSION##*-SNAPSHOT}" ] ; then # url for official release versions BROOKLYN_URL="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-${BROOKLYN_VERSION}/apache-brooklyn-${BROOKLYN_VERSION}-bin.tar.gz" - BROOKLYN_DIR="apache-brooklyn-${BROOKLYN_VERSION}" + BROOKLYN_DIR="apache-brooklyn-${BROOKLYN_VERSION}-bin" else # url for community-managed snapshots BROOKLYN_URL="https://repository.apache.org/service/local/artifact/maven/redirect?r=snapshots&g=org.apache.brooklyn&a=apache-brooklyn&v=${BROOKLYN_VERSION}&e=tar.gz"
