Repository: hbase Updated Branches: refs/heads/branch-1 07e50f28b -> e69e55b3f
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/e69e55b3 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e69e55b3 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e69e55b3 Branch: refs/heads/branch-1 Commit: e69e55b3fdfcef1f6b6882f71e9f31a53a125a55 Parents: 07e50f2 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:25 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/e69e55b3/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[@]}")
