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 2011/10/19 23:55:38 UTC

svn commit: r1186518 - in /incubator/bigtop/trunk: bigtop-packages/src/common/sqoop/install_sqoop.sh bigtop.mk

Author: rvs
Date: Wed Oct 19 21:55:38 2011
New Revision: 1186518

URL: http://svn.apache.org/viewvc?rev=1186518&view=rev
Log:
BIGTOP-55. Bump version of sqoop to sqoop-1.3.0

Modified:
    incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/install_sqoop.sh
    incubator/bigtop/trunk/bigtop.mk

Modified: incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/install_sqoop.sh
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/install_sqoop.sh?rev=1186518&r1=1186517&r2=1186518&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/install_sqoop.sh (original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/sqoop/install_sqoop.sh Wed Oct 19 21:55:38 2011
@@ -143,7 +143,6 @@ done
 
 install -d -m 0755 $PREFIX/$ETC_DIR/conf
 (cd ${BUILD_DIR}/conf && tar cf - .) | (cd $PREFIX/$ETC_DIR/conf && tar xf -)
-rm $PREFIX/$ETC_DIR/conf/.gitignore
 
 unlink $PREFIX/$LIB_DIR/conf || /bin/true
 ln -s /etc/sqoop/conf $PREFIX/$LIB_DIR/conf

Modified: incubator/bigtop/trunk/bigtop.mk
URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop.mk?rev=1186518&r1=1186517&r2=1186518&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop.mk (original)
+++ incubator/bigtop/trunk/bigtop.mk Wed Oct 19 21:55:38 2011
@@ -79,8 +79,8 @@ $(eval $(call PACKAGE,hive,HIVE))
 SQOOP_NAME=sqoop
 SQOOP_RELNOTES_NAME=Sqoop
 SQOOP_PKG_NAME=sqoop
-SQOOP_BASE_VERSION=1.2.0
-SQOOP_PKG_VERSION=1.2.0
+SQOOP_BASE_VERSION=1.3.0
+SQOOP_PKG_VERSION=1.3.0
 SQOOP_RELEASE_VERSION=1
 SQOOP_TARBALL_DST=sqoop-$(SQOOP_BASE_VERSION).tar.gz
 SQOOP_TARBALL_SRC=$(SQOOP_TARBALL_DST)