Closed
Bug 839574
Opened 12 years ago
Closed 12 years ago
gaia HEAD stuck at "Based on Mozilla Technology" screen (Desktop B2G)
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(blocking-b2g:tef+, b2g18 verified, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 verified)
VERIFIED
FIXED
blocking-b2g | tef+ |
People
(Reporter: rwaldron, Assigned: rwaldron)
References
Details
Attachments
(1 file)
557 bytes,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
HEAD no longer gets past the "Based on Mozilla Technology" screen. I've bisected twice, from two different good commits and both times this commit was identified:
-----------------------------
fba586f468f6ac035f5c3e61e25e43d8fea7896f is the first bad commit
commit fba586f468f6ac035f5c3e61e25e43d8fea7896f
Author: Vivien Nicolas <21@vingtetun.org>
Date: Thu Feb 7 16:05:18 2013 +0100
Bug 837111 - Minify js source. r=ochameau
:040000 040000 747f2899de685d29c7505b3ff3765b5a069afc96 29f083292a7b7c9dc3b2313fbb14b6a6557fff20 M build
-----------------------------
I didn't encounter this yesterday because my local `837267` branch started from c0c1217639bd1adf469d4da0d05d43daca9d4c14, so it worked fine; prior to it being merged 687a9b69381e24391c417bcbdd8e0c04e93e8259 I rebased, but didn't bother to build and run because there were no issues with the rebase, so again I missed the issue.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → waldron.rick
blocking-b2g: --- → tef?
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #711909 -
Flags: review?(21)
Comment 2•12 years ago
|
||
Comment on attachment 711909 [details] [diff] [review]
Fix for 839574
You will likely need to rebase since a fix has just landed because it was regressing fb import too.
Attachment #711909 -
Flags: review?(21) → review+
Assignee | ||
Comment 3•12 years ago
|
||
rebased, but also added relevant link to the other blacklist item
Comment 4•12 years ago
|
||
Bug 837111 hasn't landed on v1-train, so not blocking yet.
blocking-b2g: tef? → -
Updated•12 years ago
|
Comment 5•12 years ago
|
||
This landed in https://github.com/mozilla-b2g/gaia/commit/6d5a4949a1357296750cb15bf7f3374c78607004
Comment 4 implies this was supposed to go on v1-train too, so asking for tracking?.
(for sure we could use a working b2g-desktop on v1-train, and even on v1.0.1)
tracking-b2g18:
--- → ?
Depends on: 837111
Updated•12 years ago
|
blocking-b2g: - → tef?
Comment 7•12 years ago
|
||
Marking resolved/fixed because this landed in master.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Updated•12 years ago
|
tracking-b2g18:
? → ---
Comment 9•12 years ago
|
||
I was not able to uplift this bug to v1-train and v1.0.1. If this bug has dependencies which are not marked in this bug, please comment on this bug. If this bug depends on patches that aren't approved for v1-train and v1.0.1, we need to re-evaluate the approval. Otherwise, if this is just a merge conflict, you might be able to resolve it with:
git checkout v1-train
git cherry-pick -x -m1 6d5a4949a1357296750cb15bf7f3374c78607004
<RESOLVE MERGE CONFLICTS>
git commit
git checkout v1.0.1
git cherry-pick -x $(git log -n1 v1-train)
Comment 10•12 years ago
|
||
v1-train: 69dbcd84085f10bec0c0189b926ffb535b14dcfe
Comment 11•12 years ago
|
||
v1.0.1: 2c245ecb1eb648b0978d31eab9b8aaf21559fb73
Comment 13•12 years ago
|
||
Can you please provide steps to verify this fix - as we will blackbox test from the UI?
Assignee | ||
Comment 14•12 years ago
|
||
1. Turn on device
2. Observe "Based on Mozilla Technology" screen
3. Observe either FTU or Homescreen
Comment 15•12 years ago
|
||
Verified fixed on
Unagi Build ID: 20130401070203
Kernel Date: Dec 5
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18_v1_0_1/rev/b28463f2e718
Gaia: ddb38ac8a34f9e30e09d0ff3b5c1bfb9b664b7c3
and
Unagi Build ID: 20130401070203
Kernel Date: Dec 5
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/f9f11b8cbf8a
Gaia: 663101b6eb809383e5882d9bc3868a923a57998a
On Unagi devices the "Based on Mozilla Technology" screen is working.
You need to log in
before you can comment on or make changes to this bug.
Description
•