Closed Bug 773668 Opened 12 years ago Closed 12 years ago

Please Push Betafarm v1.2.2 Tag To Stage

Categories

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

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bensternthal, Assigned: cturra)

Details

Please push betafarm to stage, we are working on fixing the CSP persona bug that came up yesterday.


* Note please update the code from the "v1.2.2" tag on github
Assignee: server-ops-webops → cturra
tag 1.2.2 pushed to stage.

[root@genericadm.private.phx1 mozillalabs.allizom.org]# bash -x update 
+ CODE_DIR=/data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm
+ VENDOR_DIR=/data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm/vendor
+ update_code
++ tee /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm/media/update_info.txt
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git fetch
From https://github.com/mozilla/betafarm
   da3b0e4..af1f822  master     -> origin/master
 * [new tag]         v1.2.2     -> v1.2.2
+ git checkout v1.2.2
Previous HEAD position was da3b0e4... Exempt search view from CSP.
HEAD is now at af1f822... Fix mistake with CSP setting.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Updating vendor submodules...'
Updating vendor submodules...
+ git submodule update --init --recursive -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e syncdb
syncdb
+ python /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm/manage.py syncdb
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e migrate
migrate
+ python /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm/manage.py migrate
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'manage.py tasks...'
manage.py tasks...
+ python /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm/manage.py cron get_isotope
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ python /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm/manage.py compress_assets
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm
+ find . -type f -name .gitignore -or -name '*.pyc' -delete
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Storing revision information...'
Storing revision information...
+ cd /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm
+ git rev-parse HEAD
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
++ date
+ touch /data/genericrhel6-stage/src/mozillalabs.allizom.org/betafarm/wsgi/betafarm.wsgi
+ echo 'finished at Fri Jul 13 09:05:33 PDT 2012'
finished at Fri Jul 13 09:05:33 PDT 2012
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/genericrhel6-stage/deploy mozillalabs.allizom.org
[2012-07-13 09:05:33] Running rsync_project
[2012-07-13 09:05:33] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/mozillalabs.allizom.org/ /data/genericrhel6-stage/www/mozillalabs.allizom.org/
[2012-07-13 09:05:35] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/mozillalabs.allizom.org/ /data/genericrhel6-stage/www/mozillalabs.allizom.org/ (1.903s)
[2012-07-13 09:05:35] Finished rsync_project (1.904s)
[2012-07-13 09:05:35] Running commit_www
[2012-07-13 09:05:35] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['mozillalabs.allizom.org']'
[2012-07-13 09:06:04] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['mozillalabs.allizom.org']' (29.465s)
[localhost] out: [master 4a63179] deploy [mozillalabs.allizom.org]
[localhost] out: 5 files changed, 61 insertions(+), 8 deletions(-)
[2012-07-13 09:06:04] Finished commit_www (29.466s)
[2012-07-13 09:06:04] Running push_www
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Verified persona login works on stage
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.