mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
22 lines
602 B
Python
22 lines
602 B
Python
config = {
|
|
'balrog_servers': [
|
|
{
|
|
'balrog_api_root': 'http://balrog/api',
|
|
'ignore_failures': False,
|
|
'url_replacements': [
|
|
('http://archive.mozilla.org/pub', 'http://download.cdn.mozilla.net/pub'),
|
|
],
|
|
'balrog_usernames': {
|
|
'b2g': 'b2gbld',
|
|
'firefox': 'ffxbld',
|
|
'thunderbird': 'tbirdbld',
|
|
'mobile': 'ffxbld',
|
|
'Fennec': 'ffxbld',
|
|
'graphene': 'ffxbld',
|
|
'horizon': 'ffxbld',
|
|
}
|
|
}
|
|
]
|
|
}
|
|
|