BIGTOP-1406. package Ambari in Bigtop Merge branch 'BIGTOP-2666' into BIGTOP-1406
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/a508d9c6 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/a508d9c6 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/a508d9c6 Branch: refs/heads/BIGTOP-1406 Commit: a508d9c6671488251ebe11a9a8c4babb6ce526d5 Parents: f40b6f0 5f6bc8b Author: Roman Shaposhnik <[email protected]> Authored: Mon Feb 27 12:19:55 2017 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Mon Feb 27 12:22:01 2017 -0800 ---------------------------------------------------------------------- .../src/common/ambari/ambari-server.svc | 0 .../src/common/ambari/ambari.defaults | 0 .../src/common/ambari/do-component-build | 21 + .../src/common/ambari/install_ambari.sh | 157 ++++++ .../src/deb/ambari/ambari-agent.install | 8 + .../src/deb/ambari/ambari-agent.postinst | 33 ++ .../src/deb/ambari/ambari-agent.postrm | 24 + .../src/deb/ambari/ambari-agent.posttrm | 15 + .../src/deb/ambari/ambari-agent.preinst | 55 ++ .../src/deb/ambari/ambari-agent.prerm | 35 ++ .../src/deb/ambari/ambari-client.install | 2 + .../src/deb/ambari/ambari-server.install | 10 + .../src/deb/ambari/ambari-server.postinst | 27 + .../src/deb/ambari/ambari-server.postrm | 15 + .../src/deb/ambari/ambari-server.posttrm | 15 + .../src/deb/ambari/ambari-server.preinst | 94 ++++ .../src/deb/ambari/ambari-server.prerm | 27 + bigtop-packages/src/deb/ambari/changelog | 1 + bigtop-packages/src/deb/ambari/compat | 1 + bigtop-packages/src/deb/ambari/control | 37 ++ bigtop-packages/src/deb/ambari/copyright | 15 + bigtop-packages/src/deb/ambari/rules | 42 ++ bigtop-packages/src/deb/ambari/source/format | 1 + .../src/deb/ambari/source/include-binaries | 1 + bigtop-packages/src/rpm/ambari/RPMS/.gitignore | 1 + bigtop-packages/src/rpm/ambari/SPECS/.gitignore | 3 + .../src/rpm/ambari/SPECS/ambari.spec | 504 +++++++++++++++++++ 27 files changed, 1144 insertions(+) ----------------------------------------------------------------------
