You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by na...@apache.org on 2009/04/14 02:12:54 UTC

svn commit: r764651 - in /hadoop/hive/trunk: CHANGES.txt build.xml

Author: namit
Date: Tue Apr 14 00:12:53 2009
New Revision: 764651

URL: http://svn.apache.org/viewvc?rev=764651&view=rev
Log:
HIVE-407. fix permissions for test scripts in release tarball.
(Ashish Thusoo via namit)


Modified:
    hadoop/hive/trunk/CHANGES.txt
    hadoop/hive/trunk/build.xml

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=764651&r1=764650&r2=764651&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Tue Apr 14 00:12:53 2009
@@ -33,6 +33,8 @@
     HIVE-403. remove password param from job config that is submitted to job
     tracker and from log (Prasad Chakka)
 
+    HIVE-407. fix permissions for test scripts in release tarball.
+    (Ashish Thusoo via namit)
 
 Release 0.3.0 - Unreleased
 

Modified: hadoop/hive/trunk/build.xml
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/build.xml?rev=764651&r1=764650&r2=764651&view=diff
==============================================================================
--- hadoop/hive/trunk/build.xml (original)
+++ hadoop/hive/trunk/build.xml Tue Apr 14 00:12:53 2009
@@ -395,11 +395,17 @@
           <exclude name="build/**" />
           <exclude name="bin/**" />
           <exclude name="**/py/**/*-remote" />
+          <exclude name="data/scripts/**" />
+          <exclude name="metastore/scripts/**" />
+          <exclude name="ql/src/test/scripts/**" />
         </tarfileset>
         <tarfileset dir="${hive.root}" mode="755" prefix="${dev.final.name}/src">
           <exclude name="build/**" />
           <include name="bin/**" />
           <include name="**/py/**/*-remote" />
+          <include name="data/scripts/**" />
+          <include name="metastore/scripts/**" />
+          <include name="ql/src/test/scripts/**" />
         </tarfileset>
       </param.listofitems>
     </macro_tar>