From: Georg Brandl Date: Sun, 20 Feb 2011 14:42:33 +0000 (+0000) Subject: Update daily build locations. X-Git-Tag: v2.7.2rc1~318 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c6985b3722c439965a98dcadba60fa42b9a4945;p=thirdparty%2FPython%2Fcpython.git Update daily build locations. --- diff --git a/Doc/tools/dailybuild.py b/Doc/tools/dailybuild.py index df401bbf53cc..1a471e68427a 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), ]