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

Commit

Permalink
Bug 787449 - follow-up bustage fix r=bhearsum
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris AtLee committed Oct 23, 2012
1 parent d7d6933 commit 27eca52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,9 @@ def generateBranchObjects(config, name, secrets=None):
# not enabled, pass None as the product, which disables the
# per-product build behaviour.
if not config.get('enable_perproduct_builds'):
product = None
fileIsImportant = makeImportantFunc(config['hgurl'], product)
fileIsImportant = makeImportantFunc(config['hgurl'], None)
else:
fileIsImportant = makeImportantFunc(config['hgurl'], product)

branchObjects['schedulers'].append(scheduler_class(
name=scheduler_name_prefix + "-" + product,
Expand Down

0 comments on commit 27eca52

Please sign in to comment.