Updated Branches: refs/heads/master b7181bb42 -> eddb3dfc9
Removed starting of cloudstck from buildcloudstack Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e46aa610 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e46aa610 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e46aa610 Branch: refs/heads/master Commit: e46aa61068cb99efa300cd9248793d45043dd9ae Parents: 6d22df9 Author: James Martin <[email protected]> Authored: Fri Dec 7 15:32:11 2012 -0500 Committer: Rohit Yadav <[email protected]> Committed: Fri Dec 14 19:36:39 2012 -0800 ---------------------------------------------------------------------- .../devcloud/templates/buildcloudstack.sh.erb | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e46aa610/tools/devcloud/puppet/modules/devcloud/templates/buildcloudstack.sh.erb ---------------------------------------------------------------------- diff --git a/tools/devcloud/puppet/modules/devcloud/templates/buildcloudstack.sh.erb b/tools/devcloud/puppet/modules/devcloud/templates/buildcloudstack.sh.erb index f42a101..acf9b0b 100644 --- a/tools/devcloud/puppet/modules/devcloud/templates/buildcloudstack.sh.erb +++ b/tools/devcloud/puppet/modules/devcloud/templates/buildcloudstack.sh.erb @@ -26,4 +26,3 @@ cd <%= @cs_dir %>/incubator-cloudstack/ <%= @maven_home %>/bin/mvn clean install -P developer,systemvm <%= @maven_home %>/bin/mvn -pl developer,tools/devcloud -Ddeploydb -P developer <%= @maven_home %>/bin/mvn -P developer -pl tools/devcloud -Ddeploysvr -<%= @maven_home %>/bin/mvn -pl client jetty:run
