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/e990fb8f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e990fb8f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e990fb8f Branch: refs/heads/trunk Commit: e990fb8fcb6b2678b0c0c32f2689065a3f6616b3 Parents: cc56458 Author: Attila Doroszlai <[email protected]> Authored: Mon Dec 12 16:56:48 2016 +0100 Committer: oleewere <[email protected]> Committed: Mon Dec 12 16:57:56 2016 +0100 ---------------------------------------------------------------------- .reviewboardrc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e990fb8f/.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'
