GitHub user tbouron opened a pull request:
https://github.com/apache/brooklyn-dist/pull/111
Fix vagrant installation folder when downloading dist version
The name of the tar.gz archive is different for the dist version (i.e.
`apache-brooklyn-<version>-bin`) and therefore, the name of the extracted
folder needs to match that.
Based on the mailing list discussion:
https://lists.apache.org/thread.html/104010308cf525da847894c4ec543a6f4ab20a6e0bf9212873422cbd@%3Cdev.brooklyn.apache.org%3E
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tbouron/brooklyn-dist fix/vagrant
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-dist/pull/111.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #111
----
commit e7f1c8f6e9ef6dbc761b0b2dfb01b56389cb8341
Author: Thomas Bouron <[email protected]>
Date: 2017-10-02T08:05:30Z
Fix vagrant installation folder when downloading dist version
----
---