From 65b934f544626fe11cb2ac37bfe56a22d5e975d5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 29 Mar 2006 06:59:43 +0000 Subject: [PATCH] update target location for the documentation upload --- pep-0101.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pep-0101.txt b/pep-0101.txt index 5d93ccd38..e5c4c8359 100644 --- a/pep-0101.txt +++ b/pep-0101.txt @@ -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