Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 671283 - Preproduction releases: don't bump milestone. r=catlee
Browse files Browse the repository at this point in the history
  • Loading branch information
Rail Aliev committed Jul 13, 2011
1 parent 4d2768d commit ec9f91c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/preproduction/release_config_bumper.py
Expand Up @@ -12,8 +12,7 @@


def bumpReleaseconfig(releaseConfigFile, options): def bumpReleaseconfig(releaseConfigFile, options):
processVars = ['buildNumber', ] processVars = ['buildNumber', ]
build1BumpVars = ['version', 'milestone', 'baseTag', 'nextAppVersion', build1BumpVars = ['version', 'baseTag', 'nextAppVersion', 'nextMilestone']
'nextMilestone']
build1ProcessVars = ['oldVersion', 'oldBuildNumber', 'oldBaseTag'] build1ProcessVars = ['oldVersion', 'oldBuildNumber', 'oldBaseTag']


oldReleaseConfig = readReleaseConfig(releaseConfigFile) oldReleaseConfig = readReleaseConfig(releaseConfigFile)
Expand Down

0 comments on commit ec9f91c

Please sign in to comment.