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

Commit

Permalink
Bug 1019919 - android single locale central/aurora nightlies not repo…
Browse files Browse the repository at this point in the history
…rting to balrog r=bhearsum
  • Loading branch information
kmoir committed Aug 21, 2014
1 parent f15cdc7 commit adfc9ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc.py
Expand Up @@ -1971,6 +1971,8 @@ def generateBranchObjects(config, name, secrets=None):
mobile_l10n_builders.append(builderName)
extra_args = ['--cfg',
'single_locale/%s_%s.py' % (name, platform),
'--cfg',
config['mozharness_configs']['balrog'],
'--total-chunks', str(pf['l10n_chunks']),
'--this-chunk', str(n)]
signing_servers = secrets.get(
Expand All @@ -1980,6 +1982,7 @@ def generateBranchObjects(config, name, secrets=None):
scriptRepo='%s%s' % (config['hgurl'],
config['mozharness_repo_path']),
scriptName='scripts/mobile_l10n.py',
use_credentials_file=True,
extra_args=extra_args
)
slavebuilddir = normalizeName(builddir, pf['stage_product'])
Expand Down

0 comments on commit adfc9ff

Please sign in to comment.