Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1ECFE1746A for ; Thu, 30 Apr 2015 17:04:34 +0000 (UTC) Received: (qmail 26740 invoked by uid 500); 30 Apr 2015 17:04:34 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 26714 invoked by uid 500); 30 Apr 2015 17:04:33 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 26705 invoked by uid 99); 30 Apr 2015 17:04:33 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2015 17:04:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A7FEDE0061; Thu, 30 Apr 2015 17:04:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <861d0512826c4535bd202c726132228d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to a86034e Date: Thu, 30 Apr 2015 17:04:33 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master 67a23554c -> a86034e36 debian: force maven to use the default $home/.m2 repo Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a86034e3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a86034e3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a86034e3 Branch: refs/heads/master Commit: a86034e36c12ff91f90adbda7464ca1bc5a5e4a7 Parents: 67a2355 Author: Rohit Yadav Authored: Thu Apr 30 19:03:53 2015 +0200 Committer: Rohit Yadav Committed: Thu Apr 30 19:03:53 2015 +0200 ---------------------------------------------------------------------- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a86034e3/debian/rules ---------------------------------------------------------------------- diff --git a/debian/rules b/debian/rules index ed23d4b..be20a20 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,6 @@ PACKAGE = $(shell dh_listpackages|head -n 1|cut -d '-' -f 1) SYSCONFDIR = "/etc" DESTDIR = "debian/tmp" - %: dh $@ --with python2 @@ -19,6 +18,7 @@ override_dh_auto_configure: override_dh_auto_build: mvn -T C1.5 clean package -Pawsapi -DskipTests -Dsystemvm \ -Dcs.replace.properties=replace.properties.tmp \ + -Dmaven.repo.local=$(HOME)/.m2/repository ${ACS_BUILD_OPTS} override_dh_auto_clean: