Closed
Bug 828926
Opened 13 years ago
Closed 13 years ago
Update https://gameon.allizom.org/en-US/ [gameon-staging site]
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: boozeniges, Assigned: cturra)
References
()
Details
(Whiteboard: [triaged 20130110][push interrupt])
Hoping to get this set of work https://github.com/mozilla/gameon/issues?milestone=1&state=closed up and launched on staging for confirmation.
Can we have a push to stage please?
| Reporter | ||
Comment 1•13 years ago
|
||
Chloe, when you see this updated you can confirm against that the github bugs for this milestone are closed?
Many thanks!
| Assignee | ||
Comment 2•13 years ago
|
||
push to stage complete.
[root@genericadm.private.phx1 gameon.allizom.org]# bash -x update
+ 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 origin/master -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 'Updating vendor submodules...'
Updating vendor submodules...
+ cd /data/genericrhel6-stage/src/gameon.allizom.org/gameon/vendor
+ 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...
Submodule path 'src/funfactory': checked out '0fc3450a152b3827d0064a6d53dea0a2ac56b883'
Copying '/data/genericrhel6-stage/src/gameon.allizom.org/gameon/gameon/base/static/base/css/master.css'
Copying '/data/genericrhel6-stage/src/gameon.allizom.org/gameon/gameon/base/static/base/img/judges/michalb.jpg'
Copying '/data/genericrhel6-stage/src/gameon.allizom.org/gameon/gameon/base/static/base/img/judges/ChelseaHowe.jpg'
3 static files copied, 141 unmodified.
Deploying code...
[2013-01-10 08:57:46] Running rsync_project
[2013-01-10 08:57:46] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/gameon.allizom.org/ /data/genericrhel6-stage/www/gameon.allizom.org/
[2013-01-10 08:57:50] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/genericrhel6-stage/src/gameon.allizom.org/ /data/genericrhel6-stage/www/gameon.allizom.org/ (4.817s)
[2013-01-10 08:57:50] Finished rsync_project (4.818s)
[2013-01-10 08:57:50] Running commit_www
[2013-01-10 08:57:50] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['gameon.allizom.org']'
[2013-01-10 09:02:11] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['gameon.allizom.org']' (260.865s)
[localhost] out: [master 5a010ea] deploy [gameon.allizom.org]
[localhost] out: 12 files changed, 78 insertions(+), 54 deletions(-)
[localhost] out: create mode 100644 gameon.allizom.org/gameon/gameon/base/static/base/img/judges/ChelseaHowe.jpg
[localhost] out: create mode 100644 gameon.allizom.org/gameon/gameon/base/static/base/img/judges/michalb.jpg
[localhost] out: rewrite gameon.allizom.org/gameon/media/revision_info.txt (63%)
[localhost] out: create mode 100755 gameon.allizom.org/gameon/static/base/img/judges/ChelseaHowe.jpg
[localhost] out: create mode 100755 gameon.allizom.org/gameon/static/base/img/judges/michalb.jpg
[2013-01-10 09:02:11] Finished commit_www (260.865s)
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [triaged 20130110][push interrupt]
| Reporter | ||
Comment 3•13 years ago
|
||
Thanks :cturra - just getting this checked over now
| Reporter | ||
Comment 4•13 years ago
|
||
Yep - that's looking good, please push to live if you can do!
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•