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

Commit

Permalink
Bug 760397, set revisions in source builder environment to fix up TB,…
Browse files Browse the repository at this point in the history
… r=Standard8

--HG--
branch : production-0.8
extra : transplant_source : %CFj%AA%18%B1m%A5%D4%3F%EC%04%E7.%7E-RU%A7Kz
  • Loading branch information
nthomas-mozilla committed Jun 1, 2012
1 parent c56088d commit 0db78a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion process/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,11 @@ def hasPlatformSubstring(platforms, substring):
if not releaseConfig.get('skip_source'):
pf = branchConfig['platforms']['linux']
mozconfig = 'linux/%s/release' % sourceRepoInfo['name']
platform_env = pf['env'].copy()
platform_env['COMM_REV'] = releaseTag
platform_env['MOZILLA_REV'] = releaseTag
source_factory = SingleSourceFactory(
env=pf['env'],
env=platform_env,
objdir=pf['platform_objdir'],
hgHost=branchConfig['hghost'],
buildToolsRepoPath=tools_repo_path,
Expand Down

0 comments on commit 0db78a8

Please sign in to comment.