Repository: hbase
Updated Branches:
  refs/heads/0.98 f6b418544 -> fb917d504


HBASE-13600 check_compatibility.sh should ignore shaded jars


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

Branch: refs/heads/0.98
Commit: fb917d504b260f6fd59f4ea1a7ed21c66387a48e
Parents: f6b4185
Author: Nick Dimiduk <[email protected]>
Authored: Thu Apr 30 11:56:59 2015 -0700
Committer: Nick Dimiduk <[email protected]>
Committed: Thu Apr 30 11:57:51 2015 -0700

----------------------------------------------------------------------
 dev-support/check_compatibility.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/fb917d50/dev-support/check_compatibility.sh
----------------------------------------------------------------------
diff --git a/dev-support/check_compatibility.sh 
b/dev-support/check_compatibility.sh
index 5410854..b9a7238 100755
--- a/dev-support/check_compatibility.sh
+++ b/dev-support/check_compatibility.sh
@@ -191,7 +191,7 @@ for ref in 1 2; do
     popd > /dev/null
   fi
 
-  JAR_FIND_EXPRESSION=(-name "hbase*.jar" ! -name "*tests*" ! -name 
"*sources*")
+  JAR_FIND_EXPRESSION=(-name "hbase*.jar" ! -name "*tests*" ! -name 
"*sources*" ! -name "*shade*")
   # Create an array of all the HBase JARs matching the find expression.
   JARS=$(find ${SCRIPT_DIRECTORY}/target/compatibility/${ref} 
"${JAR_FIND_EXPRESSION[@]}")
 

Reply via email to