Closed Bug 828897 Opened 11 years ago Closed 11 years ago

Push reps.mozilla.org code to stage

Categories

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

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pierros, Assigned: cturra)

References

()

Details

(Whiteboard: [triaged 20130110][push interrupt])

Hello,

We would like the HEAD of master of reps.mozilla.org code to be pushed to stage.
Code here: https://github.com/mozilla/remo
Stage is reps.allizom.org :)

Thanks!
:pierros - our environment update script requires a tag from your repo. can you create one for this push request?
Hey Chris,

I tagged it as v0.3.6
https://github.com/mozilla/remo/tree/v0.3.6

Thanks!
thnx :pierros. i have pushed the v0.3.6 to stage.

[root@engagementadm.private.phx1 reps.allizom.org]# bash -x update v0.3.6
+ TAG=v0.3.6
+ '[' 1 -lt 1 ']'
+ CODE_DIR=/data/engagement-stage/src/reps.allizom.org/remo
+ VENDOR_DIR=/data/engagement-stage/src/reps.allizom.org/remo/vendor
+ date
Thu Jan 10 13:40:08 PST 2013
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/engagement-stage/src/reps.allizom.org/remo
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f v0.3.6 -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-stage/src/reps.allizom.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-stage/src/reps.allizom.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-stage/src/reps.allizom.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-stage/src/reps.allizom.org/remo
+ python ./manage.py compress_assets
To turn on cache busting, use settings.CACHEBUST_IMGS
Minifying /data/engagement-stage/src/reps.allizom.org/remo/media/css/remo-all.css (using YUI Compressor)
Minifying /data/engagement-stage/src/reps.allizom.org/remo/media/js/profiles_people-all.js (using YUI Compressor)
Minifying /data/engagement-stage/src/reps.allizom.org/remo/media/js/404-all.js (using YUI Compressor)
Minifying /data/engagement-stage/src/reps.allizom.org/remo/media/js/common-dbg-all.js (using YUI Compressor)
Minifying /data/engagement-stage/src/reps.allizom.org/remo/media/js/common-all.js (using YUI Compressor)
Minifying /data/engagement-stage/src/reps.allizom.org/remo/media/js/events_list-all.js (using YUI Compressor)
Unchanged files skipped for minification: 15
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Running migrate...'
Running migrate...
+ cd /data/engagement-stage/src/reps.allizom.org/remo
+ python manage.py migrate
Running migrations for profiles:
 - Migrating forwards to 0028_auto__add_field_userprofile_receive_email_on_add_comment.
 > profiles:0027_auto__add_field_userprofile_receive_email_on_add_report__add_field_use
 > profiles:0028_auto__add_field_userprofile_receive_email_on_add_comment
 - Loading initial data for profiles.
Installed 49 object(s) from 1 fixture(s)
Adding permission 'profiles | user profile | Can delete profiles'
Running migrations for featuredrep:
- Nothing to migrate.
 - Loading initial data for featuredrep.
Installed 0 object(s) from 0 fixture(s)
Adding permission 'featuredrep | featured rep | Can edit featured reps'
Adding permission 'featuredrep | featured rep | Can delete featured reps'
Running migrations for remozilla:
- Nothing to migrate.
 - Loading initial data for remozilla.
Installed 1 object(s) from 1 fixture(s)
Running migrations for reports:
- Nothing to migrate.
 - Loading initial data for reports.
Installed 0 object(s) from 0 fixture(s)
Running migrations for events:
 - Migrating forwards to 0009_auto__chg_field_event_venue.
 > events:0009_auto__chg_field_event_venue
 - Loading initial data for events.
Installed 0 object(s) from 0 fixture(s)
Running migrations for tastypie:
- Nothing to migrate.
 - Loading initial data for tastypie.
Installed 0 object(s) from 0 fixture(s)
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Updating product details...'
Updating product details...
+ cd /data/engagement-stage/src/reps.allizom.org/remo
+ ./manage.py update_product_details
Product Details were up to date.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Storing revision information...'
Storing revision information...
+ cd /data/engagement-stage/src/reps.allizom.org/remo
+ git rev-parse HEAD
+ generate_revision_info
Deploying code...
[2013-01-10 13:40:51] Running rsync_project
[2013-01-10 13:40:51] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/engagement-stage/src/reps.allizom.org/ /data/engagement-stage/www/reps.allizom.org/
[2013-01-10 13:40:55] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/engagement-stage/src/reps.allizom.org/ /data/engagement-stage/www/reps.allizom.org/ (3.531s)
[2013-01-10 13:40:55] Finished rsync_project (3.532s)
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20130110][push interrupt]
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.