You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2015/01/31 19:49:54 UTC

svn commit: r1656235 - in /hive/branches/branch-1.1: ./ packaging/src/main/assembly/src.xml

Author: brock
Date: Sat Jan 31 18:49:54 2015
New Revision: 1656235

URL: http://svn.apache.org/r1656235
Log:
HIVE-9527 - Include dot files in tarball (Brock reviewed by Xuefu)

Modified:
    hive/branches/branch-1.1/   (props changed)
    hive/branches/branch-1.1/packaging/src/main/assembly/src.xml

Propchange: hive/branches/branch-1.1/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jan 31 18:49:54 2015
@@ -3,4 +3,4 @@
 /hive/branches/spark:1608589-1654414,1654553,1654869,1654873,1655427,1655468,1655926
 /hive/branches/tez:1494760-1622766
 /hive/branches/vectorization:1466908-1527856
-/hive/trunk:1655202,1655210,1655213,1655436,1655460,1655894-1655895,1656061,1656114
+/hive/trunk:1655202,1655210,1655213,1655436,1655460,1655894-1655895,1656061,1656114,1656234

Modified: hive/branches/branch-1.1/packaging/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.1/packaging/src/main/assembly/src.xml?rev=1656235&r1=1656234&r2=1656235&view=diff
==============================================================================
--- hive/branches/branch-1.1/packaging/src/main/assembly/src.xml (original)
+++ hive/branches/branch-1.1/packaging/src/main/assembly/src.xml Sat Jan 31 18:49:54 2015
@@ -42,6 +42,11 @@
       </excludes>
 
       <includes>
+        <include>.arcconfig</include>
+        <include>.checkstyle</include>
+        <include>.gitattributes</include>
+        <include>.gitignore</include>
+        <include>.reviewboardrc</include>
         <include>DEVNOTES</include>
         <include>README.txt</include>
         <include>LICENSE</include>