Skip to content

Commit

Permalink
git-review config for gerrit.openbmc-project.xyz
Browse files Browse the repository at this point in the history
git-review is a tool that helps submitting git branches to gerrit for
review.  Documentation on setup and usage is available at
http://docs.openstack.org/infra/git-review/.

This config file sets defaults for the openbmc project to
upload/download reviews from gerrit.openbmc-project.xyz.  Running 'git
review' in a local branch will push commits in that branch to Gerrit.
Likewise, 'git review -d <change-id>' will download the specified change
from Gerrit into a local branch named review/<author>/<topic_name>.

Change-Id: I2b960a5f8550fbdc7032828d774c1710d08ed5d7
Signed-off-by: Rick Altherr <[email protected]>
  • Loading branch information
mx-shift committed Aug 2, 2016
1 parent 7687a22 commit 13fe680
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitreview
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[gerrit]
host=gerrit.openbmc-project.xyz
port=29418
project=openbmc/openbmc.git
defaultbranch=master

0 comments on commit 13fe680

Please sign in to comment.