This closes #104
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/d22a71e2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/d22a71e2 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/d22a71e2 Branch: refs/heads/master Commit: d22a71e2c2b0b5e750ee74b8d01292ca56a672f8 Parents: ff34316 939dd79 Author: Duncan Godwin <[email protected]> Authored: Wed Sep 13 14:52:01 2017 +0100 Committer: Duncan Godwin <[email protected]> Committed: Wed Sep 13 14:52:01 2017 +0100 ---------------------------------------------------------------------- deb-packaging/deb/control/control | 2 +- deb-packaging/deb/control/postinst | 3 - deb-packaging/deb/control/preinst | 10 + deb-packaging/pom.xml | 173 ++++++--- .../main/filtered-resources/etc/brooklyn.cfg | 28 ++ .../src/main/resources/bin/runbrooklyn | 39 ++ .../src/main/resources/bin/setenv | 7 + .../src/main/resources/catalog/catalog.bom | 368 +++++++++++++++++++ .../src/main/resources/etc/default.catalog.bom | 362 +----------------- .../org.apache.brooklyn.osgilauncher.cfg | 2 +- rpm-packaging/pom.xml | 162 +++++--- rpm-packaging/rpm/postinstall.sh | 3 - rpm-packaging/rpm/preinstall.sh | 10 + .../resources/service/systemd/brooklyn.service | 10 +- .../resources/service/upstart/deb/brooklyn.conf | 13 +- .../resources/service/upstart/rpm/brooklyn.conf | 14 +- shared-packaging/src/test/yaml/Vagrantfile | 4 +- .../src/test/yaml/package-apps.yaml | 10 +- shared-packaging/src/test/yaml/package.bom | 46 ++- 19 files changed, 767 insertions(+), 499 deletions(-) ----------------------------------------------------------------------
