Update daily build locations.

This commit is contained in:
Georg Brandl 2011-02-20 14:42:33 +00:00
parent 8ff851b468
commit 3c6985b372
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@
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),
]