You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/04/09 17:07:14 UTC

[3/3] git commit: updated refs/heads/4.1 to 04a8264

CLOUDSTACK-1980: Add cloudstack-sysvmadm and cloudstack-setup-encryption

To the management server package.

cloudstack-setup-bridge should be a part of the cloudstack-awsapi package


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/04a82642
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/04a82642
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/04a82642

Branch: refs/heads/4.1
Commit: 04a82642802ace1f0978b37857d90f6aec8ac96e
Parents: 67bc557
Author: Wido den Hollander <wi...@widodh.nl>
Authored: Tue Apr 9 16:52:15 2013 +0200
Committer: Wido den Hollander <wi...@widodh.nl>
Committed: Tue Apr 9 17:02:04 2013 +0200

----------------------------------------------------------------------
 debian/cloudstack-management.install |    2 ++
 debian/rules                         |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/04a82642/debian/cloudstack-management.install
----------------------------------------------------------------------
diff --git a/debian/cloudstack-management.install b/debian/cloudstack-management.install
index ed7744b..5a682d4 100644
--- a/debian/cloudstack-management.install
+++ b/debian/cloudstack-management.install
@@ -29,4 +29,6 @@
 /usr/bin/cloudstack-setup-management
 /usr/bin/cloudstack-setup-databases
 /usr/bin/cloudstack-migrate-databases
+/usr/bin/cloudstack-setup-encryption
+/usr/bin/cloudstack-sysvmadm
 /usr/share/cloudstack-management/*

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/04a82642/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 782d6e6..1e4b798 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,6 +126,8 @@ install:
 	install -D client/target/utilities/bin/cloud-set-guest-sshkey $(DESTDIR)/usr/bin/cloudstack-set-guest-sshkey
 	install -D client/target/utilities/bin/cloud-setup-databases $(DESTDIR)/usr/bin/cloudstack-setup-databases
 	install -D client/target/utilities/bin/cloud-setup-management $(DESTDIR)/usr/bin/cloudstack-setup-management
+	install -D client/target/utilities/bin/cloud-setup-encryption $(DESTDIR)/usr/bin/cloudstack-setup-encryption
+	install -D client/target/utilities/bin/cloud-sysvmadm $(DESTDIR)/usr/bin/cloudstack-sysvmadm
 	install -D client/target/cloud-client-ui-$(VERSION)-SNAPSHOT/WEB-INF/classes/vms/systemvm.iso $(DESTDIR)/usr/share/$(PACKAGE)-common/vms/systemvm.iso
 	# We need jasypt for cloud-install-sys-tmplt, so this is a nasty hack to get it into the right place
 	install -D agent/target/dependencies/jasypt-1.9.0.jar $(DESTDIR)/usr/share/$(PACKAGE)-common/lib