[Python-checkins] peps: Touchup for PEP 101: installed docs should be group-writeable.

larry.hastings python-checkins at python.org
Tue Sep 15 10:10:54 CEST 2015


https://hg.python.org/peps/rev/d951ef0556b9
changeset:   6061:d951ef0556b9
user:        Larry Hastings <larry at hastings.org>
date:        Tue Sep 15 09:10:50 2015 +0100
summary:
  Touchup for PEP 101: installed docs should be group-writeable.

files:
  pep-0101.txt |  11 ++++++-----
  1 files changed, 6 insertions(+), 5 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -424,11 +424,12 @@
           that directory.  Note though that if you're releasing a maintenance
           release for an older version, don't change the current link.
 
-      ___ If this is a final release (even a maintenance release), also unpack
-          the HTML docs to /srv/docs.python.org/release/X.Y.Z on
-          docs.iad1.psf.io. Make sure the files are in group "docs".  If it is a
-          release of a security-fix-only version, tell the DE to build a version
-          with the "version switcher" and put it there.
+      ___ If this is a final release (even a maintenance release), also
+          unpack the HTML docs to /srv/docs.python.org/release/X.Y.Z on
+          docs.iad1.psf.io. Make sure the files are in group "docs" and are
+          group-writeable.  If it is a release of a security-fix-only version,
+          tell the DE to build a version with the "version switcher"
+          and put it there.
 
       ___ Let the DE check if the docs are built and work all right.
 

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


More information about the Python-checkins mailing list