diff options
author | Georg Brandl <georg@python.org> | 2011-02-20 14:42:33 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-20 14:42:33 +0000 |
commit | 3c6985b3722c439965a98dcadba60fa42b9a4945 (patch) | |
tree | 5a1f7c3f68ebd1ac19fca7fa4af5fb2df9f98c2b /Doc/tools/dailybuild.py | |
parent | 8ff851b468854061b3a83f4184d30a93fb6b4925 (diff) | |
download | cpython-git-3c6985b3722c439965a98dcadba60fa42b9a4945.tar.gz |
Update daily build locations.
Diffstat (limited to 'Doc/tools/dailybuild.py')
-rwxr-xr-x | Doc/tools/dailybuild.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/dailybuild.py b/Doc/tools/dailybuild.py index df401bbf53..1a471e6842 100755 --- a/Doc/tools/dailybuild.py +++ b/Doc/tools/dailybuild.py @@ -33,9 +33,9 @@ WWWROOT = '/data/ftp.python.org/pub/docs.python.org' BRANCHES = [ # checkout, target, isdev - (BUILDROOT + '/python32', WWWROOT + '/dev', True), + (BUILDROOT + '/python33', WWWROOT + '/dev', True), (BUILDROOT + '/python27', WWWROOT, False), - (BUILDROOT + '/python31', WWWROOT + '/py3k', False), + (BUILDROOT + '/python32', WWWROOT + '/py3k', False), ] |