Closed Bug 1026015 Opened 10 years ago Closed 10 years ago

please update aus4 stage/prod to 787c7b03f3a25cf05fea38165665ffee68f7af72

Categories

(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bhearsum, Assigned: cturra)

References

Details

I just finished testhing something in dev, can we push this to production sometime today?
i've pushed to stage and will ping you on irc in a moment before this is pushed to prod.
Assignee: server-ops-webops → cturra
as discussed, pushes to prod complete. 

[cturra@ausadm.private.phx1 aus4-admin.mozilla.org]$ sudo bash -x update
+ CODE_DIR=/data/aus-admin/src/aus4-admin.mozilla.org/app
+ VENDOR_DIR=/data/aus-admin/src/aus4-admin.mozilla.org/app/vendor
+ update_code
+ echo -e 'Updating code...'
Updating code...
+ cd /data/aus-admin/src/aus4-admin.mozilla.org/app
+ git pull -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/aus-admin/src/aus4-admin.mozilla.org/app
+ 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/aus-admin/src/aus4-admin.mozilla.org/app
+ git rev-parse HEAD
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ touch /data/aus-admin/src/aus4-admin.mozilla.org/app/admin.wsgi
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/aus-admin/deploy aus4-admin.mozilla.org


[cturra@ausadm.private.phx1 aus4.mozilla.org]$ sudo bash -x update
+ CODE_DIR=/data/aus/src/aus4.mozilla.org/app/
+ echo -e 'Updating code...'
Updating code...
+ cd /data/aus/src/aus4.mozilla.org/app/
+ git pull
remote: Counting objects: 17, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 17 (delta 1), reused 3 (delta 1)
Unpacking objects: 100% (17/17), done.
From git://github.com/mozilla/balrog
   a0d686b..787c7b0  master     -> origin/master
Updating a0d686b..787c7b0
Fast-forward
 auslib/AUS.py                            | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------
 auslib/admin/views/releases.py           |  19 ++++++++--------
 auslib/blob.py                           | 161 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
 auslib/test/admin/views/test_history.py  |   2 +-
 auslib/test/admin/views/test_releases.py |  36 ++++++++++++++---------------
 auslib/test/admin/views/test_rules.py    |   2 +-
 auslib/test/test_blob.py                 |  27 +++++++++++++++++++++-
 auslib/test/web/test_client.py           | 284 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 8 files changed, 532 insertions(+), 117 deletions(-)
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/aus/src/aus4.mozilla.org/app/
+ git rev-parse HEAD
+ /data/aus/deploy -n aus4.mozilla.org
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
a++++ response, will file again :)
Status: RESOLVED → VERIFIED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.