Closed
Bug 415261
Opened 17 years ago
Closed 17 years ago
bootstrap updateverify config bump only works with rc1
Categories
(Release Engineering :: General, defect, P1)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
Attachments
(1 file)
(deleted),
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
The current bootstrap Update->Verify() method only bumps the config file once per version, so it will not catch multiple RCs.
When a previous version bump is detected, we should just clobber the version config, instead of skipping.
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → rhelmer
Priority: -- → P2
Assignee | ||
Updated•17 years ago
|
Whiteboard: needs patch
Assignee | ||
Updated•17 years ago
|
Assignee: rhelmer → nobody
Whiteboard: needs patch
Updated•17 years ago
|
Priority: P2 → P3
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → rhelmer
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P1
Assignee | ||
Comment 2•17 years ago
|
||
This just removes the top two lines if the previous version string is present in the comment line.
Attachment #305855 -
Flags: review?(nrthomas)
Assignee | ||
Updated•17 years ago
|
Whiteboard: waiting for review
Updated•17 years ago
|
Attachment #305855 -
Flags: review?(nrthomas) → review+
Assignee | ||
Updated•17 years ago
|
Whiteboard: waiting for review
Assignee | ||
Comment 3•17 years ago
|
||
Comment on attachment 305855 [details] [diff] [review]
[checked in] remove previous config if present
Checking in Bootstrap/Step/Updates.pm;
/cvsroot/mozilla/tools/release/Bootstrap/Step/Updates.pm,v <-- Updates.pm
new revision: 1.37; previous revision: 1.36
done
Attachment #305855 -
Attachment description: remove previous config if present → [checked in] remove previous config if present
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•