Closed
Bug 507405
Opened 16 years ago
Closed 16 years ago
make_incremental_updates.py throws superfluous error message for all Mac builds
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: coop)
References
Details
Attachments
(1 file)
654 bytes,
patch
|
bhearsum
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
It talks about not being able to get the buildid, which is because of a broken regex in decode_filename for the previous release. It happened in 3.5.2, 3.0.12, and probably further back than that. Not super high priority, but it's a scary message to find.
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → ccooper
Priority: -- → P3
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Priority: P3 → P2
Assignee | ||
Comment 1•16 years ago
|
||
The version was getting poorly parsed so we were ending up with the locale string munged into the platform, e.g. 'en-US.mac'. Consequently, we were never hitting the mac-specific code for finding application.ini.
The change to the regexp will work for two-part version strings (e.g. 3.6b2) or 3-part version strings (e.g. 3.5.4).
bhearsum: how many branches will we need to land this on? I know it's NPOTB, but I want to get those patches ready too, if necessary. Not sure whether we pull tip for the update code or not.
Attachment #396463 -
Flags: review?(bhearsum)
Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 396463 [details] [diff] [review]
Fix filename parsing to handle two- and three-part version strings; m-c, NPOTB
This seems fine. We could due with support for 4 part filenames, too, like Tb2.0.0.x has but it's up to you.
Attachment #396463 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•16 years ago
|
Attachment #396463 -
Flags: checked-in+
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 396463 [details] [diff] [review]
Fix filename parsing to handle two- and three-part version strings; m-c, NPOTB
Added the fix for 4-part version strings.
http://hg.mozilla.org/mozilla-central/rev/fa3035da4e36
Assignee | ||
Comment 4•16 years ago
|
||
Comment on attachment 396463 [details] [diff] [review]
Fix filename parsing to handle two- and three-part version strings; m-c, NPOTB
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/26d790a1fb5e
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/198a40c8966c
CVS Trunk:
Checking in make_incremental_updates.py;
/cvsroot/mozilla/tools/update-packaging/make_incremental_updates.py,v <-- make_incremental_updates.py
new revision: 1.11; previous revision: 1.10
done
Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
This got picked up as part of UPDATE_PACKAGING_R10 in bug 514305.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•