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

Commit

Permalink
Merged in default (bug 643019)
Browse files Browse the repository at this point in the history
changeset:   1864:001329dcf536
parent:      1862:ea3c5f528366
user:        Ben Hearsum <bhearsum@mozilla.com>
date:        Tue Apr 12 13:50:13 2011 -0400
summary:     bug 643019: generate-candidate-build-updates.py uses appVersion instead of version. r=rail

--HG--
branch : production-0.8
  • Loading branch information
Chris AtLee committed Apr 14, 2011
2 parents 467b850 + 366da60 commit 40b3721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions process/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -4440,7 +4440,9 @@ def createBuildNSnippets(self):
'--product', self.productName,
'--app-name', self.appName,
'--version', self.version,
'--app-version', self.appVersion,
'--old-version', self.oldVersion,
'--old-app-version', self.oldAppVersion,
'--build-number', self.buildNumber,
'--old-build-number', self.oldBuildNumber,
'--channel', 'betatest', '--channel', 'releasetest',
Expand Down

0 comments on commit 40b3721

Please sign in to comment.