Closed
Bug 837839
Opened 12 years ago
Closed 12 years ago
Enable Nokia test SUPL server for development builds
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(b2g18 fixed, b2g18-v1.0.1 fixed)
RESOLVED
FIXED
People
(Reporter: cjones, Assigned: kanru)
References
Details
Attachments
(1 file)
179 bytes,
text/html
|
fabrice
:
review+
akeybl
:
approval-gaia-v1+
|
Details |
The server is test.supl.svc.ovi.com:7276.
Kan-Ru can you test this server? I haven't been able to make SUPL connections through my provider :(.
We should ensure that this configuration isn't used for production builds; there should be an explicit flag set to enable this configuration.
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #710036 -
Flags: review?(fabrice)
Comment 3•12 years ago
|
||
Comment on attachment 710036 [details]
Pull request
Are we actually ok to ship the pref file? If so, this patch is ok. If not, we should just use custom-prefs.js
Attachment #710036 -
Flags: review?(fabrice)
Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(jones.chris.g)
Reporter | ||
Comment 4•12 years ago
|
||
I don't think I understand fabrice's question.
We can't ship this file with production devices. But we can and do want to distribute it in development builds.
Flags: needinfo?(jones.chris.g)
Assignee | ||
Comment 5•12 years ago
|
||
Does dogfood count as production devices or development builds?
Reporter | ||
Comment 6•12 years ago
|
||
Development.
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 710036 [details]
Pull request
Ask for review again given comment 6
Attachment #710036 -
Flags: review?(fabrice)
Updated•12 years ago
|
Attachment #710036 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 710036 [details]
Pull request
[Approval Request Comment]
Dogfood only
Attachment #710036 -
Flags: approval-mozilla-b2g18?
Updated•12 years ago
|
Attachment #710036 -
Flags: approval-mozilla-b2g18?
Updated•12 years ago
|
Component: Builds → Gaia
Updated•12 years ago
|
Attachment #710036 -
Flags: approval-gaia-v1+
Reporter | ||
Updated•12 years ago
|
Comment 9•12 years ago
|
||
v1-train: f8f45aca2d5565dc0a5005356695aed46dec0f32
status-b2g18:
--- → fixed
status-b2g18-v1.0.1:
--- → fixed
Updated•12 years ago
|
Keywords: checkin-needed
Comment 10•12 years ago
|
||
Batch edit: bugs fixed on b2g18 since 1/25 branch of v1.0 are fixed on v1.0.1
Comment 11•12 years ago
|
||
Hi, I think we should reconsider how the fix was done here.
I can see 2 possibilities :
* Fabrice's proposition in comment 3: Releng would add a local build/custom-prefs.js file in their build environment, and we backout what was commited here. This adds more work to the releng team though.
* We change the property to add this to (for example) SUPL_PREFS=1. I'd like to decorrelate DOGFOOD=1 with this, because DOGFOOD=1 is supposed to do much more. We could still make DOGFOOD=1 trigger SUPL_PREFS=1, but it would make it possible to add the prefs for the supl server in dev builds.
Fabrice, I'd love to know your opinion on this. I'd say the second way could be easier for everyone. If this is the way to do it, I'll go on with filing another bug and fixing this.
Flags: needinfo?(fabrice)
Comment 12•12 years ago
|
||
I'm not against adding something like SUPL_PREFS, even if I'm not a big fan. But I really think we should not make any env var trigger another one. Let's do everything explicitly, and not hidden behind some magic dependency.
Flags: needinfo?(fabrice)
Comment 13•12 years ago
|
||
I just found that the GPS prefs were recently moved to all builds in Bug 850112. So there is no need to do anything else here.
You need to log in
before you can comment on or make changes to this bug.
Description
•