[Checkins] SVN: zope.pypisupport/trunk/README.txt Get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Nov 5 16:49:25 EST 2007


Log message for revision 81553:
  Get ready for release.
  

Changed:
  U   zope.pypisupport/trunk/README.txt

-=-
Modified: zope.pypisupport/trunk/README.txt
===================================================================
--- zope.pypisupport/trunk/README.txt	2007-11-05 21:37:07 UTC (rev 81552)
+++ zope.pypisupport/trunk/README.txt	2007-11-05 21:49:25 UTC (rev 81553)
@@ -1,2 +1,17 @@
 This package provides a few simple scripts to administrate the Python Package
 Index (PyPI).
+
+Adding and Removing Roles
+-------------------------
+
+The first two scripts allow to grant or revoke the owner role to/from a user
+for a list of packages. Here is the syntax::
+
+  # addrole --user=USER --pwd=PASSWORD TARGETUSER PACKAGE1, PACKAGE2, ...
+  # delrole --user=USER --pwd=PASSWORD TARGETUSER PACKAGE1, PACKAGE2, ...
+
+Optionally, you can also apply the role changes to all packages of the calling
+user::
+
+  # addrole --user=USER --pwd=PASSWORD -a TARGETUSER
+  # delrole --user=USER --pwd=PASSWORD -a TARGETUSER



More information about the Checkins mailing list