Closed
Bug 652963
Opened 14 years ago
Closed 13 years ago
release sanity should warn that nextAppVersion and nextMilestone are a dot release forward
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
(Whiteboard: [automation])
I don't see why we need to manually set the next versions since they can be calculated from the current ones.
We can either fix that or use release sanity so we won't make the mistake I had to fix in attachment 526311 [details] [diff] [review].
Comment 1•14 years ago
|
||
See bug 575400 for the details why we decided to manually set next versions. I'd WONTFIX.
Assignee | ||
Comment 2•14 years ago
|
||
Could we then turn it into a release sanity bug?
It makes sense to ignore the message if we want to bump to a non-sequential version.
Comment 3•13 years ago
|
||
(In reply to comment #2)
> Could we then turn it into a release sanity bug?
> It makes sense to ignore the message if we want to bump to a non-sequential
> version.
If you have a specific thing that you think release_sanity.py should be looking for, please file a bug with that information.
In the future, an extension of the work done in bug 627308 is expected to make standard version bumps such as this one much less painful.
Assignee | ||
Comment 4•13 years ago
|
||
Would you be fine morphing this bug into a release_sanity bug?
"release sanity should warn that nextAppVersion and nextMilestone are a dot release forward"?
Comment 5•13 years ago
|
||
wfm
Assignee | ||
Updated•13 years ago
|
Summary: nextAppVersion and nextMilestone should not be needed to bump on every release → release sanity should warn that nextAppVersion and nextMilestone are a dot release forward
Updated•13 years ago
|
Blocks: hg-automation
Comment 6•13 years ago
|
||
Is this still valid in the rapid release world?
I would note that the summary as worded "nextAppVersion and nextMilestone are a dot release forward" is confusing. AFAIK that is the expected state for release builds, except for major release which will be a full integer bigger. For beta builds, the milestone also doesn't change except for when we do a major release.
Component: Release Engineering → Release Engineering: Automation
Priority: P4 → --
QA Contact: release → catlee
Hardware: x86 → All
Whiteboard: [automation]
Comment 7•13 years ago
|
||
For most branches they don't need to set manually anymore:
30 releaseConfig['nextMilestone'] = releaseConfig['version']
Given that, I think we should WONTFIX this. Armen?
Updated•13 years ago
|
Assignee: nobody → armenzg
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•