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

Commit

Permalink
bug 753300 - don't use mock slaves for releases. r=nthomas (double land)
Browse files Browse the repository at this point in the history
--HG--
branch : production-0.8
  • Loading branch information
hwine committed May 9, 2012
1 parent f09f52f commit 3bd3209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions process/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def generateReleaseBranchObjects(releaseConfig, branchConfig,
unix_slaves = []
all_slaves = []
for p in branchConfig['platforms']:
if p == 'b2g':
continue
platform_slaves = branchConfig['platforms'][p].get('slaves', [])
all_slaves.extend(platform_slaves)
if 'win' not in p:
Expand Down

0 comments on commit 3bd3209

Please sign in to comment.