mirror of
https://github.com/python/cpython.git
synced 2024-12-17 05:43:48 +08:00
Update current version of the "dailybuild" script.
This commit is contained in:
parent
b70290a7d4
commit
0685e14645
@ -33,9 +33,9 @@ WWWROOT = '/data/ftp.python.org/pub/docs.python.org'
|
||||
|
||||
BRANCHES = [
|
||||
# checkout, target, isdev
|
||||
(BUILDROOT + '/python33', WWWROOT + '/py3k', False),
|
||||
(BUILDROOT + '/python34', WWWROOT + '/dev', True),
|
||||
(BUILDROOT + '/python27', WWWROOT, False),
|
||||
(BUILDROOT + '/python33', WWWROOT + '/3.3', False),
|
||||
(BUILDROOT + '/python34', WWWROOT + '/3.4', True),
|
||||
(BUILDROOT + '/python27', WWWROOT + '/2.7', False),
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user