You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by zj...@apache.org on 2015/06/03 01:47:46 UTC

[14/50] [abbrv] hadoop git commit: HADOOP-12035. shellcheck plugin displays a wrong version potentially (Kengo Seki via aw)

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/3eb698cb
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3eb698cb
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3eb698cb

Branch: refs/heads/YARN-2928
Commit: 3eb698cb45863fd6e9899fc76983a3832a032ec3
Parents: 7dc7948
Author: Allen Wittenauer <aw...@apache.org>
Authored: Thu May 28 09:11:08 2015 -0700
Committer: Zhijie Shen <zj...@apache.org>
Committed: Tue Jun 2 16:12:54 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/3eb698cb/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/3eb698cb/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