Closed Bug 663452 Opened 14 years ago Closed 14 years ago

[input] Push Firefox Input 4.1 to production

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: davedash, Assigned: nmaul)

Details

(Whiteboard: [6/13 ??pm])

This is a regular push, mobile users will see a shiny new dashboard: m.input.mozilla.com vs m.input.stage.mozilla.com We'd like to push on Monday, wait for me to confirm that things are tagged/branched accordingly. Thanks
Whiteboard: [6/13 ??pm]
Assignee: server-ops → jeremy.orem+bugs
Branched/Tagged and ready to go.
Assignee: jeremy.orem+bugs → nmaul
Status: NEW → ASSIGNED
Completed. New version should be live. [root@mradm02 reporter]# /root/bin/input_update.sh Updating vendor... remote: Counting objects: 14, done. remote: Compressing objects: 100% (10/10), done. remote: Total 11 (delta 7), reused 0 (delta 0) Unpacking objects: 100% (11/11), done. From git://github.com/fwenzel/reporter-lib ef1cdee..945ac60 master -> origin/master Updating ef1cdee..945ac60 Fast-forward .gitmodules | 3 +++ src/elasticutils | 1 + src/nuggets | 2 +- vendor.pth | 1 + 4 files changed, 6 insertions(+), 1 deletions(-) create mode 160000 src/elasticutils create mode 100644 vendor.pth Submodule 'src/elasticutils' (git://github.com/davedash/elasticutils.git) registered for path 'src/elasticutils' Cloning into src/elasticutils... remote: Counting objects: 84, done. remote: Compressing objects: 100% (46/46), done. remote: Total 84 (delta 33), reused 75 (delta 24) Receiving objects: 100% (84/84), 16.09 KiB, done. Resolving deltas: 100% (33/33), done. Submodule path 'src/elasticutils': checked out '43760a0a8eebbd4bfff7fe2a8addb12b414443a7' remote: Counting objects: 40, done. remote: Compressing objects: 100% (31/31), done. remote: Total 37 (delta 22), reused 21 (delta 6) Unpacking objects: 100% (37/37), done. From git://github.com/mozilla/nuggets eccd030..fa58267 master -> origin/master Submodule path 'src/nuggets': checked out '12d286c25fb0bbd09d00ccbc0b1bc53d65b046b1' Updating reporter... remote: Counting objects: 142, done. remote: Compressing objects: 100% (50/50), done. remote: Total 91 (delta 58), reused 68 (delta 35) Unpacking objects: 100% (91/91), done. From git://github.com/fwenzel/reporter 94bf7a9..aae2e66 master -> origin/master + b391ca8...aae2e66 prod -> origin/prod (forced update) * [new tag] 4.1 -> 4.1 M locale Previous HEAD position was b391ca8... add_url not hasurl for mobile HEAD is now at aae2e66... Merge pull request #16 from csogilvie/master remote: Counting objects: 838, done. remote: Compressing objects: 100% (295/295), done. remote: Total 777 (delta 289), reused 701 (delta 246) Receiving objects: 100% (777/777), 1.52 MiB | 1.83 MiB/s, done. Resolving deltas: 100% (289/289), completed with 2 local objects. From git://github.com/fwenzel/reporter-locales 0f06b9d..2503051 master -> origin/master Submodule path 'locale': checked out '250305181216fa5d9e0e6143f341e92b0de8c550' Getting highcharts... Compressing Assets... /data/input/www /data/input [master ab26840] deploy input 156 files changed, 9356 insertions(+), 4867 deletions(-) rewrite django/input.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/beta.html (69%) create mode 100644 django/input.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/devices.html create mode 100644 django/input.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/manufacturers.html create mode 100644 django/input.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/message_list.html rewrite django/input.mozilla.com/reporter/apps/dashboard/templates/dashboard/mobile/overview.html (79%) create mode 100644 django/input.mozilla.com/reporter/apps/feedback/templates/feedback/mobile/opinion.html rewrite django/input.mozilla.com/reporter/apps/search/templates/search/mobile/search.html (65%) rewrite django/input.mozilla.com/reporter/locale/ca/LC_MESSAGES/messages.mo (88%) rewrite django/input.mozilla.com/reporter/locale/cs/LC_MESSAGES/messages.mo (93%) rewrite django/input.mozilla.com/reporter/locale/el/LC_MESSAGES/messages.mo (65%) rewrite django/input.mozilla.com/reporter/locale/en_US/LC_MESSAGES/messages.mo (75%) rewrite django/input.mozilla.com/reporter/locale/ja/LC_MESSAGES/messages.mo (96%) create mode 100644 django/input.mozilla.com/reporter/locale/pt_BR/LC_MESSAGES/messages.mo create mode 100644 django/input.mozilla.com/reporter/locale/pt_BR/LC_MESSAGES/messages.po rewrite django/input.mozilla.com/reporter/manage.pyc (80%) rewrite django/input.mozilla.com/reporter/media/css/common_mobile-all.css (78%) rewrite django/input.mozilla.com/reporter/media/css/common_mobile-min.css (87%) rewrite django/input.mozilla.com/reporter/media/css/input-mobile.css (88%) rewrite django/input.mozilla.com/reporter/media/img/search_m.png (99%) create mode 100644 django/input.mozilla.com/reporter/media/img/smileys-large.png create mode 100644 django/input.mozilla.com/reporter/media/img/smileys.png create mode 100644 django/input.mozilla.com/reporter/media/img/stat-search.png create mode 100644 django/input.mozilla.com/reporter/media/img/tab-icons.png create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/MANIFEST.in create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/README create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/docs/Makefile create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/docs/conf.py create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/docs/index.rst create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/docs/make.bat create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/elasticutils/__init__.py create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/elasticutils/tests.py create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/es_settings.py create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/requirements.txt create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/setup.py create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/tests/__init__.py create mode 100644 django/input.mozilla.com/reporter/vendor/src/elasticutils/tests/tests.py delete mode 100644 django/input.mozilla.com/reporter/vendor/src/nuggets/elasticutils.py create mode 100644 django/input.mozilla.com/reporter/vendor/src/nuggets/json_field.py create mode 100644 django/input.mozilla.com/reporter/vendor/vendor.pth /data/input From git://mradm02/data/input/www 9518f9c..ab26840 master -> origin/master [pp-app-input01] run: /data/bin/libget/get-php5-www-git.sh [pp-app-input02] run: /data/bin/libget/get-php5-www-git.sh [pp-app-input03] run: /data/bin/libget/get-php5-www-git.sh Restart Apache? [y/n] y [pp-app-input02] run: apachectl graceful [pp-app-input02] err: httpd: Could not reliably determine the server's fully qualified domain name, using pp-app-input02.phx.mozilla.com for ServerName [pp-app-input01] run: apachectl graceful [pp-app-input03] run: apachectl graceful
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Thanks for doing the push.
Status: RESOLVED → VERIFIED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.