You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/09/07 06:08:58 UTC

git commit: need to call mvn install before waf deb

Updated Branches:
  refs/heads/4.0 562484a63 -> cef962664


need to call mvn install before waf deb


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

Branch: refs/heads/4.0
Commit: cef9626643011b846feba66d1b5eee2a0ea3ce4c
Parents: 562484a
Author: Edison Su <su...@gmail.com>
Authored: Thu Sep 6 21:08:43 2012 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Thu Sep 6 21:08:43 2012 -0700

----------------------------------------------------------------------
 wscript |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cef96266/wscript
----------------------------------------------------------------------
diff --git a/wscript b/wscript
index 66852e0..76df17a 100644
--- a/wscript
+++ b/wscript
@@ -693,6 +693,8 @@ def deb(context):
 	tarball = Scripting.dist('', VERSION)	
 	srcdir = "%s/%s-%s"%(outputdir,APPNAME,VERSION)
 
+        Utils.exec_command("mvn install -P deps")
+
 	if _exists(srcdir): shutil.rmtree(srcdir)
 	mkdir_p(outputdir)