Closed
Bug 868581
Opened 12 years ago
Closed 12 years ago
push new code to https://dnt-dashboard.mozilla.org
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aphadke, Assigned: nmaul)
Details
Replaced personal google analytics tracking code with Mozilla's code.
diff:
https://github.com/hamilton/public_dnt_dashboard/commit/94de5ac55911d80c99c54ea2e41c44216b97ad56#index.php
Please push the new change to https://dnt-dashboard.mozilla.org
| Assignee | ||
Comment 1•12 years ago
|
||
Completed.
Assignee: server-ops → nmaul
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations → Server Operations: Web Operations
| Reporter | ||
Comment 2•12 years ago
|
||
https://github.com/hamilton/public_dnt_dashboard/commit/60afe0ef25f6d490c5cb4997c0f0390dd1e26003#index.php
Can we push one more to prod? We added caching to alleviate load on server, but that results in giving wrong information on whether user has DNT turned on. The new code disables that check.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•12 years ago
|
||
new push to prod complete.
[root@genericadm.private.phx1 dnt-dashboard.mozilla.org]# bash -x update
+ CODE_DIR=/data/genericrhel6/src/dnt-dashboard.mozilla.org/dnt-dashboard
+ date
Fri May 3 14:58:34 PDT 2013
+ echo -e 'Updating code...'
Updating code...
+ cd /data/genericrhel6/src/dnt-dashboard.mozilla.org/dnt-dashboard
+ git pull -q
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ echo -e 'Deploying code...'
Deploying code...
+ '[' xterm == dumb ']'
+ /data/genericrhel6/deploy dnt-dashboard.mozilla.org
[2013-05-03 14:58:35] Running rsync_project
[2013-05-03 14:58:35] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/dnt-dashboard.mozilla.org/ /data/genericrhel6/www/dnt-dashboard.mozilla.org/
[2013-05-03 14:58:35] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/dnt-dashboard.mozilla.org/ /data/genericrhel6/www/dnt-dashboard.mozilla.org/ (0.058s)
[2013-05-03 14:58:35] Finished rsync_project (0.059s)
[2013-05-03 14:58:35] Running commit_www
[2013-05-03 14:58:35] [localhost] running: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['dnt-dashboard.mozilla.org']'
[2013-05-03 14:58:41] [localhost] finished: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['dnt-dashboard.mozilla.org']' (5.147s)
[localhost] out: [master f18a076] deploy [dnt-dashboard.mozilla.org]
[localhost] out: 2 files changed, 1 insertion(+), 1 deletion(-)
[localhost] out: delete mode 100644 dnt-dashboard.mozilla.org/dnt-dashboard/.index.php.swp
[2013-05-03 14:58:41] Finished commit_www (5.147s)
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 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
•