mirror of https://github.com/python/cpython.git
Update daily build locations.
This commit is contained in:
parent
8ff851b468
commit
3c6985b372
|
@ -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),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue