GitHub user drigodwin opened a pull request: https://github.com/apache/brooklyn-dist/pull/108
Fix release scripts This makes the following changes to the release scripts: * Fixes a typo in the maven version which is installed * Doesn't copy over the local gpg keyring This is because it just uses the first one and if there are multiple keys on it, the wrong one will probably be used. Just manually copy on the keys (I'll amend the docs to document this). * Updates the CLI artefacts with new structure * Fixes the path to the built RPM * Adds the deb You can merge this pull request into a Git repository by running: $ git pull https://github.com/drigodwin/brooklyn-dist fix-scripts Alternatively you can review and apply these changes as the patch at: https://github.com/apache/brooklyn-dist/pull/108.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 #108 ---- commit 4fb66438bbe1940e255959bdf0d9152ce9f3124e Author: Duncan Godwin <duncan.god...@cloudsoftcorp.com> Date: 2017-09-20T21:09:22Z Fix release scripts ---- ---