diff options
author | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2014-01-18 18:16:42 +0100 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2014-01-20 13:30:32 +0000 |
commit | 957c3242041a60dcfcf38c12b28a6dd45c6d72dc (patch) | |
tree | 44af25cff4d20f0252db18b9bc1a95f9f4a4a02e /doc | |
parent | 6c1437a0a45513cc4524f1e0bd8e7e211f6bf809 (diff) | |
download | riscv-openocd-957c3242041a60dcfcf38c12b28a6dd45c6d72dc.zip riscv-openocd-957c3242041a60dcfcf38c12b28a6dd45c6d72dc.tar.gz riscv-openocd-957c3242041a60dcfcf38c12b28a6dd45c6d72dc.tar.bz2 |
doc: Add Gerrit to the Developer resources section
Change-Id: Icbf2050967cea06b05a09574a6a91ce1407a489f
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/1885
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index ea3db75..d8c7ca1 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -262,6 +262,25 @@ This document is a work-in-progress, but contributions would be welcome to fill in the gaps. All of the source files are provided in-tree, listed in the Doxyfile configuration at the top of the source tree. +@section Gerrit Review System + +All changes in the OpenOCD Git repository go through the web-based Gerrit +Code Review System: + +@uref{http://openocd.zylin.com/} + +After a one-time registration and repository setup, anyone can push commits +from their local Git repository directly into Gerrit. +All users and developers are encouraged to review, test, discuss and vote +for changes in Gerrit. The feedback provides the basis for a maintainer to +eventually submit the change to the main Git repository. + +The @file{HACKING} file, also available as the Patch Guide in the Doxygen +Developer Manual, contains basic information about how to connect a +repository to Gerrit, prepare and push patches. Patch authors are expected to +maintain their changes while they're in Gerrit, respond to feedback and if +necessary rework and push improved versions of the change. + @section OpenOCD Developer Mailing List The OpenOCD Developer Mailing List provides the primary means of @@ -269,10 +288,6 @@ communication between developers: @uref{https://lists.sourceforge.net/mailman/listinfo/openocd-devel} -Discuss and submit patches to this list. -The @file{HACKING} file contains basic information about how -to prepare patches. - @section OpenOCD Bug Database During the 0.4.x release cycle the OpenOCD project team began |