update target location for the documentation upload

This commit is contained in:
Fred Drake 2006-03-29 06:59:43 +00:00
parent b138bb2ce4
commit 65b934f544
1 changed files with 4 additions and 3 deletions

View File

@ -249,9 +249,10 @@ How to Make A Release
like these: like these:
$ VERSION=`tools/getversioninfo` $ VERSION=`tools/getversioninfo`
$ TARGET=/ftp/ftp.python.org/pub/python/doc/$VERSION $ TARGET=/data/python-releases/doc/$VERSION
$ ssh creosote.python.org mkdir $TARGET $ rm *-$VERSION.tar
$ scp *-$VERSION.* creosote.python.org:$TARGET $ ssh dinsdale.python.org mkdir $TARGET
$ scp *-$VERSION.* dinsdale.python.org:$TARGET
___ For final releases, publish the documentation on python.org. ___ For final releases, publish the documentation on python.org.
This must be done by someone with write access to the python.org This must be done by someone with write access to the python.org