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

Commit

Permalink
Bug 735393, add required properties so that skip_tag works again, r=w…
Browse files Browse the repository at this point in the history
…itching.hour

--HG--
branch : production-0.8
extra : transplant_source : %23s%3B%3C%C7%87%ED%A3%F8%AC%B54%92%FF%B8%8E%BF%7F%F8%8B
  • Loading branch information
nthomas-mozilla committed Mar 21, 2012
1 parent 7fed998 commit 03b9b40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion process/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,11 @@ def majorUpdateVerifyBuilders(platform):
name=builderPrefix('%s_tag' % releaseConfig['productName']),
slaves=all_slaves,
category=builderPrefix(''),
))
properties={
'platform': None,
'branch': 'release-%s' % sourceRepoInfo['name'],
},
))

if not releaseConfig.get('skip_source'):
pf = branchConfig['platforms']['linux']
Expand Down

0 comments on commit 03b9b40

Please sign in to comment.