Repository: hadoop Updated Branches: refs/heads/trunk 87c26f8b7 -> f1cea9c6b
HADOOP-12035. shellcheck plugin displays a wrong version potentially (Kengo Seki via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f1cea9c6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f1cea9c6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f1cea9c6 Branch: refs/heads/trunk Commit: f1cea9c6bf68f03f7136bebc245efbc0a95738e4 Parents: 87c26f8 Author: Allen Wittenauer <a...@apache.org> Authored: Thu May 28 09:11:08 2015 -0700 Committer: Allen Wittenauer <a...@apache.org> Committed: Thu May 28 09:11:08 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.d/shellcheck.sh | 2 +- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f1cea9c6/dev-support/test-patch.d/shellcheck.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.d/shellcheck.sh b/dev-support/test-patch.d/shellcheck.sh index 5f38b6a..9277ea5 100755 --- a/dev-support/test-patch.d/shellcheck.sh +++ b/dev-support/test-patch.d/shellcheck.sh @@ -72,7 +72,7 @@ function shellcheck_preapply start_clock # shellcheck disable=SC2016 - SHELLCHECK_VERSION=$(shellcheck --version | ${GREP} version: | ${AWK} '{print $NF}') + SHELLCHECK_VERSION=$(${SHELLCHECK} --version | ${GREP} version: | ${AWK} '{print $NF}') echo "Running shellcheck against all identifiable shell scripts" pushd "${BASEDIR}" >/dev/null http://git-wip-us.apache.org/repos/asf/hadoop/blob/f1cea9c6/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 48e9f7d..1009d1a 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -765,6 +765,9 @@ Release 2.8.0 - UNRELEASED HADOOP-12004. test-patch breaks with reexec in certain situations (Sean Busbey via aw) + HADOOP-12035. shellcheck plugin displays a wrong version potentially + (Kengo Seki via aw) + Release 2.7.1 - UNRELEASED INCOMPATIBLE CHANGES