update target location for the documentation upload
This commit is contained in:
parent
b138bb2ce4
commit
65b934f544
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue