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/21 02:50:55 UTC

git commit: change the deb build destination. By default, it's ../, which can be conflicted with other build in jenkins. Change the destination be selfcontained.

Updated Branches:
  refs/heads/master 74e4b787b -> d947b3d62


change the deb build destination. By default, it's ../, which can be conflicted with other build in jenkins. Change the destination be selfcontained.


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

Branch: refs/heads/master
Commit: d947b3d62b2aa8d9e979f79814e28a8d460a132e
Parents: 74e4b78
Author: Edison Su <su...@gmail.com>
Authored: Thu Sep 20 17:50:36 2012 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Thu Sep 20 17:50:36 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d947b3d6/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 8458bfc..ff2920f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -113,7 +113,8 @@ binary-common:
 #	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
-	dh_builddeb
+	mkdir -p ./artifacts/debs
+	dh_builddeb --destdir=$(CURDIR)/artifacts/debs
 # Build architecture independant packages using the common target.
 # binary-indep: build-indep install-indep
 # 	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common