Updated Branches: refs/heads/trunk ed2daeef7 -> 38d3b0ea7
GIRAPH-450: post-review not working after switch to git (nitay) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/38d3b0ea Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/38d3b0ea Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/38d3b0ea Branch: refs/heads/trunk Commit: 38d3b0ea75e32fa7269d1fdd0facda51eb146a9f Parents: ed2daee Author: Nitay Joffe <[email protected]> Authored: Thu Dec 13 22:00:14 2012 -0800 Committer: Nitay Joffe <[email protected]> Committed: Thu Dec 13 22:16:31 2012 -0800 ---------------------------------------------------------------------- .reviewboardrc | 4 +++- CHANGELOG | 2 ++ 2 files changed, 5 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/38d3b0ea/.reviewboardrc ---------------------------------------------------------------------- diff --git a/.reviewboardrc b/.reviewboardrc index c7de239..b0a961c 100644 --- a/.reviewboardrc +++ b/.reviewboardrc @@ -1,3 +1,5 @@ -GUESS_SUMMARY = True +GUESS_FIELDS = True +OPEN_BROWSER = True +REPOSITORY = "giraph-git" REVIEWBOARD_URL = "https://reviews.apache.org/" TARGET_GROUPS = "giraph" http://git-wip-us.apache.org/repos/asf/giraph/blob/38d3b0ea/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 54dd73b..e2e7899 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-450: post-review not working after switch to git (nitay) + GIRAPH-449: License header missing from for-each-profile.sh (apresta) GIRAPH-447: Clean up GiraphConfiguration related things (nitay)
