Closed
Bug 610075
Opened 14 years ago
Closed 14 years ago
Nightly Firefox 3.5 builds offered current build as update even when current
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: abillings, Assigned: robert.strong.bugs)
References
Details
(Keywords: regression, Whiteboard: [mozmill])
It was noticed today that if you do a manual check for updates in a current 1.9.1 nightly build, you will be offered an update to "3.5.16pre". This update will be the same build as you already have.
I'm running Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.16pre) Gecko/20101105 Shiretoko/3.5.16pre and I keep getting offered a new build if I manually check and it is the same build after I restart for the update.
The culprit may be the checkin two days ago into the 1.9.1 update code but I'm not sure. See http://hg.mozilla.org/releases/mozilla-1.9.1/rev/d16805f53fa1.
Logging this under RelEng as requested by John O'Duinn.
Comment 1•14 years ago
|
||
Could that be happening because of the following patch which has been landed on 1.9.1 and now quits earlier with a JS error: "abi" not defined?
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/d16805f53fa1
Comment 2•14 years ago
|
||
Fixing this broken check-in solved the problem for me and no more update is listed. So it's clearly a regression from bug 552924.
Adding Mozmill whiteboard entry because we detected this with our Mozmill test-runs.
Updated•14 years ago
|
Component: Release Engineering → Application Update
Product: mozilla.org → Toolkit
QA Contact: release → application.update
Version: other → 1.9.1 Branch
Comment 3•14 years ago
|
||
The follow-up patch which has been landed on bug 552924, didn't fix the problem for me gAbi is still undefined:
Error: reference to undefined property "gAbi"
Source File: file:///Applications/Shiretoko.app/Contents/MacOS/components/nsUpdateService.js
Line: 1155
Assignee | ||
Comment 4•14 years ago
|
||
If you manually added that I would expect that error. It should be gABI which is what landed.
Comment 5•14 years ago
|
||
Gotcha! That's it. Now it's working fine. Thanks Rob!
Fixed with:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/24b02f04fb6d
Assignee: nobody → robert.bugzilla
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
As Al discovered we also have to push this fix to 1.9.2.
blocking1.9.2: --- → ?
status1.9.2:
--- → ?
Comment 7•14 years ago
|
||
On 1.9.2 it's not a problem with this patch. Nick was able to fix the update problem server-side. So no need for this patch on 1.9.2, even it would be useless, because there is nothing to fix.
blocking1.9.2: ? → ---
status1.9.2:
? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•