Closed Bug 648900 Opened 14 years ago Closed 14 years ago

production deploy demos.mozilla.org 2.1 release

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: ozten, Assigned: cshields)

References

()

Details

(Whiteboard: [4/12])

Instructions: 1) webowonder - Update from the prod branch git pull origin prod 2) run db migrations Use the update process we used for the initial release to get new CSS, JS, and db migrations. This was probably: ./bin/update-site.py -e prod 3) webowonder-demos git pull origin master 4) locale directory svn up This is a small release to show a new documentary video and some bugfixes.
@oremj - What time on Tuesday can you push this? We are still waiting for QA sign-off, so Tuesday is tentative.
(In reply to comment #1) > @oremj - What time on Tuesday can you push this? > > We are still waiting for QA sign-off, so Tuesday is tentative. We can do this daytime if you'd like. Let me know when QA signs off and we can pick a time.
Assignee: server-ops → cshields
Severity: minor → normal
Whiteboard: [4/12]
qa-signs off
What time do we plan on pushing?
I can do 12 or 1pm pdt
(In reply to comment #0) > Instructions: > 1) webowonder - Update from the prod branch > git pull origin prod [root@mradm02 webowonder]# git pull origin prod remote: Counting objects: 14, done. remote: Compressing objects: 100% (9/9), done. remote: Total 9 (delta 6), reused 0 (delta 0) Unpacking objects: 100% (9/9), done. From https://github.com/mozilla/webowonder * branch prod -> FETCH_HEAD Updating 5611f53..12782ac Fast-forward apps/wow/views.py | 65 ++++++++++++++++++++------------------- migrations/35-nocomply-doc.sql | 1 + 2 files changed, 34 insertions(+), 32 deletions(-) create mode 100644 migrations/35-nocomply-doc.sql > 2) run db migrations > Use the update process we used for the initial release to get new CSS, JS, and > db migrations. This was probably: > ./bin/update-site.py -e prod ran migrations by hand Running migration 35: UPDATE wow_demodetails SET documentary_description = 'Yes' WHERE demo_id IN (SELECT id FROM demos_submission WHERE slug = 'nocomply'); That took 0.02 seconds ################################################## > 3) webowonder-demos > git pull origin master [root@mradm02 mozillademos.org]# git pull origin master remote: Counting objects: 16, done. remote: Compressing objects: 100% (10/10), done. remote: Total 10 (delta 8), reused 0 (delta 0) Unpacking objects: 100% (10/10), done. From https://github.com/mozilla/webowonder-demos * branch master -> FETCH_HEAD Updating 59bc814..b1f3949 Fast-forward demos/dashboard/demo.html | 6 +++--- demos/immersivevideo/demo.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) > 4) locale directory > svn up [root@mradm02 locale]# svn up U fr/LC_MESSAGES/messages.po U nl/LC_MESSAGES/messages.po U hu/LC_MESSAGES/messages.po U ar/LC_MESSAGES/messages.po U it/LC_MESSAGES/messages.po Updated to revision 87230. [root@mradm02 locale]# ./compile-mo.sh . [root@mradm02 locale]# deployed..
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.