Repository: hbase Updated Branches: refs/heads/branch-1.0 13b5b64a4 -> dac1dc74c
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/dac1dc74 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/dac1dc74 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/dac1dc74 Branch: refs/heads/branch-1.0 Commit: dac1dc74c7bb157e143090d1218e3f917b320715 Parents: 13b5b64 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:41 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/dac1dc74/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[@]}")
