releases-comm-central/mozharness/builds/thunderbird_source.py

14 строки
463 B
Python

config = {
'default_actions': ['package-source'],
'objdir': 'obj-firefox',
'stage_platform': 'source', # Not used, but required by the script
'buildbot_json_path': 'buildprops.json',
'app_ini_path': 'FAKE', # Not used, but required by the script
'env': {
'HG_SHARE_BASE_DIR': '/builds/hg-shared',
'TINDERBOX_OUTPUT': '1',
'LC_ALL': 'C',
},
'src_mozconfig': 'comm/mail/config/mozconfigs/linux64/source',
}