Closed
Bug 1094582
Opened 10 years ago
Closed 10 years ago
push Bouncer to stage
Categories
(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)
Infrastructure & Operations Graveyard
WebOps: Product Delivery
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
Assignee | ||
Updated•10 years ago
|
Assignee: server-ops-webops → cliang
Assignee | ||
Comment 1•10 years ago
|
||
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
Updated•8 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
•