From 5e748f2b46de1423719d8d37cc8b2dca79f9fd6d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 4 Dec 2008 13:49:54 +0000 Subject: [PATCH] Update upload location for stable 3.0 docs. --- Misc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/build.sh b/Misc/build.sh index 0f76d8534c31..70bba81f9fb3 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -50,7 +50,7 @@ FAILURE_MAILTO="python-3000-checkins@python.org" #FAILURE_CC="optional--uncomment and set to desired address" REMOTE_SYSTEM="neal@dinsdale.python.org" -REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/3.0" +REMOTE_DIR="/data/ftp.python.org/pub/www.python.org/doc/3.0" RESULT_FILE="$DIR/build/index.html" INSTALL_DIR="/tmp/python-test-3.0/local" RSYNC_OPTS="-aC -e ssh" -- 2.47.3