Closed
Bug 650153
Opened 15 years ago
Closed 14 years ago
moz20-firefox-win32.cfg has bad buildid in it?
Categories
(Release Engineering :: General, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: catlee, Assigned: jhford)
Details
(Whiteboard: [release])
Attachments
(1 file)
|
2.23 KB,
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
release="4.0" product="Firefox" platform="WINNT_x86-msvc" build_id="20110303194838^M" locales="af ak ar ast be bg bn-BD bn-IN br bs ca cs cy da de el en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd gl gu-IN he hi-IN hr hu hy-AM id is it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta ta-LK te th tr uk zh-CN zh-TW zu" channel="betatest"
Notice the "^M" in build_id. No idea if this is a problem or not.
| Assignee | ||
Comment 1•15 years ago
|
||
Chris, not sure from looking which exact config file this is. Can we remove the ^M character and push back?
| Assignee | ||
Comment 2•15 years ago
|
||
Attachment #526837 -
Flags: review?(catlee)
| Assignee | ||
Comment 3•15 years ago
|
||
$ find -type f -name "*.cfg" -exec grep ^M {} \;
" locales="af ak ar ast be bg bn-BD bn-IN br bs ca cs cy da de el en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd gl gu-IN he hi-IN hr hu hy-AM id is it ja kk kn ko ku lg lt lv mai mk ml mr nb-NO nl nn-NO nso or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta ta-LK te th tr uk zh-CN zh-TW zu" channel="betatest"
$ hg import --no-commit https://bug650153.bugzilla.mozilla.org/attachment.cgi?id=526837
applying https://bug650153.bugzilla.mozilla.org/attachment.cgi?id=526837
$ find -type f -name "*.cfg" -exec grep ^M {} \;
$
It looks like this was a typo
| Assignee | ||
Comment 4•15 years ago
|
||
http://hg.mozilla.org/build/tools/rev/ed75fb618462, nope, it was an automated entry for rc2.
| Reporter | ||
Comment 5•15 years ago
|
||
I'm really interested to know how this could have happened
| Reporter | ||
Updated•15 years ago
|
Attachment #526837 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
it looks like http://hg.mozilla.org/build/tools/rev/57683ba52375 landed after the last non-^M changeset and before the first ^M changeset of the verify configs.
Comment 7•15 years ago
|
||
jhford: does your patch just need a check-in?
Assignee: nobody → jhford
Priority: -- → P3
Whiteboard: [release]
Comment 8•15 years ago
|
||
I hit something like this a few weeks ago, too:
http://hg.mozilla.org/users/bhearsum_mozilla.com/tools/raw-file/d7395ab966af/release/updates/moz20-firefox-win32.cfg
So it's not a completely isolated incident.
| Assignee | ||
Comment 9•14 years ago
|
||
this hasn't been reported in a while. If we figure out what's going on, lets open a bug.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
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
•