[Python-checkins] r51970 - peps/trunk/pep-0101.txt

fred.drake python-checkins at python.org
Fri Sep 22 06:54:25 CEST 2006


Author: fred.drake
Date: Fri Sep 22 06:54:25 2006
New Revision: 51970

Modified:
   peps/trunk/pep-0101.txt
Log:
at least get the doc locations right

Modified: peps/trunk/pep-0101.txt
==============================================================================
--- peps/trunk/pep-0101.txt	(original)
+++ peps/trunk/pep-0101.txt	Fri Sep 22 06:54:25 2006
@@ -298,13 +298,13 @@
         $ cvs commit -m \
           "Add website content for Python $VERSION documentation."
 
-      Log into creosote.python.org using SSH and unpack a copy of the
+      Log into dinsdale.python.org using SSH and unpack a copy of the
       documentation into place:
 
-        # on creosote:
-        $ cd /ftp/www.python.org/doc
-        $ tar xjf \
-          /ftp/ftp.python.org/pub/python/doc/$VERSION/html-$VERSION.tar.bz2
+        # on dinsdale:
+        $ cd /data/ftp.python.org/pub/www.python.org/doc
+        $ bzip2 -dc /data/python-releases/doc/$VERSION/html-$VERSION.tar.bz2 \
+          | tar xf -
         $ mv Python-Docs-$VERSION $VERSION
         $ find $VERSION -type d | xargs chmod g+s
 


More information about the Python-checkins mailing list