You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by aj...@apache.org on 2015/11/26 10:24:47 UTC

falcon git commit: FALCON-1634 Add .reviewboardrc file so that review requests can be created using just command line. Contributed by Rajat Khandelwal.

Repository: falcon
Updated Branches:
  refs/heads/master 6676032c3 -> f982f86c7


FALCON-1634 Add .reviewboardrc file so that review requests can be created using just command line. Contributed by Rajat Khandelwal.


Project: http://git-wip-us.apache.org/repos/asf/falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/f982f86c
Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/f982f86c
Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/f982f86c

Branch: refs/heads/master
Commit: f982f86c73d48b34387ca3a985741a62dc323ca5
Parents: 6676032
Author: Ajay Yadava <aj...@gmail.com>
Authored: Thu Nov 26 14:49:30 2015 +0530
Committer: Ajay Yadava <aj...@gmail.com>
Committed: Thu Nov 26 14:49:30 2015 +0530

----------------------------------------------------------------------
 .reviewboardrc | 24 ++++++++++++++++++++++++
 CHANGES.txt    |  2 ++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/falcon/blob/f982f86c/.reviewboardrc
----------------------------------------------------------------------
diff --git a/.reviewboardrc b/.reviewboardrc
new file mode 100644
index 0000000..f189c85
--- /dev/null
+++ b/.reviewboardrc
@@ -0,0 +1,24 @@
+# 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.
+
+# Command line tools that allow you to create/update reivew requests
+# use this file. One such tool is https://www.reviewboard.org/downloads/rbtools/
+
+REVIEWBOARD_URL = "https://reviews.apache.org/"
+REPOSITORY = "falcon-git"
+BRANCH = "master"
+TARGET_GROUPS = 'Falcon'
+GUESS_FIELDS = True

http://git-wip-us.apache.org/repos/asf/falcon/blob/f982f86c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 13d3439..4857ea1 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,6 +20,8 @@ Trunk (Unreleased)
     FALCON-1213 Base framework of the native scheduler(Pallavi Rao)
 
   IMPROVEMENTS
+    FALCON-1634 Add .reviewboardrc file so that review requests can be created using just command line(Rajat Khandelwal via Ajay Yadava)
+
     FALCON-1557 Supporting some Entity Management Api's and admin api in Falcon Unit (Narayan Periwal via Pallavi Rao)
 
     FALCON-1622 On starting falcon server JPS shows Main and not Falcon(Sandeep Samudrala via Ajay Yadava)