Repository: incubator-lens Updated Branches: refs/heads/master 30c67bc59 -> a6c40f4d2
LENS-554 : Add reviewboard specific config in .reviewboardrc (Rajat Khandelwal via amareshwari) Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/359bb68d Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/359bb68d Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/359bb68d Branch: refs/heads/master Commit: 359bb68d6845b5c0842f7145a7ef06bf8a3b915b Parents: 30c67bc Author: Rajat Khandelwal <[email protected]> Authored: Fri May 15 09:20:11 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Fri May 15 09:20:11 2015 +0530 ---------------------------------------------------------------------- .reviewboardrc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/359bb68d/.reviewboardrc ---------------------------------------------------------------------- diff --git a/.reviewboardrc b/.reviewboardrc index e9a57e0..a6eea04 100644 --- a/.reviewboardrc +++ b/.reviewboardrc @@ -1,3 +1,5 @@ REVIEWBOARD_URL = "https://reviews.apache.org/" REPOSITORY = "lens" BRANCH = "master" +TARGET_GROUPS = 'lens' +GUESS_FIELDS = True
