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/03/20 16:42:21 UTC

svn commit: r1302946 - /incubator/bigtop/branches/branch-0.3/bigtop-packages/src/common/hadoop/install_hadoop.sh

Author: rvs
Date: Tue Mar 20 15:42:21 2012
New Revision: 1302946

URL: http://svn.apache.org/viewvc?rev=1302946&view=rev
Log:
BIGTOP-382. hadoop-conf-pseudo packages contains subversion metada

Modified:
    incubator/bigtop/branches/branch-0.3/bigtop-packages/src/common/hadoop/install_hadoop.sh

Modified: incubator/bigtop/branches/branch-0.3/bigtop-packages/src/common/hadoop/install_hadoop.sh
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-packages/src/common/hadoop/install_hadoop.sh?rev=1302946&r1=1302945&r2=1302946&view=diff
==============================================================================
--- incubator/bigtop/branches/branch-0.3/bigtop-packages/src/common/hadoop/install_hadoop.sh (original)
+++ incubator/bigtop/branches/branch-0.3/bigtop-packages/src/common/hadoop/install_hadoop.sh Tue Mar 20 15:42:21 2012
@@ -206,6 +206,8 @@ for conf in conf.pseudo ; do
   (cd ${BUILD_DIR}/conf && tar -cf - .) | (cd $ETC_DIR/$conf && tar -xf -)
   # Overlay the -site files
   (cd $DISTRO_DIR/$conf && tar -cf - .) | (cd $ETC_DIR/$conf && tar -xf -)
+  # When building straight out of svn we have to account for pesky .svn subdirs
+  rm -rf `find $ETC_DIR/$conf -name .svn -type d`
 done
 
 # man pages