CMake/Git/Account: Difference between revisions

From KitwarePublic
< CMake‎ | Git
Jump to navigationJump to search
 
Line 8: Line 8:
See our [[CMake:Module_Maintainers#New_Maintainer|new maintainer instructions]] to join.
See our [[CMake:Module_Maintainers#New_Maintainer|new maintainer instructions]] to join.
''After you have been invited'' to gain developer access follow these steps:
''After you have been invited'' to gain developer access follow these steps:
# Submit your ssh public key to the [https://www.kitware.com/Admin/SendPassword.cgi Kitware Password] form
# Submit your ssh public key to the [https://www.kitware.com/Admin/SendPassword.cgi Kitware Password] form and wait for a response from an administrator
# Perform an [[Git/Publish#Authentication_Test|authentication test]]:
# Perform an [[Git/Publish#Authentication_Test|authentication test]]:
#:<code>$ ssh git@cmake.org info</code>
#:<code>$ ssh git@cmake.org info</code>

Latest revision as of 13:59, 10 July 2012

This page documents how to setup CMake developer accounts. See our table of contents for more information. See also the Module Maintainer startup instructions.

Git

Authorized developers may publish work in cmake.org repositories. See our new maintainer instructions to join. After you have been invited to gain developer access follow these steps:

  1. Submit your ssh public key to the Kitware Password form and wait for a response from an administrator
  2. Perform an authentication test:
    $ ssh git@cmake.org info