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/31 05:40:54 UTC

svn commit: r1195329 - /incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build

Author: rvs
Date: Mon Oct 31 04:40:54 2011
New Revision: 1195329

URL: http://svn.apache.org/viewvc?rev=1195329&view=rev
Log:
adding docs to top-level dir

Modified:
    incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build

Modified: incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build
URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build?rev=1195329&r1=1195328&r2=1195329&view=diff
==============================================================================
--- incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build (original)
+++ incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build Mon Oct 31 04:40:54 2011
@@ -65,6 +65,14 @@ mv common/{LICENSE,NOTICE,README}.txt .
 rm hdfs/{LICENSE,NOTICE}.txt # same as common
 rm mapred/{LICENSE,NOTICE}.txt # same as common
 
+# munge the docs directories
+for dir in docs; do
+  mkdir $dir
+  for proj in common hdfs mapred; do
+    cp -Rp $proj/$dir/* $dir
+  done
+done
+
 # munge the bin and conf directories
 for dir in bin conf; do
   mkdir $dir