CMake/Git/Account: Difference between revisions

From KitwarePublic
< CMake‎ | Git
Jump to navigationJump to search
(Created page with "This page documents how to setup CMake developer accounts. See our table of contents for more information. =Git= Authorized developers may publish work in <code>c...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page documents how to setup CMake developer accounts.
This page documents how to setup CMake developer accounts.
See our [[CMake/Git|table of contents]] for more information.
See our [[CMake/Git|table of contents]] for more information.
See also the [[CMake:Module_Maintainers#New_Maintainer|Module Maintainer]] startup instructions.


=Git=
=Git=


Authorized developers may publish work in <code>cmake.org</code> repositories.
Authorized developers may publish work in <code>cmake.org</code> repositories.
Follow these steps to set up access:
See our [[CMake:Module_Maintainers#New_Maintainer|new maintainer instructions]] to join.
# Submit your ssh public key to the [https://www.kitware.com/Admin/SendPassword.cgi Kitware Password] form
''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 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