From Fedora Project Wiki

(redirect page to new infra-docs)
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{shortcut|ISOP:REVIEWBOARD}}
{{shortcut|ISOP:REVIEWBOARD}}


Review Board is a powerful web-based code review tool that offers
developers an easy way to handle code reviews. It scales well from small
projects to large companies and offers a variety of tools to take much
of the stress and time out of the code review process.


== Contact Information ==
This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: http://infrastructure.fedoraproject.org/infra/docs/reviewboard.txt
Owner: Fedora Infrastructure Team


Contact: #fedora-admin, sysadmin-main, sysadmin-hosted
For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.


Location: ServerBeach
Servers: hosted[1-2]
Purpose: Provide our fedorahosted users a way to review code.
== File Locations ==
<pre>
hosted[1-2]:/srv/reviewboard/conf/settings_local.py - Main config file
hosted[1-2]:/etc/httpd/conf.d/fedorahosted.org/reviewboard.conf - ReviewBoard
https://fedorahosted.org/reviewboard/
</pre>
== Troubleshooting and Resolution ==
=== Restarting ===
After an update, to restart reviewboard just restart apache.  Doing a service httpd stop and then a service httpd start should do it.
== Create a new repository in ReviewBoard ==
=== Creating a new git repository ===
# Enter the admin interface. If you have admin privilege, a link will be visible in the upper-right corner of the dashboard.
# In the admin dashboard click "Add" next to "Repositories"
# For the name, enter the Fedora Hosted project short name. (e.g. if the project is https://fedorahosted.org/sssd, then the repository name should be sssd)
# "Show this repository" must be checked.
# Hosting service is "Custom"
# Repository type is Bazaar
# Path should be /srv/git/project_short_name.git (e.g. /srv/git/sssd.git)
# Mirror path should be git://git.fedorahosted.org/git/project_short_name.git
#* Mirror path is used by client tools such as post-review to determine to which repository a submission belongs
# Raw file URL mask should be left blank
# Username and Password should both be left blank
# The bug tracker URL may vary from project to project, but if they are using the Fedora Hosted Trac bugtracker, it should be
#* Type: Trac
#* Bug Tracker URL: https://fedorahosted.org/project_short_name  (e.g. https://fedorahosted.org/sssd)
# Do not set a Bug Tracker URL
=== Create a default reviewer for a repository ===
Reviews should be sent to the project development mailing list unless otherwise requested.
# Enter the admin interface. If you have admin privilege, a link will be visible in the upper-right corner of the dashboard.
# In the admin dashboard click "Add" next to "Review Groups"
# Enter the following values:
#* Name: The project short name
#* Display Name: project_short_name Review Group
#* Mailing List: Development discussion list for the project
# Do not select any users
# Return to the main admin dashboard and click on "Add" next to "Default Reviewers"
# Enter the following values:
#* Name: Something unique and sensible
#* File Regular Expression: enter '.*' (without the quotes)
#** This means that by default, the mailing list should receive email for reviews of all files in the repository
# Under "Default groups", select the group you created above and click the arrow pointing right.
# Do not select any default people
# Under "Repositories", select the repository added above and click the arrow pointing right.
# Save your changes.


[[Category:Infrastructure SOPs]]
[[Category:Infrastructure SOPs]]

Revision as of 18:52, 19 December 2011

Shortcut:
ISOP:REVIEWBOARD


This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: http://infrastructure.fedoraproject.org/infra/docs/reviewboard.txt

For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.