Repository: yetus Updated Branches: refs/heads/master e56ba299c -> fc6e870ff
YETUS-630. Add HDDS subproject to the Hadoop personality Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/fc6e870f Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/fc6e870f Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/fc6e870f Branch: refs/heads/master Commit: fc6e870fff019589fe8b26ab42e890ebcfcfd4e9 Parents: e56ba29 Author: Elek <[email protected]> Authored: Fri May 18 16:44:11 2018 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri May 18 16:44:11 2018 -0700 ---------------------------------------------------------------------- precommit/personality/hadoop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/fc6e870f/precommit/personality/hadoop.sh ---------------------------------------------------------------------- diff --git a/precommit/personality/hadoop.sh b/precommit/personality/hadoop.sh index 7775598..1e03e61 100755 --- a/precommit/personality/hadoop.sh +++ b/precommit/personality/hadoop.sh @@ -33,7 +33,7 @@ function personality_globals #shellcheck disable=SC2034 PATCH_NAMING_RULE="https://wiki.apache.org/hadoop/HowToContribute" #shellcheck disable=SC2034 - JIRA_ISSUE_RE='^(HADOOP|YARN|MAPREDUCE|HDFS)-[0-9]+$' + JIRA_ISSUE_RE='^(HADOOP|YARN|MAPREDUCE|HDFS|HDDS)-[0-9]+$' #shellcheck disable=SC2034 GITHUB_REPO="apache/hadoop" #shellcheck disable=SC2034
