Repository: incubator-wave Updated Branches: refs/heads/master cc40d799b -> d554a0287
Adds default ReviewBoard configuration. Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/16903c04 Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/16903c04 Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/16903c04 Branch: refs/heads/master Commit: 16903c041fecc7ff05f32b24d0fb0c67ac9d30db Parents: cc40d79 Author: Andreas Kotes <[email protected]> Authored: Sun Feb 7 22:55:32 2016 +0200 Committer: Yuri Zelikov <[email protected]> Committed: Sun Feb 7 22:55:32 2016 +0200 ---------------------------------------------------------------------- .reviewboardrc | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/16903c04/.reviewboardrc ---------------------------------------------------------------------- diff --git a/.reviewboardrc b/.reviewboardrc new file mode 100644 index 0000000..25a0ae2 --- /dev/null +++ b/.reviewboardrc @@ -0,0 +1,4 @@ +REVIEWBOARD_URL = "https://reviews.apache.org/" +REPOSITORY = "git://git.apache.org/incubator-wave.git" +BRANCH = "master" +LAND_DEST_BRANCH = "master"
