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)
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.
| Reporter | ||
Comment 1•14 years ago
|
||
@oremj - What time on Tuesday can you push this?
We are still waiting for QA sign-off, so Tuesday is tentative.
| Assignee | ||
Comment 2•14 years ago
|
||
(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]
Comment 3•14 years ago
|
||
qa-signs off
Comment 4•14 years ago
|
||
What time do we plan on pushing?
| Assignee | ||
Comment 5•14 years ago
|
||
I can do 12 or 1pm pdt
| Assignee | ||
Comment 6•14 years ago
|
||
(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
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•