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

Commit

Permalink
Bug 557569 - changes to misc.py to enable overriding of talos_master …
Browse files Browse the repository at this point in the history
…- r=catlee
  • Loading branch information
Mike Taylor committed Apr 7, 2010
1 parent f434316 commit 4f0a0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc.py
Expand Up @@ -586,7 +586,7 @@ def generateBranchObjects(config, name):
uploadPackages = True
uploadSymbols = False
packageTests = False
talosMasters = config['talos_masters']
talosMasters = pf['talos_masters']
unittestBranch = "%s-%s-opt-unittest" % (name, platform)
tinderboxBuildsDir = None
if platform.find('-debug') > -1:
Expand Down Expand Up @@ -1288,7 +1288,7 @@ def generateCCBranchObjects(config, name):
uploadPackages = True
uploadSymbols = False
packageTests = False
talosMasters = config['talos_masters']
talosMasters = pf['talos_masters']
unittestBranch = "%s-%s-opt-unittest" % (name, platform)
tinderboxBuildsDir = None
if platform.find('-debug') > -1:
Expand Down

0 comments on commit 4f0a0c9

Please sign in to comment.