Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Bug 1297785 - pass the tooltool token to Thunderbird release repacks,…
Browse files Browse the repository at this point in the history
… r=jlund
  • Loading branch information
nthomas-mozilla committed Aug 28, 2016
1 parent 889944d commit 16939f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions process/release.py
Expand Up @@ -719,6 +719,9 @@ def getMessageId():
if pf.get('tooltool_script'):
for script in pf['tooltool_script']:
extra_args.extend(['--tooltool-script', script])
if platform in ('win32', 'win64'):
extra_args.extend(['--tooltool-script', '--authentication-file',
'--tooltool-script', 'c:\\builds\\relengapi.tok'])
for url in branchConfig['tooltool_url_list']:
extra_args.extend(['--tooltool-url', url])
if balrog_api_root:
Expand Down Expand Up @@ -812,6 +815,9 @@ def getMessageId():
if pf.get('tooltool_script'):
for script in pf['tooltool_script']:
extra_args.extend(['--tooltool-script', script])
if platform in ('win32', 'win64'):
extra_args.extend(['--tooltool-script', '--authentication-file',
'--tooltool-script', 'c:\\builds\\relengapi.tok'])
for url in branchConfig['tooltool_url_list']:
extra_args.extend(['--tooltool-url', url])
if balrog_api_root:
Expand Down

0 comments on commit 16939f3

Please sign in to comment.