[Python-checkins] cpython (2.7): Update current version of the "dailybuild" script.

georg.brandl python-checkins at python.org
Sun Oct 28 10:11:30 CET 2012


http://hg.python.org/cpython/rev/06b2a8c91ba5
changeset:   80004:06b2a8c91ba5
branch:      2.7
parent:      80002:fa6b9bd60cce
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 28 10:12:47 2012 +0100
summary:
  Update current version of the "dailybuild" script.

files:
  Doc/tools/dailybuild.py |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/tools/dailybuild.py b/Doc/tools/dailybuild.py
--- a/Doc/tools/dailybuild.py
+++ b/Doc/tools/dailybuild.py
@@ -33,9 +33,9 @@
 
 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),
 ]
 
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list