You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/01/30 04:38:49 UTC

[24/29] incubator-brooklyn git commit: This closes #1170

This closes #1170


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/00d99b9a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/00d99b9a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/00d99b9a

Branch: refs/heads/master
Commit: 00d99b9a386232ec1c77e7b9e11af7c3cbc53ab7
Parents: e56536b 16d1e91
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Sat Jan 30 02:31:35 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Sat Jan 30 02:31:35 2016 +0000

----------------------------------------------------------------------
 brooklyn-dist/.gitignore                        |  1 +
 brooklyn-dist/pom.xml                           |  1 +
 brooklyn-dist/release/make-release-artifacts.sh | 24 ++++-
 brooklyn-dist/vagrant/pom.xml                   | 83 ++++++++++++++++++
 .../src/main/config/build-distribution.xml      | 33 +++++++
 .../vagrant/src/main/vagrant/README.md          | 41 +++++++++
 .../vagrant/src/main/vagrant/Vagrantfile        | 76 ++++++++++++++++
 .../src/main/vagrant/files/brooklyn.properties  | 23 +++++
 .../src/main/vagrant/files/brooklyn.service     | 32 +++++++
 .../src/main/vagrant/files/install_brooklyn.sh  | 92 ++++++++++++++++++++
 .../vagrant/src/main/vagrant/files/logback.xml  | 32 +++++++
 .../src/main/vagrant/files/vagrant-catalog.bom  | 82 +++++++++++++++++
 .../vagrant/src/main/vagrant/servers.yaml       | 73 ++++++++++++++++
 .../release-process/make-release-artifacts.md   |  6 +-
 .../committers/release-process/publish.md       | 10 +--
 .../release-process/release-version.md          |  8 +-
 .../committers/release-process/vote.md          |  4 +-
 17 files changed, 603 insertions(+), 18 deletions(-)
----------------------------------------------------------------------