[Pypi-checkins] r831 - trunk/pypi

martin.von.loewis python-checkins at python.org
Wed Jul 28 23:15:33 CEST 2010


Author: martin.von.loewis
Date: Wed Jul 28 23:15:33 2010
New Revision: 831

Modified:
   trunk/pypi/admin.py
Log:
Add message to have admin adjust permissions.


Modified: trunk/pypi/admin.py
==============================================================================
--- trunk/pypi/admin.py	(original)
+++ trunk/pypi/admin.py	Wed Jul 28 23:15:33 2010
@@ -73,7 +73,7 @@
     if store.has_package(new):
         raise ValueError, new+' exists'
     store.rename_package(old, new)
-    
+    print "Please give www-data permissions to all files of", new
 
 def add_mirror(store, root, user):
     ''' Add a mirror to the mirrors list


More information about the Pypi-checkins mailing list