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

Commit

Permalink
merged from default
Browse files Browse the repository at this point in the history
changeset:   2356:2c3f558e4d7b
tag:         tip
parent:      2353:12a44c7cc07e
user:        Chris AtLee <catlee@mozilla.com>
date:        Wed Dec 21 11:03:18 2011 -0500
summary:     Bug 558180: Have release build factories use in-tree mozconfigs. r=rail

--HG--
branch : production-0.8
  • Loading branch information
Chris AtLee committed Dec 21, 2011
2 parents 633266b + 05f6391 commit eca6cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions process/release.py
Expand Up @@ -811,6 +811,7 @@ def majorUpdateVerifyBuilders(platform):
configSubDir=branchConfig['config_subdir'], configSubDir=branchConfig['config_subdir'],
profiledBuild=pf['profiled_build'], profiledBuild=pf['profiled_build'],
mozconfig=mozconfig, mozconfig=mozconfig,
srcMozconfig=releaseConfig.get('mozconfigs', {}).get(platform),
buildRevision=releaseTag, buildRevision=releaseTag,
stageServer=branchConfig['stage_server'], stageServer=branchConfig['stage_server'],
stageUsername=branchConfig['stage_username'], stageUsername=branchConfig['stage_username'],
Expand Down Expand Up @@ -971,6 +972,7 @@ def majorUpdateVerifyBuilders(platform):
configSubDir=branchConfig['config_subdir'], configSubDir=branchConfig['config_subdir'],
profiledBuild=None, profiledBuild=None,
mozconfig = '%s/%s/xulrunner' % (platform, sourceRepoInfo['name']), mozconfig = '%s/%s/xulrunner' % (platform, sourceRepoInfo['name']),
srcMozconfig=releaseConfig.get('xulrunner_mozconfigs', {}).get(platform),
buildRevision=releaseTag, buildRevision=releaseTag,
stageServer=branchConfig['stage_server'], stageServer=branchConfig['stage_server'],
stageUsername=branchConfig['stage_username_xulrunner'], stageUsername=branchConfig['stage_username_xulrunner'],
Expand Down

0 comments on commit eca6cb6

Please sign in to comment.