Repository: hbase Updated Branches: refs/heads/branch-1.1 11816cb7d -> 94a29e2fd
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/94a29e2f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/94a29e2f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/94a29e2f Branch: refs/heads/branch-1.1 Commit: 94a29e2fdebbab643dfa19ee9d9698bc17d5411c Parents: 11816cb 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:34 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/94a29e2f/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[@]}")
