Closed
Bug 404062
Opened 17 years ago
Closed 17 years ago
Bootstrap::Stage - verify-locales gives bogus output
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
Attachments
(2 files)
5.25 KB,
text/plain
|
Details | |
3.89 KB,
patch
|
rhelmer
:
review+
|
Details | Diff | Splinter Review |
The copy of verify-locales on build-console is kinda troubled
- its rev 1.1.1.1 when the tip is rev 1.5
- the output it produces is bogus (see attachment)
- complains about missing en-US.xpi
- complains about adt, browser, talkback, xpcom xpi's
- complains that all the mac dmg's are missing
Assignee | ||
Updated•17 years ago
|
Priority: -- → P2
Summary: verify-locales gives bogus output → Bootstrap::Stage - verify-locales gives bogus output
Assignee | ||
Comment 1•17 years ago
|
||
This addresses the problems above by (respectively)
- removing en-US from the copy of the locale list when checking the xpi dirs
- inverted the sense of the check
- fixing the regexp
It also fixes the return status' so they trickle back up properly, and provides a PASS line if everything tests ok.
Attachment #289019 -
Flags: review?(rhelmer)
Updated•17 years ago
|
Attachment #289019 -
Flags: review?(rhelmer) → review+
Assignee | ||
Comment 2•17 years ago
|
||
Checking in verify-locales.pl;
/mofo/release/stage/verify-locales.pl,v <-- verify-locales.pl
new revision: 1.6; previous revision: 1.5
done
Also updated the checkout on stage (which was on a sticky tag of rev1.1). Tried it with 3.0b1 and it reported problems for linux (where the suffix changed to .tar.bz2), but strangely passed Mac & Win32 with their "Beta 1" strings.
Any objections to updating the checkout on build-console to pull from cvs.m.o rather than the the local mirror ? (That's a remnant from a clone from a staging setup ?)
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Any objections to updating the checkout on build-console to pull from cvs.m.o
> rather than the the local mirror ? (That's a remnant from a clone from a
> staging setup ?)
Go for it.. we should move this out of /mofo (maybe directly into bootstrap?) but not in this bug I guess :)
Assignee | ||
Comment 4•17 years ago
|
||
> Go for it.. we should move this out of /mofo (maybe directly into bootstrap?)
> but not in this bug I guess :)
Done, no changes except those in this bug.
Would indeed be great to pull this into Bootstrap. There's a whole bunch of duplicated/very-similar-looking regexp's from the groom-files anyway.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
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
•