diff options
author | Georg Brandl <georg@python.org> | 2008-12-05 07:32:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-12-05 07:32:39 (GMT) |
commit | 4f3359f45be329e72ab78334aba4470bc9976501 (patch) | |
tree | 4ce035a469771879c2fc3855d86328063eb91742 /Misc/build.sh | |
parent | 924eca7f52a1d637d59ace8f80f2dca86ac04f9b (diff) | |
download | cpython-4f3359f45be329e72ab78334aba4470bc9976501.zip cpython-4f3359f45be329e72ab78334aba4470bc9976501.tar.gz cpython-4f3359f45be329e72ab78334aba4470bc9976501.tar.bz2 |
Update build URL.
Diffstat (limited to 'Misc/build.sh')
-rwxr-xr-x | Misc/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/build.sh b/Misc/build.sh index 4c1f6c5..bb5ae87 100755 --- a/Misc/build.sh +++ b/Misc/build.sh @@ -50,7 +50,7 @@ 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/3.0" +REMOTE_DIR="/data/ftp.python.org/pub/docs.python.org/dev/py3k" RESULT_FILE="$DIR/build/index.html" INSTALL_DIR="/tmp/python-test-3.0/local" RSYNC_OPTS="-aC -e ssh" |