Closed
Bug 699540
Opened 13 years ago
Closed 13 years ago
Push Mozillians 1.1.1 to production on Thursday, Nov. 3, 2011
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tofumatt, Assigned: jason)
Details
I patched up a bug we just spotted in Mozillians. There's a tag 1.1.1 in git (or use the "prod" branch) that needs to be pushed to production. Sorry about that.
| Assignee | ||
Updated•13 years ago
|
Assignee: server-ops → jthomas
| Assignee | ||
Comment 1•13 years ago
|
||
[root@genericadm.private.phx1 mozillians.org]# ./update 1.1.1
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6/src/mozillians.org/mozillians
+ git fetch origin -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f 1.1.1
Previous HEAD position was 3e20f4b... Don't allow non-vouched to search groups
HEAD is now at c858689... Fix huge query bug
+ git submodule sync -q
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Updating vendor...'
Updating vendor...
+ cd /data/genericrhel6/src/mozillians.org/mozillians/vendor
+ git submodule sync -q
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/genericrhel6/src/mozillians.org/mozillians/locale
+ find . -name '*.mo' -delete
+ svn up
U es/LC_MESSAGES/messages.po
Updated to revision 97194
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•