[Python-checkins] peps: Note that the release dir must be group writable.

georg.brandl python-checkins at python.org
Mon May 16 09:30:00 CEST 2011


http://hg.python.org/peps/rev/eadba8326d8b
changeset:   3881:eadba8326d8b
user:        Georg Brandl <georg at python.org>
date:        Mon May 16 09:29:47 2011 +0200
summary:
  Note that the release dir must be group writable.

files:
  pep-0101.txt |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -358,7 +358,8 @@
       Python-3.2a1.msi, Python-3.2a1.tgz, Python-3.2a1.tar.bz2, etc.
 
       ___ On dinsdale, cd /data/ftp.python.org/pub/python/X.Y[.Z]
-          creating it if necessary.
+          creating it if necessary.  Make sure it is owned by group 'webmaster'
+          and group-writable.
 
       ___ Move the previous release files to a directory called 'prev'
           creating the directory if necessary (make sure the directory has

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


More information about the Python-checkins mailing list