]> granicus.if.org Git - python/commitdiff
Update current version of the "dailybuild" script.
authorGeorg Brandl <georg@python.org>
Sun, 28 Oct 2012 09:12:47 +0000 (10:12 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 28 Oct 2012 09:12:47 +0000 (10:12 +0100)
Doc/tools/dailybuild.py

index 70f708ff706c17a6f04dcc9269a2d286c3f96f37..ab4265eb9e116073f38cb933ed54ab8f5f837d70 100755 (executable)
@@ -33,9 +33,9 @@ WWWROOT = '/data/ftp.python.org/pub/docs.python.org'
 
 BRANCHES = [
     # checkout, target, isdev
-    (BUILDROOT + '/python33', WWWROOT + '/py3k', False),
-    (BUILDROOT + '/python34', WWWROOT + '/dev', True),
-    (BUILDROOT + '/python27', WWWROOT, False),
+    (BUILDROOT + '/python33', WWWROOT + '/3.3', False),
+    (BUILDROOT + '/python34', WWWROOT + '/3.4', True),
+    (BUILDROOT + '/python27', WWWROOT + '/2.7', False),
 ]