Commit 0685e146 authored by Georg Brandl's avatar Georg Brandl

Update current version of the "dailybuild" script.

parent b70290a7
......@@ -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),
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment