Closed Bug 1097397 Opened 10 years ago Closed 10 years ago

Please deploy treestatus fef6bdb32c0c02b70047b98323d3ef91739e4fcb to production

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: cliang)

References

Details

(Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1853] )

Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1853]
Assignee: server-ops-webops → cliang
The changes have been pushed into production.  Spot check of changes looks good.

[cliang@genericadm.private.phx1 treestatus.mozilla.org]$ sudo bash -x update
+ CODE_DIR=/data/genericrhel6/src/treestatus.mozilla.org/tree-status
+ VENDOR_DIR=/data/genericrhel6/src/treestatus.mozilla.org/tree-status/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6/src/treestatus.mozilla.org/tree-status
+ git pull -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/src/treestatus.mozilla.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/src/treestatus.mozilla.org/tree-status
+ git rev-parse HEAD
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ touch /data/genericrhel6/src/treestatus.mozilla.org/tree-status/treestatus.wsgi
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/genericrhel6/deploy treestatus.mozilla.org
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Thank you yet again :-)
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.