зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1510431 - Use display version for version field in buildhub.json r=gps
Differential Revision: https://phabricator.services.mozilla.com/D13278 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
57ab400bcf
Коммит
dd5033de20
|
@ -79,7 +79,7 @@ def main():
|
|||
'os': mozinfo.info['os'],
|
||||
# This would be easier if the locale was specified at configure time.
|
||||
'locale': os.environ.get('AB_CD', 'en-US'),
|
||||
'version': s['MOZ_APP_VERSION'],
|
||||
'version': s['MOZ_APP_VERSION_DISPLAY'] or s['MOZ_APP_VERSION'],
|
||||
'channel': s['MOZ_UPDATE_CHANNEL'],
|
||||
},
|
||||
'download': {
|
||||
|
|
Загрузка…
Ссылка в новой задаче