Closed Bug 883891 Opened 11 years ago Closed 11 years ago

Please push treestatus 9d5bedb357c52d2581ed9981333d59efca9a3389 to production

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: cturra)

References

Details

(Whiteboard: [push interrupt])

Doh, I filed this in the wrong component a week ago lol
Assignee: nobody → server-ops-webops
Component: Tree Status → Server Operations: Web Operations
Product: Webtools → mozilla.org
QA Contact: nmaul
Version: Trunk → other
push to stage complete. let me know when you're happy for this to go to production.

[root@genericadm.private.phx1 treestatus.allizom.org]# bash -x update
+ CODE_DIR=/data/genericrhel6-stage/src/treestatus.allizom.org/tree-status
+ VENDOR_DIR=/data/genericrhel6-stage/src/treestatus.allizom.org/tree-status/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6-stage/src/treestatus.allizom.org/tree-status
+ 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...
+ git submodule update --init --recursive
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Cleaning gitignore and pyc files...'
Cleaning gitignore and pyc files...
+ cd /data/genericrhel6-stage/src/treestatus.allizom.org/tree-status
+ 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/treestatus.allizom.org/tree-status
+ git rev-parse HEAD
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ touch /data/genericrhel6-stage/src/treestatus.allizom.org/tree-status/treestatus.wsgi
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/genericrhel6-stage/deploy treestatus.allizom.org
[2013-06-24 12:56:18] Running rsync_project
[2013-06-24 12:56:18] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/treestatus.allizom.org/ /data/genericrhel6-stage/www/treestatus.allizom.org/
[2013-06-24 12:56:20] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6-stage/src/treestatus.allizom.org/ /data/genericrhel6-stage/www/treestatus.allizom.org/ (1.988s)
[2013-06-24 12:56:20] Finished rsync_project (1.988s)
[2013-06-24 12:56:20] Running commit_www
[2013-06-24 12:56:20] [localhost] running: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['treestatus.allizom.org']'
[2013-06-24 13:02:15] [localhost] finished: cd /data/genericrhel6-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['treestatus.allizom.org']' (354.879s)
[localhost] out: [master 77c1bcd] deploy [treestatus.allizom.org]
[localhost] out: 2 files changed, 2 insertions(+), 2 deletions(-)
Assignee: server-ops-webops → cturra
Flags: needinfo?(emorley)
Whiteboard: [push interrupt]
Looks great - thank you :-)
Flags: needinfo?(emorley)
push to prod complete :)

[root@genericadm.private.phx1 treestatus.mozilla.org]# bash update
Updating code...
Updating vendor submodules...
Cleaning gitignore and pyc files...
Storing revision information...
Deploying code...
[2013-06-24 14:57:15] Running rsync_project
[2013-06-24 14:57:15] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/treestatus.mozilla.org/ /data/genericrhel6/www/treestatus.mozilla.org/
[2013-06-24 14:57:19] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/treestatus.mozilla.org/ /data/genericrhel6/www/treestatus.mozilla.org/ (3.461s)
[2013-06-24 14:57:19] Finished rsync_project (3.462s)
[2013-06-24 14:57:19] Running commit_www
[2013-06-24 14:57:19] [localhost] running: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['treestatus.mozilla.org']'
[2013-06-24 14:57:25] [localhost] finished: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['treestatus.mozilla.org']' (5.818s)
[localhost] out: [master 3e07d44] deploy [treestatus.mozilla.org]
[localhost] out: 2 files changed, 2 insertions(+), 2 deletions(-)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Cheers :-)
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.