You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/06/27 22:51:34 UTC

[1/3] git commit: ACCUMULO-2957 Exclude binary test resource from rat check

Repository: accumulo
Updated Branches:
  refs/heads/1.6.1-SNAPSHOT 5d81eca4d -> 4e49ef98a
  refs/heads/master d38810b20 -> 0d4ff12a9


ACCUMULO-2957 Exclude binary test resource from rat check

  Ensure test walog resource is excluded from rat check on systems, such as Mac
  OS X, that do not correctly detect the file as a binary file


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4e49ef98
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4e49ef98
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4e49ef98

Branch: refs/heads/1.6.1-SNAPSHOT
Commit: 4e49ef98a36b86784d510cd0595bdaf4669446b2
Parents: 5d81eca
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jun 27 16:48:42 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jun 27 16:49:11 2014 -0400

----------------------------------------------------------------------
 server/tserver/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4e49ef98/server/tserver/pom.xml
----------------------------------------------------------------------
diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml
index a431d5d..d4dc605 100644
--- a/server/tserver/pom.xml
+++ b/server/tserver/pom.xml
@@ -117,6 +117,7 @@
           <configuration>
             <excludes>
               <exclude>src/test/resources/*.walog</exclude>
+              <exclude>src/test/resources/walog-from-14/*</exclude>
             </excludes>
           </configuration>
         </plugin>


[2/3] git commit: ACCUMULO-2957 Exclude binary test resource from rat check

Posted by ct...@apache.org.
ACCUMULO-2957 Exclude binary test resource from rat check

  Ensure test walog resource is excluded from rat check on systems, such as Mac
  OS X, that do not correctly detect the file as a binary file


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4e49ef98
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4e49ef98
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4e49ef98

Branch: refs/heads/master
Commit: 4e49ef98a36b86784d510cd0595bdaf4669446b2
Parents: 5d81eca
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jun 27 16:48:42 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jun 27 16:49:11 2014 -0400

----------------------------------------------------------------------
 server/tserver/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4e49ef98/server/tserver/pom.xml
----------------------------------------------------------------------
diff --git a/server/tserver/pom.xml b/server/tserver/pom.xml
index a431d5d..d4dc605 100644
--- a/server/tserver/pom.xml
+++ b/server/tserver/pom.xml
@@ -117,6 +117,7 @@
           <configuration>
             <excludes>
               <exclude>src/test/resources/*.walog</exclude>
+              <exclude>src/test/resources/walog-from-14/*</exclude>
             </excludes>
           </configuration>
         </plugin>


[3/3] git commit: Merge branch '1.6.1-SNAPSHOT'

Posted by ct...@apache.org.
Merge branch '1.6.1-SNAPSHOT'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0d4ff12a
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0d4ff12a
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0d4ff12a

Branch: refs/heads/master
Commit: 0d4ff12a95df56a813e4151674a88a5d2c5fea00
Parents: d38810b 4e49ef9
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jun 27 16:50:02 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jun 27 16:50:02 2014 -0400

----------------------------------------------------------------------
 server/tserver/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/0d4ff12a/server/tserver/pom.xml
----------------------------------------------------------------------