Closed Bug 856634 Opened 11 years ago Closed 11 years ago

[ReMo] Push '2013-03-25' to reps.mozilla.org

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: giorgos, Assigned: cturra)

Details

(Whiteboard: [push interrupt])

Please push tag '2013-03-25' to reps production, reps.m.o

Thanks!
i have pushed tag '2013-03-25' to stage for testing. please give it a review and let me know when everything looks good to be pushed to production.
Assignee: server-ops-webops → cturra
Whiteboard: [push interrupt]
Hey Chris!
This was already done last week in bug 854449. tag 2013-03-25 has passed QA. Please proceed with production.
thnx for the note :pierros. in future, can you please note any previous stage deploys in your prod push requests? 

push to production is now complete :)

[root@engagementadm.private.phx1 reps.mozilla.org]# bash -x update 2013-03-25
+ TAG=2013-03-25
+ '[' 1 -lt 1 ']'
+ CODE_DIR=/data/engagement/src/reps.mozilla.org/remo
+ VENDOR_DIR=/data/engagement/src/reps.mozilla.org/remo/vendor
+ date
Mon Apr  1 12:28:18 PDT 2013
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/engagement/src/reps.mozilla.org/remo
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f 2013-03-25 -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule sync -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Updating vendor submodules...'
Updating vendor submodules...
+ cd /data/engagement/src/reps.mozilla.org/remo/vendor
+ git submodule sync -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/engagement/src/reps.mozilla.org/remo
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Collecting Static Assets'
Collecting Static Assets
+ cd /data/engagement/src/reps.mozilla.org/remo
+ python ./manage.py collectstatic --noinput

0 static files copied, 73 unmodified.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Compressing assets...'
Compressing assets...
+ cd /data/engagement/src/reps.mozilla.org/remo
+ python ./manage.py compress_assets
To turn on cache busting, use settings.CACHEBUST_IMGS
Minifying /data/engagement/src/reps.mozilla.org/remo/media/js/events_list-all.js (using YUI Compressor)
Unchanged files skipped for minification: 23
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Running migrate...'
Running migrate...
+ cd /data/engagement/src/reps.mozilla.org/remo
+ echo -e 'Updating product details...'
Updating product details...
+ cd /data/engagement/src/reps.mozilla.org/remo
+ ./manage.py update_product_details
/data/engagement/src/reps.mozilla.org/remo/vendor/lib/python/celery/decorators.py:34: CDeprecationWarning:
The `celery.decorators` module along with the magic keyword arguments,
are deprecated, and will be removed in version 3.0.

Please use the `celery.task` module instead of `celery.decorators`,
and the `task.request` should be used instead of the magic keyword arguments:

    from celery.task import task

See http://bit.ly/celery22major for more information.


  """))
Product Details were up to date.
Product Details were up to date.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Storing revision information...'
Storing revision information...
+ cd /data/engagement/src/reps.mozilla.org/remo
+ git rev-parse HEAD
+ generate_revision_info
Deploying code...
[2013-04-01 12:28:50] Running rsync_project
[2013-04-01 12:28:50] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/engagement/src/reps.mozilla.org/ /data/engagement/www/reps.mozilla.org/
[2013-04-01 12:29:00] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/engagement/src/reps.mozilla.org/ /data/engagement/www/reps.mozilla.org/ (9.811s)
[2013-04-01 12:29:00] Finished rsync_project (9.812s)
[2013-04-01 12:29:00] Running commit_www
[2013-04-01 12:29:00] [localhost] running: cd /data/engagement/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['reps.mozilla.org']'
[2013-04-01 12:29:20] [localhost] finished: cd /data/engagement/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['reps.mozilla.org']' (19.535s)
[localhost] out: [master 4708e94] deploy [reps.mozilla.org]
[localhost] out: 27 files changed, 344 insertions(+), 97 deletions(-)
[localhost] out: rewrite reps.mozilla.org/remo/bin/update/commander_settings.py-dist (97%)
[localhost] out: rename reps.mozilla.org/remo/bin/update/{deploy.py => update.py} (60%)
[localhost] out: create mode 100644 reps.mozilla.org/remo/remo/events/migrations/0011_auto_categories.py
[2013-04-01 12:29:20] Finished commit_www (19.536s)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
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.