Repository: yetus Updated Branches: refs/heads/master 2b9f425ab -> d5ca095d0
YETUS-535. ratis project personality (addendum #2) Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/d5ca095d Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/d5ca095d Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/d5ca095d Branch: refs/heads/master Commit: d5ca095d019b17781fc5a50a5c7c53daa518f824 Parents: 2b9f425 Author: Allen Wittenauer <[email protected]> Authored: Fri Aug 18 12:20:25 2017 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Aug 18 12:20:25 2017 -0700 ---------------------------------------------------------------------- personality/ratis.sh | 32 -------------------------------- 1 file changed, 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/d5ca095d/personality/ratis.sh ---------------------------------------------------------------------- diff --git a/personality/ratis.sh b/personality/ratis.sh deleted file mode 100755 index d700512..0000000 --- a/personality/ratis.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/env bash -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -personality_plugins "all" - -## @description Globals specific to this personality -## @audience private -## @stability evolving -function personality_globals -{ - # shellcheck disable=SC2034 - BUILDTOOL=maven - #shellcheck disable=SC2034 - PATCH_BRANCH_DEFAULT=master - #shellcheck disable=SC2034 - JIRA_ISSUE_RE='^RATIS-[0-9]+$' - #shellcheck disable=SC2034 - GITHUB_REPO="apache/incubator-ratis" -}
