023eea4762
We have moved the gerrit service to a new server and at the same time allowed direct access to gerrit. This change updates the '.gitreview' file to reflect these changes. If you have an existing checkout you might need to update your .ssh/config file to remove the git-minix alias and edit .git/config to update the gerrit repository from 'git-minix' to the new url sheme: ssh://username@gerrit.minix3.org:2222/minix Change-Id: I621848d56c81c8c22a90b8092adf4ab0f29e2fb8
17 lines
547 B
Text
17 lines
547 B
Text
# MINIX 3 code review setup.
|
|
#
|
|
# This gerrit code review configuration is meant for performing per commit
|
|
# internal code reviews. If you are an external contributor please read and
|
|
# apply http://wiki.minix3.org/en/HowToContribute
|
|
#
|
|
# Consider reading http://wiki.openstack.org/GerritWorkflow to learn how
|
|
# to install git review on a Linux setup. On Minix you can use pkgin to
|
|
# install git-review.
|
|
#
|
|
[gerrit]
|
|
# The git-minix host is to be configured in your .ssh/config
|
|
#
|
|
host=gerrit.minix3.org
|
|
port=2222
|
|
project=minix
|
|
defaultbranch=master
|