Closed Bug 850299 Opened 11 years ago Closed 11 years ago

Update https://gameon.allizom.org [gameon-staging site]

Categories

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

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: boozeniges, Assigned: cturra)

References

()

Details

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

Is it possible if we can push this tag out to staging please? 

https://github.com/mozilla/gameon/tree/v1.5
push to stage complete.

[root@genericadm.private.phx1 gameon.allizom.org]# bash -x update v1.5
+ '[' 1 -lt 1 ']'
+ TAG=v1.5
+ CODE_DIR=/data/genericrhel6-stage/src/gameon.allizom.org/gameon
+ VENDOR_DIR=/data/genericrhel6-stage/src/gameon.allizom.org/gameon/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6-stage/src/gameon.allizom.org/gameon
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f v1.5 -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule sync -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git submodule update --init --recursive -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/genericrhel6-stage/src/gameon.allizom.org/gameon
+ 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/gameon.allizom.org/gameon
+ git rev-parse HEAD
+ generate_revision_info
Running schema/data migrations...
Copying '/data/genericrhel6-stage/src/gameon.allizom.org/gameon/gameon/base/static/base/css/home.css'

1 static file copied, 150 unmodified.
Running migrations for djcelery:
- Nothing to migrate.
 - Loading initial data for djcelery.
Installed 0 object(s) from 0 fixture(s)
Running migrations for users:
- Nothing to migrate.
 - Loading initial data for users.
Installed 0 object(s) from 0 fixture(s)
Running migrations for submissions:
- Nothing to migrate.
 - Loading initial data for submissions.
Installed 0 object(s) from 0 fixture(s)
Running migrations for events:
- Nothing to migrate.
 - Loading initial data for events.
Installed 0 object(s) from 0 fixture(s)
Deploying code...
[2013-03-12 11:43:18] Running rsync_project
[2013-03-12 11:43:18] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/gameon.allizom.org/ /data/genericrhel6-stage/www/gameon.allizom.org/
[2013-03-12 11:43:24] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/gameon.allizom.org/ /data/genericrhel6-stage/www/gameon.allizom.org/ (6.051s)
[2013-03-12 11:43:24] Finished rsync_project (6.052s)
[2013-03-12 11:43:24] Running commit_www
[2013-03-12 11:43:24] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['gameon.allizom.org']'
[2013-03-12 11:44:05] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['gameon.allizom.org']' (40.609s)
[localhost] out: [master f946a01] deploy [gameon.allizom.org]
[localhost] out: 4 files changed, 20 insertions(+), 15 deletions(-)
[2013-03-12 11:44:05] Finished commit_www (40.610s)
[2013-03-12 11:44:05] Running push_www
[2013-03-12 11:44:05] [generic1.stage.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh gameon.allizom.org
[2013-03-12 11:44:05] [generic2.stage.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh gameon.allizom.org
[2013-03-12 11:44:15] [generic2.stage.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh gameon.allizom.org (10.386s)
[generic2.stage.webapp.phx1.mozilla.com] out: Not removing ship-it.allizom.org/release-kickoff/logs/
[2013-03-12 11:44:15] [generic1.stage.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh gameon.allizom.org (10.389s)
[generic1.stage.webapp.phx1.mozilla.com] out: Not removing air.allizom.org/air/vendor-local/lib/python/PIL/
[generic1.stage.webapp.phx1.mozilla.com] out: Not removing ship-it.allizom.org/release-kickoff/logs/
[2013-03-12 11:44:15] Finished push_www (10.390s)
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20130312][push interrupt]
That's awesome Chris, will open a pull request for live.

Thanks for pull this together for me
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.