[Python-checkins] devguide: Explain that one must first join the hgaccounts account before one can

brett.cannon python-checkins at python.org
Mon Aug 3 07:11:57 CEST 2015


https://hg.python.org/devguide/rev/68b06ae9aee4
changeset:   757:68b06ae9aee4
user:        Brett Cannon <brett at python.org>
date:        Sun Aug 02 22:10:57 2015 -0700
summary:
  Explain that one must first join the hgaccounts account before one can
check out the SSH keys to manage.

files:
  developers.rst |  10 +++++++---
  1 files changed, 7 insertions(+), 3 deletions(-)


diff --git a/developers.rst b/developers.rst
--- a/developers.rst
+++ b/developers.rst
@@ -464,7 +464,13 @@
 Procedure for Granting or Dropping Access
 -----------------------------------------
 
-Obtain a checkout of the keys repo::
+To be granted the ability to manage SSH keys for committers, you must first
+submit a pull request to the `psf-salt repo
+<https://github.com/python/psf-salt/blob/master/salt/hg/config/hg-account-admins>`_
+to add your own SSH key to the hgaccounts account.
+
+Once you have been added to the hgaccounts accout, obtain a checkout of the keys
+repo::
 
      hg clone ssh://hgaccounts@hg.python.org/repo
 
@@ -473,5 +479,3 @@
 automatically regenerate the ``authorized_keys`` file for the ``hg`` user. Make
 sure to update the developer log above.
 
-To add or remove hg account admins, submit pull requests to the `psf-salt repo
-<https://github.com/python/psf-salt/blob/master/salt/hg/config/hg-account-admins>`_.

-- 
Repository URL: https://hg.python.org/devguide


More information about the Python-checkins mailing list