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

Commit

Permalink
bug 1130090: Set up new builds on larch. r=jlund
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Feb 26, 2015
1 parent f35e6a0 commit f26730d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions misc.py
Expand Up @@ -1238,16 +1238,18 @@ def generateBranchObjects(config, name, secrets=None):

if do_nightly:
builder = '%s nightly' % base_name
l10n_builder = '%s %s %s l10n nightly' % (
pf['product_name'].capitalize(), name, platform
)
nightlyBuilders.append(builder)
if config["enable_l10n"]:
l10n_builder = '%s %s %s l10n nightly' % (
pf['product_name'].capitalize(), name, platform
)

# Fill the l10nNightly dict
# trying to do repacks with mozharness
if is_l10n_with_mh(config, platform):
# we need this later...
builder_names = mh_l10n_builder_names(config, platform,
is_nightly=True)
is_nightly=True)
scheduler_name = mh_l10n_scheduler_name(config, platform)
l10nNightlyBuilders[builder] = {}
l10nNightlyBuilders[builder]['l10n_builder'] = builder_names
Expand Down

0 comments on commit f26730d

Please sign in to comment.