Closed
Bug 729105
Opened 14 years ago
Closed 14 years ago
Push Affiliates to stage
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rik, Assigned: jason)
Details
Affiliates needs to be pushed to stage, as soon as possible so we can test before our production push on Wednesday. Thanks!
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → jthomas
| Assignee | ||
Comment 1•14 years ago
|
||
Pushed to stage:r
[root@engagementadm.private.phx1 affiliates.allizom.org]# ./update
+ echo -e 'Updating code...'
Updating code...
+ cd /data/engagement-stage/src/affiliates.allizom.org/affiliates-app
+ git fetch origin -q
Unpacking objects: 100% (28/28), done.
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git checkout -f origin/master -q
+ git submodule sync -q
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Updating vendor...'
Updating vendor...
+ cd /data/engagement-stage/src/affiliates.allizom.org/affiliates-app/vendor
+ git submodule sync -q
+ git submodule update --init -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ cd /data/engagement-stage/src/affiliates.allizom.org/affiliates-app
+ ./vendor/src/schematic/schematic ./migrations/
+ ./manage.py compress_assets
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ git log -1
commit 5031c5c1695762ba5ea85e4b2530fac2e21a041e
Merge: 69e5e84 1fc7e84
Author: Anthony Ricaud <anthony@ricaud.me>
Date: Thu Feb 16 09:50:38 2012 -0800
Merge pull request #93 from LucianU/bug-694154
Using a h5 tag for the user name and also added padding to its style rul...
+ cd /data/engagement-stage/src/affiliates.allizom.org/affiliates-app/locale
+ svn up
Updating '.':
U fr/LC_MESSAGES/messages.po
Updated to revision 102029.
+ ./compile.sh
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ set +x
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•14 years ago
|
||
Verified by QA.
The site works as expected and is healthy.
The Facebook and twitter share buttons now carry https instead of http.
The problem with profile name display in IE9 https://bugzilla.mozilla.org/show_bug.cgi?id=694154
Also seems to be fixed.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 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
•