Repository: yetus Updated Branches: refs/heads/master de19e7b98 -> 4ffe709de
YETUS-129 Geode 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/4ffe709d Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/4ffe709d Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/4ffe709d Branch: refs/heads/master Commit: 4ffe709de15c56e6f1cd9ea65289aa648130c26a Parents: de19e7b Author: jaoki <[email protected]> Authored: Sat Oct 24 11:46:23 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Mon Oct 26 15:44:16 2015 -0700 ---------------------------------------------------------------------- dev-support/personality/geode.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/4ffe709d/dev-support/personality/geode.sh ---------------------------------------------------------------------- diff --git a/dev-support/personality/geode.sh b/dev-support/personality/geode.sh new file mode 100644 index 0000000..f16e431 --- /dev/null +++ b/dev-support/personality/geode.sh @@ -0,0 +1,18 @@ +personality_plugins "all,-ant,-javac,-scalac,-scaladoc" + +function personality_globals +{ + #shellcheck disable=SC2034 + PATCH_BRANCH_DEFAULT=develop + #shellcheck disable=SC2034 + HOW_TO_CONTRIBUTE="https://cwiki.apache.org/confluence/display/GEODE/How+to+Contribute" + #shellcheck disable=SC2034 + JIRA_ISSUE_RE='^(GEODE)-[0-9]+$' + #shellcheck disable=SC2034 + GITHUB_REPO="apache/incubator-geode" + #shellcheck disable=SC2034 + BUILDTOOL=gradle +# PYLINT_OPTIONS="--indent-string=' '" + +# HADOOP_MODULES="" +}
