mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Update daily build locations.
This commit is contained in:
parent
8ff851b468
commit
3c6985b372
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ WWWROOT = '/data/ftp.python.org/pub/docs.python.org'
|
||||||
|
|
||||||
BRANCHES = [
|
BRANCHES = [
|
||||||
# checkout, target, isdev
|
# checkout, target, isdev
|
||||||
(BUILDROOT + '/python32', WWWROOT + '/dev', True),
|
(BUILDROOT + '/python33', WWWROOT + '/dev', True),
|
||||||
(BUILDROOT + '/python27', WWWROOT, False),
|
(BUILDROOT + '/python27', WWWROOT, False),
|
||||||
(BUILDROOT + '/python31', WWWROOT + '/py3k', False),
|
(BUILDROOT + '/python32', WWWROOT + '/py3k', False),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue