Closed
Bug 976081
Opened 11 years ago
Closed 11 years ago
please update aus4 stage/prod to 1747ff269760222ff723832818cb7b9fa899e405
Categories
(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)
Infrastructure & Operations Graveyard
WebOps: Product Delivery
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bhearsum, Assigned: cturra)
References
Details
There's a few patches that have been landed to dev over the past few weeks and we're ready to them into production.
Assignee | ||
Comment 1•11 years ago
|
||
grabbing this bug. i will ping you on irc, to arrange a time to push this while you're around.
Assignee: server-ops-webops → cturra
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: x86_64 → All
Assignee | ||
Comment 2•11 years ago
|
||
as discussed on irc, this has been pushed to stage and prod.
[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: 31, done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 31 (delta 9), reused 14 (delta 4)
Unpacking objects: 100% (31/31), done.
From git://github.com/mozilla/balrog
244e399..1747ff2 master -> origin/master
Updating 244e399..1747ff2
Fast-forward
admin.wsgi | 5 ++---
auslib/AUS.py | 17 ++++++++++++++---
auslib/admin/base.py | 3 +++
auslib/admin/views/forms.py | 33 +++++++++++++++++++++++++++++----
auslib/admin/views/rules.py | 48 +++++++++++++++++++++++++++++++++---------------
auslib/test/admin/views/test_rules.py | 8 ++++++--
auslib/test/test_AUS.py | 16 ++++++++++------
auslib/test/web/test_client.py | 65 ++++++++++++++++++++++++++++++++++++++++++++++-------------------
auslib/web/base.py | 22 ++++++++++++----------
balrog.wsgi | 5 ++---
10 files changed, 157 insertions(+), 65 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
[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...
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•9 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
•