]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update daily build locations.
authorGeorg Brandl <georg@python.org>
Sun, 20 Feb 2011 14:42:33 +0000 (14:42 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 20 Feb 2011 14:42:33 +0000 (14:42 +0000)
Doc/tools/dailybuild.py

index df401bbf53cc5726986b3090732a28e4235481df..1a471e68427a3f818e1e3ab8224d7dbea838cec1 100755 (executable)
@@ -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),
 ]