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

[09/42] git commit: updated refs/heads/ui-vm-affinity to 25f2f0f

Adding an optional env variable for DEB packaging to pick up additional profiles to package

Signed-off-by: Chip Childers <ch...@gmail.com>

Conflicts:

	debian/rules


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

Branch: refs/heads/ui-vm-affinity
Commit: 9abc21ceb98dd9064b7816e3f675637cbc54726c
Parents: bdd5634
Author: Chip Childers <ch...@gmail.com>
Authored: Tue Apr 23 16:35:39 2013 +0100
Committer: Chip Childers <ch...@gmail.com>
Committed: Tue Apr 23 16:39:35 2013 +0100

----------------------------------------------------------------------
 debian/rules |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9abc21ce/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index f5f68ab..c5875e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,8 +34,9 @@ build: build-indep
 build-indep: build-indep-stamp
 
 build-indep-stamp: configure
-	mvn -Pawsapi package -DskipTests -Dsystemvm \
-        -Dcs.replace.properties=replace.properties.tmp
+	mvn package -Pawsapi -DskipTests -Dsystemvm \
+        -Dcs.replace.properties=replace.properties.tmp \
+		${ACS_BUILD_OPTS}
 	touch $@
 
 clean: