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

Commit

Permalink
Bug 774345 - ScriptFactory-based builders don't seem to clobber corre…
Browse files Browse the repository at this point in the history
…ctly. r=bhearsum

--HG--
branch : production-0.8
extra : transplant_source : 2%CC%B8%DD%EE%F1%5E%F8V%F3%93%C2bty%8A%DE%13%1A%05
  • Loading branch information
Rail Aliiev committed Jul 17, 2012
1 parent 8487c5b commit 64b0e5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions process/release.py
Expand Up @@ -987,8 +987,8 @@ def hasPlatformSubstring(platforms, substring):
'factory': checksums_factory,
'env': builder_env,
'properties': {
'slavebuilddir': builderPrefix(
'%s_checksums' % releaseConfig['productName']),
'slavebuilddir': reallyShort(builderPrefix(
'%s_checksums' % releaseConfig['productName'])),
'script_repo_revision': releaseTag,
'release_config': releaseConfigFile,
'branch': 'release-%s' % sourceRepoInfo['name'],
Expand Down Expand Up @@ -1020,7 +1020,8 @@ def hasPlatformSubstring(platforms, substring):
'factory': xr_checksums_factory,
'env': builder_env,
'properties': {
'slavebuilddir': builderPrefix('xulrunner_checksums'),
'slavebuilddir': reallyShort(
builderPrefix('xulrunner_checksums')),
'script_repo_revision': releaseTag,
'release_config': releaseConfigFile,
'platform': None,
Expand Down

0 comments on commit 64b0e5f

Please sign in to comment.