diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-27 22:06:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-27 22:06:56 (GMT) |
commit | 0887dbbcfcad0e38142fb8eddeb9dc07edc14b52 (patch) | |
tree | 7d8bcd3c59b0a5eb0cd8ae1ae786a0e62a1b3a70 /Misc | |
parent | e8fb2039c07408396a815b05eec07f6286dbb11b (diff) | |
download | cpython-0887dbbcfcad0e38142fb8eddeb9dc07edc14b52.zip cpython-0887dbbcfcad0e38142fb8eddeb9dc07edc14b52.tar.gz cpython-0887dbbcfcad0e38142fb8eddeb9dc07edc14b52.tar.bz2 |
update doc upload URL
Diffstat (limited to 'Misc')
-rwxr-xr-x | Misc/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index b5ef697..d7d0ea1 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. |