Closed
Bug 882742
Opened 12 years ago
Closed 12 years ago
Deploy current FHR about:healthreport tip to fhr.cdn.m.n
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rnewman, Assigned: cturra)
Details
(Whiteboard: [push interrupt])
+++ This bug was initially created as a clone of Bug #882006 +++
And again, plz!
| Assignee | ||
Comment 1•12 years ago
|
||
push to prod complete. please give the CDNs time to refresh their caches.
[root@genericadm.private.phx1 fhr.cdn.mozilla.net]# bash -x update.sh
+++ dirname update.sh
++ cd .
++ pwd
+ CODE_DIR=/data/genericrhel6/src/fhr.cdn.mozilla.net
+ WEB_DIR=/data/genericrhel6/src/fhr.cdn.mozilla.net/web-output
++ echo /data/genericrhel6/src/fhr.cdn.mozilla.net
++ cut -f3 -d/
+ ENV=genericrhel6
++ echo /data/genericrhel6/src/fhr.cdn.mozilla.net
++ cut -f5 -d/
+ SITE=fhr.cdn.mozilla.net
+ APP=fhr-jelly
+ LOCALE_REPO=https://svn.mozilla.org/projects/l10n-misc/trunk/firefoxhealthreport/locale
+ echo 'DIR: /data/genericrhel6/src/fhr.cdn.mozilla.net'
DIR: /data/genericrhel6/src/fhr.cdn.mozilla.net
+ echo 'ENV: genericrhel6'
ENV: genericrhel6
+ echo 'SITE: fhr.cdn.mozilla.net'
SITE: fhr.cdn.mozilla.net
+ echo 'APP: fhr-jelly'
APP: fhr-jelly
+ echo -e 'Updating code...'
Updating code...
+ pushd /data/genericrhel6/src/fhr.cdn.mozilla.net/fhr-jelly
/data/genericrhel6/src/fhr.cdn.mozilla.net/fhr-jelly /data/genericrhel6/src/fhr.cdn.mozilla.net
+ git pull
remote: Counting objects: 44, done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 30 (delta 16), reused 21 (delta 7)
Unpacking objects: 100% (30/30), done.
From https://github.com/mozilla/fhr-jelly
0589080..73b6233 master -> origin/master
Updating 0589080..73b6233
Fast-forward
.gitignore | 1 +
Gruntfile.js | 27 +++++++++++++++++++++++++++
css/styles.css | 7 ++++---
js/data.js | 13 +++++++++----
mobile/js/mobile.js | 22 ++++++++++++++++++----
package.json | 12 ++++++++++++
tests/lib/unit.js | 8 ++++++++
tests/python-selenium/requirements.txt | 2 +-
8 files changed, 80 insertions(+), 12 deletions(-)
create mode 100644 Gruntfile.js
create mode 100644 package.json
+ '[' '!' -d locale ']'
+ pushd locale
/data/genericrhel6/src/fhr.cdn.mozilla.net/fhr-jelly/locale /data/genericrhel6/src/fhr.cdn.mozilla.net/fhr-jelly /data/genericrhel6/src/fhr.cdn.mozilla.net
+ svn up
Updating '.':
U en-ZA/fhr.lang
Updated to revision 116913.
+ popd
/data/genericrhel6/src/fhr.cdn.mozilla.net/fhr-jelly /data/genericrhel6/src/fhr.cdn.mozilla.net
+ ./generate.py --output-dir /data/genericrhel6/src/fhr.cdn.mozilla.net/web-output -f --nowarn
Writing passive template to /data/genericrhel6/src/fhr.cdn.mozilla.net/web-output
+ checkretval
+ retval=0
+ [[ 0 -gt 0 ]]
+ popd
/data/genericrhel6/src/fhr.cdn.mozilla.net
+ /data/genericrhel6/deploy -n fhr.cdn.mozilla.net
[2013-06-13 09:32:55] Running rsync_project
[2013-06-13 09:32:55] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/fhr.cdn.mozilla.net/ /data/genericrhel6/www/fhr.cdn.mozilla.net/
[2013-06-13 09:32:57] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/genericrhel6/src/fhr.cdn.mozilla.net/ /data/genericrhel6/www/fhr.cdn.mozilla.net/ (1.753s)
[2013-06-13 09:32:57] Finished rsync_project (1.754s)
[2013-06-13 09:32:57] Running commit_www
[2013-06-13 09:32:57] [localhost] running: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['fhr.cdn.mozilla.net']'
[2013-06-13 09:33:04] [localhost] finished: cd /data/genericrhel6/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['fhr.cdn.mozilla.net']' (6.992s)
[localhost] out: [master c0d1d9c] deploy [fhr.cdn.mozilla.net]
[localhost] out: 12 files changed, 206 insertions(+), 119 deletions(-)
[localhost] out: create mode 100644 fhr.cdn.mozilla.net/fhr-jelly/Gruntfile.js
[localhost] out: create mode 100644 fhr.cdn.mozilla.net/fhr-jelly/package.json
[2013-06-13 09:33:04] Finished commit_www (6.992s)
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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
•