From 4a3af26b13102a5dd97c300a153dcf97fc99008a Mon Sep 17 00:00:00 2001 From: "benjamin.peterson" Date: Sat, 27 Jun 2009 22:06:56 +0000 Subject: [PATCH] update doc upload URL git-svn-id: http://svn.python.org/projects/python/branches/release31-maint@73584 6015fed2-1504-0410-9fe1-9d1591cc4771 --- Misc/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/build.sh b/Misc/build.sh index b5ef6975c7..d7d0ea1e49 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -50,9 +50,9 @@ FAILURE_MAILTO="python-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/py3k" +REMOTE_DIR="/data/ftp.python.org/pub/www.python.org/doc/3.1" RESULT_FILE="$DIR/build/index.html" -INSTALL_DIR="/tmp/python-test-3.0/local" +INSTALL_DIR="/tmp/python-test-3.1/local" RSYNC_OPTS="-aC -e ssh" # Always run the installed version of Python. -- 2.11.4.GIT