[Python-checkins] r43418 - peps/trunk/pep-0101.txt
fred.drake
python-checkins at python.org
Wed Mar 29 08:59:43 CEST 2006
Author: fred.drake
Date: Wed Mar 29 08:59:43 2006
New Revision: 43418
Modified:
peps/trunk/pep-0101.txt
Log:
update target location for the documentation upload
Modified: peps/trunk/pep-0101.txt
==============================================================================
--- peps/trunk/pep-0101.txt (original)
+++ peps/trunk/pep-0101.txt Wed Mar 29 08:59:43 2006
@@ -249,9 +249,10 @@
like these:
$ VERSION=`tools/getversioninfo`
- $ TARGET=/ftp/ftp.python.org/pub/python/doc/$VERSION
- $ ssh creosote.python.org mkdir $TARGET
- $ scp *-$VERSION.* creosote.python.org:$TARGET
+ $ TARGET=/data/python-releases/doc/$VERSION
+ $ rm *-$VERSION.tar
+ $ ssh dinsdale.python.org mkdir $TARGET
+ $ scp *-$VERSION.* dinsdale.python.org:$TARGET
___ For final releases, publish the documentation on python.org.
This must be done by someone with write access to the python.org
More information about the Python-checkins
mailing list