Repository: hbase Updated Branches: refs/heads/master d88a4180f -> 51ce568d6
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/51ce568d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/51ce568d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/51ce568d Branch: refs/heads/master Commit: 51ce568d6c928edd2c069fae504c40801fd02203 Parents: d88a418 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:01 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/51ce568d/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[@]}")
