|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| This page documents how to setup VTK developer accounts.
| | The instructions previously available on this page have been superseded. See [https://gitlab.kitware.com/vtk/vtk/blob/master/Documentation/dev/git/README.md here]. |
| See our [[VTK/Git|table of contents]] for more information. | |
| | |
| =Gerrit=
| |
| | |
| Anyone may request access to the [http://review.source.kitware.com/p/VTK VTK Gerrit Code Review] site to propose and review changes.
| |
| Follow these steps to set up access:
| |
| | |
| # Get an [http://openid.net/get-an-openid/ OpenID]
| |
| # Register at http://review.source.kitware.com using your OpenID (link in upper right)
| |
| # Sign in
| |
| # Set all fields in your profile at http://review.source.kitware.com/#/settings/
| |
| # Add your ssh public key at http://review.source.kitware.com/#/settings/ssh-keys
| |
| | |
| =CDash=
| |
| | |
| Anyone may request access to the [https://open.cdash.org/index.php?project=VTK VTK dashboard] to be see which submission include their changes and be notified by email if any issues is caused by these same changes.
| |
| | |
| # Register on [https://open.cdash.org/register.php CDash]
| |
| # [https://open.cdash.org/user.php Subscribe] to VTK project
| |
Latest revision as of 19:25, 26 March 2015
The instructions previously available on this page have been superseded. See here.