Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E7A8910B for ; Wed, 30 Nov 2011 19:30:59 +0000 (UTC) Received: (qmail 62887 invoked by uid 500); 30 Nov 2011 19:30:59 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 62855 invoked by uid 500); 30 Nov 2011 19:30:59 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 62848 invoked by uid 99); 30 Nov 2011 19:30:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 19:30:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 19:30:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2B44C238899C; Wed, 30 Nov 2011 19:30:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1208720 - in /incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb: hadoop/rules hive/rules pig/rules sqoop/rules zookeeper/rules Date: Wed, 30 Nov 2011 19:30:36 -0000 To: bigtop-commits@incubator.apache.org From: abayer@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111130193037.2B44C238899C@eris.apache.org> Author: abayer Date: Wed Nov 30 19:30:35 2011 New Revision: 1208720 URL: http://svn.apache.org/viewvc?rev=1208720&view=rev Log: FIXES BIGTOP-281. Use HOME ivy2 rather than per-component ivy2. Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hadoop/rules incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/pig/rules incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/sqoop/rules incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/zookeeper/rules Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hadoop/rules URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hadoop/rules?rev=1208720&r1=1208719&r2=1208720&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hadoop/rules (original) +++ incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hadoop/rules Wed Nov 30 19:30:35 2011 @@ -48,7 +48,7 @@ build-stamp: patch -p0 < ./debian/MAPREDUCE-3373.patch env HADOOP_VERSION=${hadoop_version} HADOOP_ARCH=${native_dir} \ - bash debian/do-component-build -Divy.home=`pwd`/debian/.ivy + bash debian/do-component-build -Divy.home=${HOME}/.ivy2 touch $@ clean: Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules?rev=1208720&r1=1208719&r2=1208720&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules (original) +++ incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/hive/rules Wed Nov 30 19:30:35 2011 @@ -35,7 +35,7 @@ build-indep: build-indep-stamp build-indep-stamp: patch -p0 < debian/patch mkdir -p /tmp/debian-hive/.ivy - bash debian/do-component-build -Divy.home=`pwd`/debian/.ivy + bash debian/do-component-build -Divy.home=${HOME}/.ivy2 touch $@ server metastore: debian/service-init.d.tpl Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/pig/rules URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/pig/rules?rev=1208720&r1=1208719&r2=1208720&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/pig/rules (original) +++ incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/pig/rules Wed Nov 30 19:30:35 2011 @@ -39,7 +39,7 @@ clean: build-indep: build-indep-stamp build-indep-stamp: patch-stamp - bash debian/do-component-build -Divy.home=`pwd`/debian/.ivy + bash debian/do-component-build -Divy.home=${HOME}/.ivy2 touch $@ install: install-indep Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/sqoop/rules URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/sqoop/rules?rev=1208720&r1=1208719&r2=1208720&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/sqoop/rules (original) +++ incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/sqoop/rules Wed Nov 30 19:30:35 2011 @@ -38,7 +38,7 @@ clean: build-indep: build-indep-stamp build-indep-stamp: patch-stamp - bash debian/do-component-build -Dversion=${SQOOP_VERSION} -Divy.home=`pwd`/debian/.ivy + bash debian/do-component-build -Dversion=${SQOOP_VERSION} -Divy.home=${HOME}/.ivy2 touch $@ install: install-indep Modified: incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/zookeeper/rules URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/zookeeper/rules?rev=1208720&r1=1208719&r2=1208720&view=diff ============================================================================== --- incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/zookeeper/rules (original) +++ incubator/bigtop/branches/hadoop-0.23/bigtop-packages/src/deb/zookeeper/rules Wed Nov 30 19:30:35 2011 @@ -37,7 +37,7 @@ clean: build-indep: build-indep-stamp build-indep-stamp: patch-stamp - bash debian/do-component-build -Divy.home=`pwd`/debian/.ivy + bash debian/do-component-build -Divy.home=${HOME}/.ivy2 mkdir -p debian/tmp tar cf - --exclude=debian/\* . | (cd debian/tmp && tar xf -) touch $@