Repository: bigtop Updated Branches: refs/heads/master 2553b691d -> 7e987077b
BIGTOP-1350: Bump version of Crunch to 0.10.0 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/7e987077 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/7e987077 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/7e987077 Branch: refs/heads/master Commit: 7e987077bf4caf0fbf4da38d4c747568bc7ef77c Parents: 2553b69 Author: Mark Grover <[email protected]> Authored: Mon Jun 30 17:35:27 2014 -0700 Committer: Mark Grover <[email protected]> Committed: Mon Jun 30 17:35:27 2014 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/crunch/rules | 2 +- bigtop-packages/src/rpm/crunch/SPECS/crunch.spec | 2 +- bigtop.mk | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/7e987077/bigtop-packages/src/deb/crunch/rules ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/crunch/rules b/bigtop-packages/src/deb/crunch/rules index d3f973f..7a9c858 100644 --- a/bigtop-packages/src/deb/crunch/rules +++ b/bigtop-packages/src/deb/crunch/rules @@ -36,6 +36,6 @@ override_dh_auto_build: bash debian/do-component-build -Drat.basedir=$${PWD}/debian/tmp/bigtop-empty -Dmaven.repo.local=${HOME}/.m2/repository override_dh_auto_install: - sh -x debian/install_crunch.sh \ + bash -x debian/install_crunch.sh \ --build-dir=$${PWD}/build \ --prefix=debian/tmp http://git-wip-us.apache.org/repos/asf/bigtop/blob/7e987077/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec b/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec index c81fdd1..12f2b3e 100644 --- a/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec +++ b/bigtop-packages/src/rpm/crunch/SPECS/crunch.spec @@ -60,7 +60,7 @@ bash $RPM_SOURCE_DIR/do-component-build %install %__rm -rf $RPM_BUILD_ROOT -sh $RPM_SOURCE_DIR/install_crunch.sh \ +bash $RPM_SOURCE_DIR/install_crunch.sh \ --build-dir=${PWD}/build \ --doc-dir=%{doc_crunch} \ --prefix=$RPM_BUILD_ROOT http://git-wip-us.apache.org/repos/asf/bigtop/blob/7e987077/bigtop.mk ---------------------------------------------------------------------- diff --git a/bigtop.mk b/bigtop.mk index 862e7de..04c1273 100644 --- a/bigtop.mk +++ b/bigtop.mk @@ -214,8 +214,8 @@ $(eval $(call PACKAGE,solr,SOLR)) CRUNCH_NAME=crunch CRUNCH_RELNOTES_NAME=Java library for MapReduce pipelines CRUNCH_PKG_NAME=crunch -CRUNCH_BASE_VERSION=0.7.0 -CRUNCH_PKG_VERSION=0.7.0 +CRUNCH_BASE_VERSION=0.10.0 +CRUNCH_PKG_VERSION=0.10.0 CRUNCH_RELEASE_VERSION=1 CRUNCH_TARBALL_DST=apache-crunch-$(CRUNCH_BASE_VERSION)-src.tar.gz CRUNCH_TARBALL_SRC=$(CRUNCH_TARBALL_DST)
