[Python-checkins] devguide: Mention the need to flip the "is committer" bit in the tracker account settings

georg.brandl python-checkins at python.org
Mon Sep 24 07:58:00 CEST 2012


http://hg.python.org/devguide/rev/73a88ec5cb7f
changeset:   554:73a88ec5cb7f
user:        Georg Brandl <georg at python.org>
date:        Mon Sep 24 07:56:26 2012 +0200
summary:
  Mention the need to flip the "is committer" bit in the tracker account settings when becoming a committer.

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


diff --git a/coredev.rst b/coredev.rst
--- a/coredev.rst
+++ b/coredev.rst
@@ -48,6 +48,8 @@
 
 If you did not gain the Developer role in the `issue tracker`_ before gaining
 commit privileges, please say so. This will allow issues to be assigned to you.
+A tracker admin should also flip your "is committer" bit in the tracker's
+account screen.
 
 It is expected that on the issue tracker you have a username in the form of
 "first_name.last_name". If your initial issue tracker username is not of this
@@ -60,9 +62,8 @@
 
 You need to generate an SSH 2 RSA key to be able to commit code. You may have
 multiple keys if you wish (e.g., for work and home). Send your key as an
-attachment in an email to hgaccounts at python.org (do not paste it in
-the email as SSH keys have specific formatting requirements). Help in
-generating an SSH key can be found in the :ref:`faq`.
+attachment in an email to hgaccounts at python.org. Help in generating an SSH key
+can be found in the :ref:`faq`.
 
 Your SSH key will be set to a username in the form of "first_name.last_name".
 This should match your username on the issue tracker.

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


More information about the Python-checkins mailing list