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

git commit: updated refs/heads/4.1 to 51bda0a

Updated Branches:
  refs/heads/4.1 799d906ac -> 51bda0a5c


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

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


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

Branch: refs/heads/4.1
Commit: 51bda0a5cdc7f06b6cf643f27a0ee6a6c7f06e65
Parents: 799d906
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:35:39 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/51bda0a5/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 1e4b798..ad82cc5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,8 @@ build-indep: build-indep-stamp
 
 build-indep-stamp: configure
 	mvn package -DskipTests -Dsystemvm \
-        -Dcs.replace.properties=replace.properties.tmp
+        -Dcs.replace.properties=replace.properties.tmp \
+		${ACS_BUILD_OPTS}
 	touch $@
 
 clean: