Closed
Bug 1120972
Opened 11 years ago
Closed 11 years ago
Please deploy Loop-Client 0.13.2 code to production
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: standard8, Unassigned)
References
Details
We'd like to deploy the loop-client 0.13.2 release to stage.
https://github.com/mozilla/loop-client/releases/tag/0.13.2
Please include bug 1120856 if possible.
Deploy can happen as soon as we're ready after staging has been deployed.
Comment 1•11 years ago
|
||
Dean -
STAGE has been verified. Please deploy to PROD when ready.
Thanks!
Flags: needinfo?(dwilson)
Comment 2•11 years ago
|
||
This has been deployed to production
https://loopclientprod-elb-1pgay9nm9ixc3-1009845380.us-west-2.elb.amazonaws.com/VERSION.txt
and hello.firefox.com has been repointed.
Flags: needinfo?(dwilson)
Comment 3•11 years ago
|
||
------------------
SUMMARY
------------------
placed various calls between Nightly & Beta.
Looks good.
Verified!
------------------
QUICK CHECKS
------------------
https://hello.firefox.com/VERSION.txt:
0.13.2
5d08d5d7a17e0ca120f36f5403e4364418f3984d Tue, 13 Jan 2015 14:49:16 +0000
$ curl -I https://hello.firefox.com
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Length: 6059
Content-Type: text/html
Date: Thu, 15 Jan 2015 05:06:16 GMT
ETag: "54b53345-17ab"
Last-Modified: Tue, 13 Jan 2015 15:01:25 GMT
Vary: Accept-Encoding
X-Token-Match: 1
Connection: keep-alive
https://hello.firefox.com/config.js:
var loop = loop || {};
loop.config = {
serverUrl: 'https://loop.services.mozilla.com/v0',
feedbackApiUrl: 'https://input.mozilla.org/api/v1/feedback',
feedbackProductName: 'Loop',
brandWebsiteUrl: 'https://www.mozilla.org/firefox/',
privacyWebsiteUrl: 'https://www.mozilla.org/privacy/firefox-hello/',
legalWebsiteUrl: 'https://www.mozilla.org/about/legal/terms/firefox-hello/',
marketplaceUrl: 'https://marketplace.firefox.com/iframe-install.html',
learnMoreUrl: 'https://www.mozilla.org/hello/',
roomsSupportUrl: 'https://support.mozilla.org/kb/group-conversations-firefox-hello-webrtc',
guestSupportUrl: 'https://support.mozilla.org/kb/respond-firefox-hello-invitation-guest-mode',
generalSupportUrl: 'https://support.mozilla.org/kb/respond-firefox-hello-invitation-guest-mode',
fxosApp: {
name: 'Firefox Hello',
manifestUrl: 'https://marketplace.firefox.com/app/54b83aea-1208-4605-82eb-22819f39d81d/manifest.webapp'
}
};
PRIVACY & ToS LINKS
https://www.mozilla.org/about/legal/terms/firefox-hello/
https://www.mozilla.org/privacy/firefox-hello/
links to legal and privacy from Rooms - OK!
https://loop.services.mozilla.com/:
{
"name": "mozilla-loop-server",
"description": "The Mozilla Loop (WebRTC App) server",
"version": "0.14.3",
"homepage": "https://github.com/mozilla-services/loop-server/",
"endpoint": "https://loop.services.mozilla.com",
"fakeTokBox": false,
"fxaOAuth": true,
"i18n": {
"defaultLang": "en-US",
"lang": "en-US"
}
}
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•