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:
$ 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