You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/12/05 22:16:44 UTC

[1/2] git commit: ACCUMULO-1964 Use -maxdepth and -mindepth on find to ensure cross-platform compatibility.

Updated Branches:
  refs/heads/master 7d5430f6e -> 061a64195


ACCUMULO-1964 Use -maxdepth and -mindepth on find to ensure cross-platform compatibility.


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

Branch: refs/heads/master
Commit: f777f539e50c8f23100147bc0d5fe485ed5aabd4
Parents: f0c12cd
Author: Josh Elser <el...@apache.org>
Authored: Thu Dec 5 16:12:22 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Thu Dec 5 16:12:22 2013 -0500

----------------------------------------------------------------------
 bin/build_native_library.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f777f539/bin/build_native_library.sh
----------------------------------------------------------------------
diff --git a/bin/build_native_library.sh b/bin/build_native_library.sh
index b537a23..cb8d0dd 100755
--- a/bin/build_native_library.sh
+++ b/bin/build_native_library.sh
@@ -51,7 +51,7 @@ if [[ $? -ne 0 ]]; then
 fi
 
 # Move to the first (only) directory in our unpacked tarball
-native_dir=`find "${TMP_DIR}" -type d -depth 1`
+native_dir=`find "${TMP_DIR}" -maxdepth 1 -mindepth 1 -type d`
 
 cd "${native_dir}"
 


[2/2] git commit: Merge branch '1.6.0-SNAPSHOT'

Posted by el...@apache.org.
Merge branch '1.6.0-SNAPSHOT'


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

Branch: refs/heads/master
Commit: 061a641957a177397943c1963157440194e0952c
Parents: 7d5430f f777f53
Author: Josh Elser <el...@apache.org>
Authored: Thu Dec 5 16:16:36 2013 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Thu Dec 5 16:16:36 2013 -0500

----------------------------------------------------------------------
 bin/build_native_library.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------