Closed Bug 1094582 Opened 10 years ago Closed 10 years ago

push Bouncer to stage

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rhelmer, Assigned: cliang)

References

Details

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

Please update bouncer staging to revision 5c509d3e7a2a71b89dc70e164d5c931019bba8fd for bug 1089729
Depends on: 1089729
Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1822]
Assignee: server-ops-webops → cliang
I've updated the bouncer staging environment. $ cd /data/bouncer-stage/src/download.allizom.org/tuxedo [cliang@bounceradm.private.phx1 tuxedo]$ git show commit 5c509d3e7a2a71b89dc70e164d5c931019bba8fd Merge: e023749 3fdb571 Author: Robert Helmer <robert@roberthelmer.com> Date: Tue Oct 28 14:20:29 2014 -0700 $ sudo /bin/sh -x update + CODE_DIR=/data/bouncer-stage/src/download.allizom.org/tuxedo + VENDOR_DIR=/data/bouncer-stage/src/download.allizom.org/tuxedo/vendor + PROD_DETAILS_ONLY=0 + getopts p OPTION + '[' 0 -eq 0 ']' + update_code + echo -e 'Updating code...' Updating code... + cd /data/bouncer-stage/src/download.allizom.org/tuxedo + 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... + cd /data/bouncer-stage/src/download.allizom.org/tuxedo/vendor + git submodule sync -q + checkretval + retval=0 + [[ 0 -gt 0 ]] + git submodule update --init --recursive -q + checkretval + retval=0 + [[ 0 -gt 0 ]] + echo -e 'Cleaning gitignore and pyc files...' Cleaning gitignore and pyc files... + cd /data/bouncer-stage/src/download.allizom.org/tuxedo + 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/bouncer-stage/src/download.allizom.org/tuxedo + git rev-parse HEAD + generate_revision_info Updating product_details... Grabbing list of JSON files from the server from http://svn.mozilla.org/libs/product-details/json/ DEBUG:prod_details:Grabbing list of JSON files from the server from http://svn.mozilla.org/libs/product-details/json/ Found last update timestamp: Wed, 05 Nov 2014 18:25:03 GMT DEBUG:prod_details:Found last update timestamp: Wed, 05 Nov 2014 18:25:03 GMT Product Details were up to date. INFO:prod_details:Product Details were up to date. Grabbing list of JSON files from the server from http://svn.mozilla.org/libs/product-details/json/regions/ DEBUG:prod_details:Grabbing list of JSON files from the server from http://svn.mozilla.org/libs/product-details/json/regions/ Found last update timestamp: Fri, 19 Sep 2014 16:14:17 GMT DEBUG:prod_details:Found last update timestamp: Fri, 19 Sep 2014 16:14:17 GMT Product Details were up to date. INFO:prod_details:Product Details were up to date. Product Details update run complete. DEBUG:prod_details:Product Details update run complete. Deploying code...
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.