Closed
Bug 1274457
Opened 9 years ago
Closed 9 years ago
Change the configuration of Syncto server URL to production one in FirefoxOS
Categories
(Firefox OS Graveyard :: Sync, defect)
Firefox OS Graveyard
Sync
Tracking
(blocking-b2g:2.5+, b2g-v2.5 fixed, b2g-v2.6 fixed, b2g-master fixed)
RESOLVED
FIXED
blocking-b2g | 2.5+ |
People
(Reporter: selee, Assigned: selee)
References
Details
(Whiteboard: [ft:conndevices])
Attachments
(3 files)
Since Bug 1226453 provides a production server URL for syncto, the syncto URL in Firefox OS should be changed to the production one.
==========
diff --git a/build/config/common-settings.json b/build/config/common-settings.json
index 2bfffae..e269ddb 100644
--- a/build/config/common-settings.json
+++ b/build/config/common-settings.json
@@ -244,7 +244,7 @@
"sync.fxa.audience": "https://token.services.mozilla.com/",
"sync.scheduler.interval": 3600,
"sync.scheduler.wifionly": false,
- "sync.server.url": "https://syncto.dev.mozaws.net/v1/",
+ "sync.server.url": "https://syncto.services.mozilla.com/v1/",
"telephony.speaker.enabled": false,
"tethering.usb.enabled": false,
"tethering.usb.ip": "192.168.0.1",
Updated•9 years ago
|
blocking-b2g: --- → 2.6+
Updated•9 years ago
|
blocking-b2g: 2.6+ → 2.5+
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8755714 -
Flags: review?(lchang)
Assignee | ||
Updated•9 years ago
|
Attachment #8755715 -
Flags: review?(lchang)
Assignee | ||
Updated•9 years ago
|
Attachment #8755718 -
Flags: review?(lchang)
Updated•9 years ago
|
Attachment #8755714 -
Flags: review?(lchang) → review+
Updated•9 years ago
|
Attachment #8755715 -
Flags: review?(lchang) → review+
Updated•9 years ago
|
Attachment #8755718 -
Flags: review?(lchang) → review+
Assignee | ||
Updated•9 years ago
|
Component: Operations: Deployment Requests → Sync
Product: Cloud Services → Firefox OS
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8755715 [details] [review]
[gaia] weilonge:seanlee/DataSync/v2.5/Bug1274457 > mozilla-b2g:v2.5
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #):
[User impact] if declined: The development server is unstable enough for production
[Testing completed]: Verified on Mulet.
[Risk to taking this patch] (and alternatives if risky): none
[String changes made]: none
Attachment #8755715 -
Flags: approval-gaia-v2.5?
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8755718 [details] [review]
[gaia] weilonge:seanlee/DataSync/v2.6/Bug1274457 > mozilla-b2g:v2.6
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #):
[User impact] if declined: The development server is unstable enough for production
[Testing completed]: Verified on Mulet.
[Risk to taking this patch] (and alternatives if risky): none
[String changes made]: none
Attachment #8755718 -
Flags: approval-gaia-v2.6?
Updated•9 years ago
|
Comment 6•9 years ago
|
||
Comment on attachment 8755715 [details] [review]
[gaia] weilonge:seanlee/DataSync/v2.5/Bug1274457 > mozilla-b2g:v2.5
Approve for TV 2.5
Attachment #8755715 -
Flags: approval-gaia-v2.5? → approval-gaia-v2.5+
Comment 7•9 years ago
|
||
Comment on attachment 8755718 [details] [review]
[gaia] weilonge:seanlee/DataSync/v2.6/Bug1274457 > mozilla-b2g:v2.6
Approve for 2.6
Attachment #8755718 -
Flags: approval-gaia-v2.6? → approval-gaia-v2.6+
Assignee | ||
Comment 8•9 years ago
|
||
landed on master: https://github.com/mozilla-b2g/gaia/commit/33b954cc9e85c73fa7718b99de12170d9d35e681
landed on v2.5 : https://github.com/mozilla-b2g/gaia/commit/e785ddceca6e05f46fab55b209dff55d0b07e4a3
landed on v2.6 : https://github.com/mozilla-b2g/gaia/commit/0ba66e5b88643a82dbd28bb68add473683b72f41
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•