Repository: incubator-samza-hello-samza Updated Branches: refs/heads/master a37cf4a34 -> 7c177f4e6
SAMZA-190 Reviewboard configuration for hello-samza Project: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/commit/7c177f4e Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/tree/7c177f4e Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/diff/7c177f4e Branch: refs/heads/master Commit: 7c177f4e6eea13ac13ec72eaa1fc19a85a6983b2 Parents: a37cf4a Author: Martin Kleppmann <[email protected]> Authored: Tue Mar 18 02:01:15 2014 +0000 Committer: Martin Kleppmann <[email protected]> Committed: Tue Mar 18 21:13:42 2014 +0000 ---------------------------------------------------------------------- .reviewboardrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/7c177f4e/.reviewboardrc ---------------------------------------------------------------------- diff --git a/.reviewboardrc b/.reviewboardrc new file mode 100644 index 0000000..dc119ba --- /dev/null +++ b/.reviewboardrc @@ -0,0 +1,22 @@ +# 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. + +REVIEWBOARD_URL = 'https://reviews.apache.org' +REPOSITORY = 'samza-hello-samza' +GUESS_DESCRIPTION = True +TARGET_GROUPS = 'samza' +TRACKING_BRANCH = 'origin/master'
