mirror of
https://github.com/python/cpython.git
synced 2025-08-17 23:31:09 +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 = [
|
||||
# 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…
Add table
Add a link
Reference in a new issue