Closed Bug 1108573 Opened 10 years ago Closed 10 years ago

please update aus4+aus4-admin stage/prod to 0fee4ddb90991d233d53ec44d743780d266a703b

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: cturra)

References

Details

And since this is our first push with a submodule update, can you double check that the "ui" submodule makes it to eeacfa64f68f5a9f760274f28793183a15fc95f5?
Whoops, wrong rev in the summary.
Summary: please update aus4+aus4-admin stage/prod to 4ca7cfdabb87a8a42ea71884bedacb19c40dae9c → please update aus4+aus4-admin stage/prod to 0fee4ddb90991d233d53ec44d743780d266a703b
Assignee: server-ops-webops → cturra
push to stage and prod complete. you'll see in the stdout below, that the 'ui' submodule checkout was 'eeacfa64f68f5a9f760274f28793183a15fc95f5' as requested \o/

[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
Submodule path 'ui': checked out 'eeacfa64f68f5a9f760274f28793183a15fc95f5'
+ 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
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.