Repository: ambari Updated Branches: refs/heads/branch-2.5 0c89587a9 -> 87a8b00ac
AMBARI-19160. Add ReviewBoard config file (Attila Doroszlai via oleewere) Change-Id: Ifb231bc52531ac95367be7e30834b260b5ff5fc1 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/87a8b00a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/87a8b00a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/87a8b00a Branch: refs/heads/branch-2.5 Commit: 87a8b00acf46ec5be2640dda0bede19d16d9788d Parents: c2a4fa6 Author: Attila Doroszlai <[email protected]> Authored: Mon Dec 12 16:56:48 2016 +0100 Committer: oleewere <[email protected]> Committed: Mon Dec 12 16:59:53 2016 +0100 ---------------------------------------------------------------------- .reviewboardrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/87a8b00a/.reviewboardrc ---------------------------------------------------------------------- diff --git a/.reviewboardrc b/.reviewboardrc new file mode 100644 index 0000000..162eee7 --- /dev/null +++ b/.reviewboardrc @@ -0,0 +1,19 @@ +# 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 + +REVIEWBOARD_URL = 'https://reviews.apache.org' +REPOSITORY = 'ambari' + +# Default value for the request's Reviewers > Groups field +TARGET_GROUPS = 'Ambari'
