You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2012/01/26 02:49:32 UTC

svn commit: r1236022 - in /incubator/bigtop/trunk: bigtop-packages/src/deb/whirr/rules bigtop-packages/src/rpm/whirr/SPECS/whirr.spec bigtop.mk

Author: rvs
Date: Thu Jan 26 01:49:32 2012
New Revision: 1236022

URL: http://svn.apache.org/viewvc?rev=1236022&view=rev
Log:
BIGTOP-362. Bump version of Whirr to 0.7.0

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/deb/whirr/rules
    incubator/bigtop/trunk/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec
    incubator/bigtop/trunk/bigtop.mk

Modified: incubator/bigtop/trunk/bigtop-packages/src/deb/whirr/rules
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/deb/whirr/rules?rev=1236022&r1=1236021&r2=1236022&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/deb/whirr/rules (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/deb/whirr/rules Thu Jan 26 01:49:32 2012
@@ -37,7 +37,13 @@ clean:	
 
 build-indep: build-indep-stamp
 build-indep-stamp: patch-stamp
-	bash debian/do-component-build -Dmaven.repo.local=${HOME}/.m2/repository
+	# No easy way to disable the default RAT run which fails the build because of some fails in the debian/ directory
+	rm -rf bigtop-empty
+	mkdir -p bigtop-empty
+	# Bruno could not find a way to add debian/ to RAT exclude list through cmd line
+	# or to unbind rat:check goal
+	# So he was redirecting its attention with a decoy
+	bash debian/do-component-build -Drat.basedir=${PWD}/bigtop-empty -Dmaven.repo.local=${HOME}/.m2/repository
 	mkdir -p debian/tmp
 	# NOTE: FIXME me right away
 	cp -r debian/whirr.1 .

Modified: incubator/bigtop/trunk/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec?rev=1236022&r1=1236021&r2=1236022&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/rpm/whirr/SPECS/whirr.spec Thu Jan 26 01:49:32 2012
@@ -28,12 +28,12 @@ Name: whirr
 Version: %{whirr_version}
 Release: %{whirr_release}
 Summary: Scripts and libraries for running software services on cloud infrastructure.
-URL: http://incubator.apache.org/whirr
+URL: http://whirr.apache.org/
 Group: Development/Libraries
 BuildArch: noarch
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 License: ASL 2.0 
-Source0: %{name}-%{whirr_base_version}-incubating-src.tar.gz
+Source0: %{name}-%{whirr_base_version}.tar.gz
 Source1: do-component-build
 Source2: install_%{name}.sh
 Source3: whirr.1
@@ -51,7 +51,7 @@ Whirr provides
     
 
 %prep
-%setup -n %{name}-%{whirr_base_version}-incubating
+%setup -n %{name}-%{whirr_base_version}
 
 %build
 bash %{SOURCE1}

Modified: incubator/bigtop/trunk/bigtop.mk
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop.mk?rev=1236022&r1=1236021&r2=1236022&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop.mk (original)
+++ incubator/bigtop/trunk/bigtop.mk Thu Jan 26 01:49:32 2012
@@ -103,12 +103,12 @@ $(eval $(call PACKAGE,oozie,OOZIE))
 WHIRR_NAME=whirr
 WHIRR_RELNOTES_NAME=Apache Whirr
 WHIRR_PKG_NAME=whirr
-WHIRR_BASE_VERSION=0.5.0
-WHIRR_PKG_VERSION=0.5.0
+WHIRR_BASE_VERSION=0.7.0
+WHIRR_PKG_VERSION=0.7.0
 WHIRR_RELEASE_VERSION=1
-WHIRR_TARBALL_DST=whirr-$(WHIRR_BASE_VERSION)-incubating-src.tar.gz
+WHIRR_TARBALL_DST=whirr-$(WHIRR_BASE_VERSION).tar.gz
 WHIRR_TARBALL_SRC=$(WHIRR_TARBALL_DST)
-WHIRR_SITE=$(APACHE_ARCHIVE)//incubator/whirr/whirr-0.5.0-incubating/
+WHIRR_SITE=$(APACHE_ARCHIVE)/whirr/whirr-$(WHIRR_BASE_VERSION)/
 $(eval $(call PACKAGE,whirr,WHIRR))
 
 # Mahout