Update daily build locations.

This commit is contained in:
Georg Brandl 2011-02-20 14:42:33 +00:00
parent 8ff851b468
commit 3c6985b372

View file

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