Closed Bug 704871 Opened 13 years ago Closed 13 years ago

Push Mozillians 1.1.3 to production on Wednesday, Nov. 23, 2011

Categories

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

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: tofumatt, Assigned: oremj)

Details

If we could get this onto production after QA signs off on staging today that'd be awesome. There's a regression that causes confusing/wrong text to appear on user profiles.

It'll be the prod branch that needs pushing -- it'll be tagged in git as 1.1.3.
:jason usually handles Mozillians pushes but he's EST and is gonna be offline soon. And our QA pal won't be online tomorrow... any chance IT on the west coast can push this today?
oremj kindly pushed this to prod for us. Thanks much!
Assignee: server-ops → oremj
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
# /data/genericrhel6/src/mozillians.org/update 1.1.3
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6/src/mozillians.org/mozillians
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f 1.1.3
Previous HEAD position was 54a5db9... Learn Markup... the hard way.
HEAD is now at e358bfa... Add test for Mozillian text in searches
+ git submodule sync -q
+ git submodule update --init -q
remote: Counting objects: 55, done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 43 (delta 30), reused 36 (delta 23)
Unpacking objects: 100% (43/43), done.
From git://github.com/mozilla/mozillians-lib
   69baada..f819020  browserid  -> origin/browserid
   fbf8625..b60a46c  master     -> origin/master
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Updating vendor...'
Updating vendor...
+ cd /data/genericrhel6/src/mozillians.org/mozillians/vendor
+ git submodule sync -q
+ git submodule update --init -q
Initialized empty Git repository in /data/genericrhel6/src/mozillians.org/mozillians/vendor/src/django-csp/.git/
remote: Counting objects: 93, done.
remote: Compressing objects: 100% (50/50), done.
remote: Total 93 (delta 36), reused 88 (delta 31)
Receiving objects: 100% (93/93), 12.36 KiB, done.
Resolving deltas: 100% (36/36), done.
Initialized empty Git repository in /data/genericrhel6/src/mozillians.org/mozillians/vendor/src/django-multidb-router/.git/
remote: Counting objects: 79, done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 79 (delta 35), reused 60 (delta 20)
Receiving objects: 100% (79/79), 16.59 KiB, done.
Resolving deltas: 100% (35/35), done.
remote: Counting objects: 53, done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 37 (delta 26), reused 26 (delta 15)
Unpacking objects: 100% (37/37), done.
From git://github.com/mozilla/funfactory
   c5c4060..0228786  master     -> origin/master
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6/src/mozillians.org/mozillians/locale
+ find . -name '*.mo' -delete
+ svn up
U    lt/LC_MESSAGES/messages.po
U    sq/LC_MESSAGES/messages.po
U    ca/LC_MESSAGES/messages.po
U    sr/LC_MESSAGES/messages.po
U    ru/LC_MESSAGES/messages.po
U    de/LC_MESSAGES/messages.po
U    zh_TW/LC_MESSAGES/messages.po
U    templates/LC_MESSAGES/messages.pot
U    ar/LC_MESSAGES/messages.po
U    eo/LC_MESSAGES/messages.po
U    cs/LC_MESSAGES/messages.po
U    pt_BR/LC_MESSAGES/messages.po
U    es/LC_MESSAGES/messages.po
U    fr/LC_MESSAGES/messages.po
U    nl/LC_MESSAGES/messages.po
U    ko/LC_MESSAGES/messages.po
U    en_US/LC_MESSAGES/messages.po
U    pl/LC_MESSAGES/messages.po
U    hu/LC_MESSAGES/messages.po
U    sl/LC_MESSAGES/messages.po
Updated to revision 98052.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ ./compile.sh
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6/src/mozillians.org/mozillians
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6/src/mozillians.org/mozillians
+ python ./manage.py compress_assets
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6/src/mozillians.org/mozillians
+ python manage.py syncdb
Syncing...
Creating tables ...
Installing custom SQL ...
Installing indexes ...
No fixtures found.

Synced:
 > funfactory
 > django.contrib.auth
 > django_sha2
 > django.contrib.contenttypes
 > django.contrib.sessions
 > commonware.response.cookies
 > djcelery
 > session_csrf
 > phonebook
 > groups
 > django.contrib.admin
 > south

Not synced (use migrations):
 - users
(use ./manage.py migrate to migrate these)
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ python manage.py migrate
Running migrations for users:
- Nothing to migrate.
 - Loading initial data for users.
No fixtures found.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6/src/mozillians.org/mozillians
+ touch wsgi/playdoh.wsgi
+ set +x
QA verified. Thanks for the easy and quick push!

Automation passes, re-verified critical/blocker bugs that were targeted for this release.
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.