Closed Bug 559108 Opened 14 years ago Closed 14 years ago

[AMO] Update addons.mozilla.org on 4/13

Categories

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

All
Other
task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: clouserw, Assigned: oremj)

References

Details

(Whiteboard: 4/13 @ 4pm)

1) Redirect site traffic

2) Update zamboni.  Something like:
    git pull
    git submodule update --init
    pip install -r requirements-prod.txt

3) Run `schematic migrations` from zamboni root

4) `svn revert -R` if necessary, then `svn up` addons.mozilla.org

5) `svn revert -R` if necessary, then `svn up` services.addons.mozilla.org

6) Restart apache to pick up gettext changes

7) Add to settings_local.py:
    EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'

8) Clear all caches (Zeus, memcache, local cake cache) on both AMO and SAMO.

9) Update forums.amo's theme.  I don't know how this is done on your end.

I still need to tag the site so this bug is serving as advanced notice for now.
Thanks.
Assignee: server-ops → jeremy.orem+bugs
Whiteboard: 4/13 @ 4pm
I can give you better steps for #2 after I tag it.  It'll probably be switching to the `next` branch before pulling.
Less than 3 hours for getting a notice out, not enough notification for east cost folks.  Reschedule for Wednesday, same time?
Whiteboard: 4/13 @ 4pm → 4/15 @ 4pm
Flags: needs-downtime+
(In reply to comment #2)
> Less than 3 hours for getting a notice out, not enough notification for east
> cost folks.  Reschedule for Wednesday, same time?

You mean west coast folks?  East coast people will be gone home by then.
Whiteboard: 4/15 @ 4pm → 4/13 @ 4pm
We're all ready to go here; everything is tagged.

For step 2, yeah, just switch to the next tag.  The same way you did preview earlier.
git fetch origin
remote: Counting objects: 1075, done.
remote: Compressing objects: 100% (469/469), done.
remote: Total 956 (delta 649), reused 668 (delta 426)
Receiving objects: 100% (956/956), 154.05 KiB, done.
Resolving deltas: 100% (649/649), completed with 85 local objects.
From git://github.com/jbalogh/zamboni
 * [new branch]      clouserw/review -> origin/clouserw/review
   033e8bb..a79e4aa  master     -> origin/master
 * [new branch]      next       -> origin/next
 * [new branch]      transform  -> origin/transform
 * [new branch]      zadmin     -> origin/zadmin
[root@mradm02 zamboni]# git checkout -b next origin/next
M	locale
M	media/css
M	media/js
Branch next set up to track remote branch next from origin.
Switched to a new branch 'next'
[root@mradm02 zamboni]# git submodule update --init
remote: Counting objects: 1071, done.
remote: Compressing objects: 100% (410/410), done.
remote: Total 992 (delta 576), reused 959 (delta 544)
Receiving objects: 100% (992/992), 10.33 MiB | 4.06 MiB/s, done.
Resolving deltas: 100% (576/576), completed with 22 local objects.
From git://github.com/clouserw/amo-locales
   e39c422..688f95b  master     -> origin/master
Submodule path 'locale': checked out '688f95b69d433fcc1fc6c512ed7c5b9247d290c9'
remote: Counting objects: 83, done.
remote: Compressing objects: 100% (78/78), done.
remote: Total 78 (delta 70), reused 0 (delta 0)
Unpacking objects: 100% (78/78), done.
From git://github.com/jbalogh/amo2009-css
   9a20956..5d5d8a8  master     -> origin/master
Submodule path 'media/css': checked out '30075593c8223979c668d35f2eaa983c28114e17'
remote: Counting objects: 49, done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 41 (delta 37), reused 0 (delta 0)
Unpacking objects: 100% (41/41), done.
From git://github.com/davedash/amo-js
   f05d63e..894cbfe  master     -> origin/master
Submodule path 'media/js': checked out '490d42e496f603d66b401430915059508103dadd'


schematic migrations
Running migration 19:
ALTER TABLE personas
    ADD COLUMN `movers` double precision,
    ADD COLUMN `popularity` integer,
    ADD COLUMN `license_id` int(11) unsigned,
    ADD CONSTRAINT FOREIGN KEY (`license_id`) REFERENCES `licenses` (`id`);

That took 6.19 seconds
################################################## 

Running migration 20:
INSERT INTO `licenses` (
`id` ,
`name` ,
`text` ,
`created` ,
`modified`
)
VALUES (
NULL , '7', NULL , NOW( ) , NOW( )
), (
NULL , '8', NULL , NOW( ) , NOW( )
);

That took 0.05 seconds
################################################## 

Running migration 21:
ALTER TABLE personas
    CHANGE COLUMN `popularity` `popularity` int(11) NOT NULL default 0;

ALTER TABLE addons
    CHANGE COLUMN `totalreviews` `totalreviews` int(11) NOT NULL default 0;

That took 27.84 seconds
################################
svn up
 U   .

Fetching external item into 'site'
U    site/app/locale/sv_SE/LC_MESSAGES/messages.po
A    site/app/locale/sv_SE/LC_MESSAGES/z-javascript.mo
A    site/app/locale/sv_SE/LC_MESSAGES/z-javascript.po
U    site/app/locale/sv_SE/LC_MESSAGES/z-messages.po
U    site/app/locale/uk/LC_MESSAGES/messages.mo
U    site/app/locale/uk/LC_MESSAGES/messages.po
A    site/app/locale/uk/LC_MESSAGES/z-javascript.mo
U    site/app/locale/uk/LC_MESSAGES/z-messages.mo
A    site/app/locale/uk/LC_MESSAGES/z-javascript.po
U    site/app/locale/uk/LC_MESSAGES/z-messages.po
U    site/app/locale/sq/LC_MESSAGES/messages.mo
U    site/app/locale/sq/LC_MESSAGES/messages.po
A    site/app/locale/sq/LC_MESSAGES/z-javascript.mo
U    site/app/locale/sq/LC_MESSAGES/z-messages.mo
A    site/app/locale/sq/LC_MESSAGES/z-javascript.po
U    site/app/locale/sq/LC_MESSAGES/z-messages.po
U    site/app/locale/z-keys.pot
U    site/app/locale/da/LC_MESSAGES/messages.po
A    site/app/locale/da/LC_MESSAGES/z-javascript.mo
A    site/app/locale/da/LC_MESSAGES/z-javascript.po
U    site/app/locale/da/LC_MESSAGES/z-messages.po
U    site/app/locale/sr/LC_MESSAGES/messages.po
A    site/app/locale/sr/LC_MESSAGES/z-javascript.mo
A    site/app/locale/sr/LC_MESSAGES/z-javascript.po
U    site/app/locale/sr/LC_MESSAGES/z-messages.po
U    site/app/locale/fa/LC_MESSAGES/messages.po
A    site/app/locale/fa/LC_MESSAGES/z-javascript.mo
A    site/app/locale/fa/LC_MESSAGES/z-javascript.po
U    site/app/locale/fa/LC_MESSAGES/z-messages.po
U    site/app/locale/bg/LC_MESSAGES/messages.mo
U    site/app/locale/bg/LC_MESSAGES/messages.po
A    site/app/locale/bg/LC_MESSAGES/z-javascript.mo
U    site/app/locale/bg/LC_MESSAGES/z-messages.mo
A    site/app/locale/bg/LC_MESSAGES/z-javascript.po
U    site/app/locale/bg/LC_MESSAGES/z-messages.po
U    site/app/locale/de/LC_MESSAGES/messages.mo
U    site/app/locale/de/LC_MESSAGES/messages.po
A    site/app/locale/de/LC_MESSAGES/z-javascript.mo
U    site/app/locale/de/LC_MESSAGES/z-messages.mo
A    site/app/locale/de/LC_MESSAGES/z-javascript.po
U    site/app/locale/de/LC_MESSAGES/z-messages.po
U    site/app/locale/ja/LC_MESSAGES/messages.mo
U    site/app/locale/ja/LC_MESSAGES/messages.po
A    site/app/locale/ja/LC_MESSAGES/z-javascript.mo
U    site/app/locale/ja/LC_MESSAGES/z-messages.mo
A    site/app/locale/ja/LC_MESSAGES/z-javascript.po
U    site/app/locale/ja/LC_MESSAGES/z-messages.po
U    site/app/locale/he/LC_MESSAGES/messages.po
A    site/app/locale/he/LC_MESSAGES/z-javascript.mo
A    site/app/locale/he/LC_MESSAGES/z-javascript.po
U    site/app/locale/he/LC_MESSAGES/z-messages.po
U    site/app/locale/fi/LC_MESSAGES/messages.po
A    site/app/locale/fi/LC_MESSAGES/z-javascript.mo
A    site/app/locale/fi/LC_MESSAGES/z-javascript.po
U    site/app/locale/fi/LC_MESSAGES/z-messages.po
U    site/app/locale/es_ES/LC_MESSAGES/messages.mo
U    site/app/locale/es_ES/LC_MESSAGES/messages.po
A    site/app/locale/es_ES/LC_MESSAGES/z-javascript.mo
U    site/app/locale/es_ES/LC_MESSAGES/z-messages.mo
A    site/app/locale/es_ES/LC_MESSAGES/z-javascript.po
U    site/app/locale/es_ES/LC_MESSAGES/z-messages.po
U    site/app/locale/sr_Latn/LC_MESSAGES/messages.po
A    site/app/locale/sr_Latn/LC_MESSAGES/z-javascript.mo
A    site/app/locale/sr_Latn/LC_MESSAGES/z-javascript.po
U    site/app/locale/sr_Latn/LC_MESSAGES/z-messages.po
U    site/app/locale/pt_BR/LC_MESSAGES/messages.po
A    site/app/locale/pt_BR/LC_MESSAGES/z-javascript.mo
A    site/app/locale/pt_BR/LC_MESSAGES/z-javascript.po
U    site/app/locale/pt_BR/LC_MESSAGES/z-messages.po
U    site/app/locale/fr/pages/validation.thtml
U    site/app/locale/fr/pages/docs/policies/maintenance.thtml
U    site/app/locale/fr/LC_MESSAGES/messages.mo
U    site/app/locale/fr/LC_MESSAGES/messages.po
A    site/app/locale/fr/LC_MESSAGES/z-javascript.mo
U    site/app/locale/fr/LC_MESSAGES/z-messages.mo
A    site/app/locale/fr/LC_MESSAGES/z-javascript.po
U    site/app/locale/fr/LC_MESSAGES/z-messages.po
U    site/app/locale/nl/pages/docs/policies/submission.thtml
U    site/app/locale/nl/pages/docs/policies/maintenance.thtml
U    site/app/locale/nl/pages/docs/policies/reviews.thtml
A    site/app/locale/nl/pages/distribution.thtml
U    site/app/locale/nl/LC_MESSAGES/messages.mo
U    site/app/locale/nl/LC_MESSAGES/messages.po
A    site/app/locale/nl/LC_MESSAGES/z-javascript.mo
U    site/app/locale/nl/LC_MESSAGES/z-messages.mo
A    site/app/locale/nl/LC_MESSAGES/z-javascript.po
U    site/app/locale/nl/LC_MESSAGES/z-messages.po
U    site/app/locale/th/LC_MESSAGES/messages.po
A    site/app/locale/th/LC_MESSAGES/z-javascript.mo
A    site/app/locale/th/LC_MESSAGES/z-javascript.po
U    site/app/locale/th/LC_MESSAGES/z-messages.po
U    site/app/locale/pl/LC_MESSAGES/messages.mo
U    site/app/locale/pl/LC_MESSAGES/messages.po
A    site/app/locale/pl/LC_MESSAGES/z-javascript.mo
U    site/app/locale/pl/LC_MESSAGES/z-messages.mo
A    site/app/locale/pl/LC_MESSAGES/z-javascript.po
D    site/app/locale/pl/LC_MESSAGES/z-messages.po
A    site/app/locale/pl/LC_MESSAGES/z-messages.po
U    site/app/locale/hu/LC_MESSAGES/messages.po
A    site/app/locale/hu/LC_MESSAGES/z-javascript.mo
A    site/app/locale/hu/LC_MESSAGES/z-javascript.po
U    site/app/locale/hu/LC_MESSAGES/z-messages.po
A    site/app/locale/z-javascript.pot
U    site/app/locale/vi/LC_MESSAGES/messages.po
A    site/app/locale/vi/LC_MESSAGES/z-javascript.mo
A    site/app/locale/vi/LC_MESSAGES/z-javascript.po
U    site/app/locale/vi/LC_MESSAGES/z-messages.po
U    site/app/locale/ro/LC_MESSAGES/messages.po
A    site/app/locale/ro/LC_MESSAGES/z-javascript.mo
A    site/app/locale/ro/LC_MESSAGES/z-javascript.po
U    site/app/locale/ro/LC_MESSAGES/z-messages.po
U    site/app/locale/ca/LC_MESSAGES/messages.mo
U    site/app/locale/ca/LC_MESSAGES/messages.po
A    site/app/locale/ca/LC_MESSAGES/z-javascript.mo
U    site/app/locale/ca/LC_MESSAGES/z-messages.mo
A    site/app/locale/ca/LC_MESSAGES/z-javascript.po
U    site/app/locale/ca/LC_MESSAGES/z-messages.po
U    site/app/locale/tr/LC_MESSAGES/messages.po
A    site/app/locale/tr/LC_MESSAGES/z-javascript.mo
A    site/app/locale/tr/LC_MESSAGES/z-javascript.po
U    site/app/locale/tr/LC_MESSAGES/z-messages.po
U    site/app/locale/ru/LC_MESSAGES/messages.mo
U    site/app/locale/ru/LC_MESSAGES/messages.po
A    site/app/locale/ru/LC_MESSAGES/z-javascript.mo
U    site/app/locale/ru/LC_MESSAGES/z-messages.mo
A    site/app/locale/ru/LC_MESSAGES/z-javascript.po
U    site/app/locale/ru/LC_MESSAGES/z-messages.po
A    site/app/locale/pt_PT/pages/collector_faq.thtml
A    site/app/locale/pt_PT/pages/collector.thtml
U    site/app/locale/pt_PT/LC_MESSAGES/messages.mo
U    site/app/locale/pt_PT/LC_MESSAGES/messages.po
A    site/app/locale/pt_PT/LC_MESSAGES/z-javascript.mo
U    site/app/locale/pt_PT/LC_MESSAGES/z-messages.mo
A    site/app/locale/pt_PT/LC_MESSAGES/z-javascript.po
U    site/app/locale/pt_PT/LC_MESSAGES/z-messages.po
U    site/app/locale/af/LC_MESSAGES/messages.po
A    site/app/locale/af/LC_MESSAGES/z-javascript.mo
A    site/app/locale/af/LC_MESSAGES/z-javascript.po
U    site/app/locale/af/LC_MESSAGES/z-messages.po
U    site/app/locale/zh_TW/LC_MESSAGES/messages.mo
U    site/app/locale/zh_TW/LC_MESSAGES/messages.po
A    site/app/locale/zh_TW/LC_MESSAGES/z-javascript.mo
U    site/app/locale/zh_TW/LC_MESSAGES/z-messages.mo
A    site/app/locale/zh_TW/LC_MESSAGES/z-javascript.po
U    site/app/locale/zh_TW/LC_MESSAGES/z-messages.po
U    site/app/locale/id/LC_MESSAGES/messages.po
A    site/app/locale/id/LC_MESSAGES/z-javascript.mo
A    site/app/locale/id/LC_MESSAGES/z-javascript.po
U    site/app/locale/id/LC_MESSAGES/z-messages.po
U    site/app/locale/el/LC_MESSAGES/messages.mo
U    site/app/locale/el/LC_MESSAGES/messages.po
A    site/app/locale/el/LC_MESSAGES/z-javascript.mo
U    site/app/locale/el/LC_MESSAGES/z-messages.mo
A    site/app/locale/el/LC_MESSAGES/z-javascript.po
U    site/app/locale/el/LC_MESSAGES/z-messages.po
U    site/app/locale/zh_CN/LC_MESSAGES/messages.po
A    site/app/locale/zh_CN/LC_MESSAGES/z-javascript.mo
A    site/app/locale/zh_CN/LC_MESSAGES/z-javascript.po
U    site/app/locale/zh_CN/LC_MESSAGES/z-messages.po
U    site/app/locale/ar/LC_MESSAGES/messages.po
A    site/app/locale/ar/LC_MESSAGES/z-javascript.mo
A    site/app/locale/ar/LC_MESSAGES/z-javascript.po
U    site/app/locale/ar/LC_MESSAGES/z-messages.po
U    site/app/locale/ga_IE/LC_MESSAGES/messages.mo
U    site/app/locale/ga_IE/LC_MESSAGES/messages.po
A    site/app/locale/ga_IE/LC_MESSAGES/z-javascript.mo
U    site/app/locale/ga_IE/LC_MESSAGES/z-messages.mo
A    site/app/locale/ga_IE/LC_MESSAGES/z-javascript.po
U    site/app/locale/ga_IE/LC_MESSAGES/z-messages.po
U    site/app/locale/cs/LC_MESSAGES/messages.mo
U    site/app/locale/cs/LC_MESSAGES/messages.po
A    site/app/locale/cs/LC_MESSAGES/z-javascript.mo
U    site/app/locale/cs/LC_MESSAGES/z-messages.mo
A    site/app/locale/cs/LC_MESSAGES/z-javascript.po
U    site/app/locale/cs/LC_MESSAGES/z-messages.po
U    site/app/locale/fy_NL/LC_MESSAGES/messages.po
A    site/app/locale/fy_NL/LC_MESSAGES/z-javascript.mo
A    site/app/locale/fy_NL/LC_MESSAGES/z-javascript.po
U    site/app/locale/fy_NL/LC_MESSAGES/z-messages.po
U    site/app/locale/ko/LC_MESSAGES/messages.mo
U    site/app/locale/ko/LC_MESSAGES/messages.po
A    site/app/locale/ko/LC_MESSAGES/z-javascript.mo
U    site/app/locale/ko/LC_MESSAGES/z-messages.mo
A    site/app/locale/ko/LC_MESSAGES/z-javascript.po
U    site/app/locale/ko/LC_MESSAGES/z-messages.po
U    site/app/locale/en_US/pages/validation.thtml
U    site/app/locale/en_US/pages/docs/policies/maintenance.thtml
U    site/app/locale/en_US/LC_MESSAGES/messages.mo
U    site/app/locale/en_US/LC_MESSAGES/messages.po
A    site/app/locale/en_US/LC_MESSAGES/z-javascript.mo
U    site/app/locale/en_US/LC_MESSAGES/z-messages.mo
A    site/app/locale/en_US/LC_MESSAGES/z-javascript.po
U    site/app/locale/en_US/LC_MESSAGES/z-messages.po
U    site/app/locale/eu/LC_MESSAGES/messages.po
A    site/app/locale/eu/LC_MESSAGES/z-javascript.mo
A    site/app/locale/eu/LC_MESSAGES/z-javascript.po
U    site/app/locale/eu/LC_MESSAGES/z-messages.po
U    site/app/locale/mn/LC_MESSAGES/messages.po
A    site/app/locale/mn/LC_MESSAGES/z-javascript.mo
A    site/app/locale/mn/LC_MESSAGES/z-javascript.po
U    site/app/locale/mn/LC_MESSAGES/z-messages.po
U    site/app/locale/compile-mo.sh
U    site/app/locale/cy/LC_MESSAGES/messages.po
A    site/app/locale/cy/LC_MESSAGES/z-javascript.mo
A    site/app/locale/cy/LC_MESSAGES/z-javascript.po
U    site/app/locale/cy/LC_MESSAGES/z-messages.po
U    site/app/locale/r-keys.pot
U    site/app/locale/it/LC_MESSAGES/messages.mo
U    site/app/locale/it/LC_MESSAGES/messages.po
A    site/app/locale/it/LC_MESSAGES/z-javascript.mo
U    site/app/locale/it/LC_MESSAGES/z-messages.mo
A    site/app/locale/it/LC_MESSAGES/z-javascript.po
U    site/app/locale/it/LC_MESSAGES/z-messages.po
U    site/app/locale/sk/LC_MESSAGES/messages.mo
U    site/app/locale/sk/LC_MESSAGES/messages.po
A    site/app/locale/sk/LC_MESSAGES/z-javascript.mo
U    site/app/locale/sk/LC_MESSAGES/z-messages.mo
A    site/app/locale/sk/LC_MESSAGES/z-javascript.po
U    site/app/locale/sk/LC_MESSAGES/z-messages.po
U    site/app/webroot/css/amo2009/zamboni/tabs.css
U    site/app/webroot/css/amo2009/zamboni/translations/trans.css
A    site/app/webroot/css/amo2009/zamboni/tags.css
U    site/app/webroot/css/amo2009/zamboni/zamboni.css
U    site/app/webroot/css/amo2009/main-mozilla.css
U    site/app/webroot/css/amo2009/main.css
D    site/app/webroot/img/amo2009/illustrations/shopping-online-rtl.jpg
D    site/app/webroot/img/amo2009/illustrations/shopping-online.jpg
D    site/app/webroot/js/__utm.min.js
D    site/app/webroot/js/s_code.js
D    site/app/webroot/js/__utm.js
A    site/app/webroot/js/zamboni/jquery.hoverIntent.min.js
U    site/app/webroot/js/zamboni/search.js
U    site/app/webroot/js/zamboni/homepage.js
U    site/app/webroot/js/zamboni/addon_details.js
A    site/app/webroot/js/zamboni/personas.js
U    site/app/webroot/js/zamboni/buttons.js
U    site/app/webroot/js/zamboni/init.js
U    site/app/webroot/js/developers.js
U    site/app/webroot/js/amo2009/addons.js
U    site/app/webroot/js/amo2009/collections.js
D    site/app/tests/selenium/pythonTests
A    site/app/tests/selenium/smokeTests
A    site/app/tests/selenium/smokeTests/amoButtonStatesFirefoxWindows.py
A    site/app/tests/selenium/smokeTests/amoSearchAPI.py
A    site/app/tests/selenium/smokeTests/AMO_persona_browse_sort_title.py
A    site/app/tests/selenium/smokeTests/suite_AMO_category_landing_lists.py
A    site/app/tests/selenium/smokeTests/demo
A    site/app/tests/selenium/smokeTests/demo/amoButtonStatesFirefoxWindows.py
A    site/app/tests/selenium/smokeTests/demo/amoTestTags.py
A    site/app/tests/selenium/smokeTests/demo/amoFindUser.py
A    site/app/tests/selenium/smokeTests/demo/selenium.py
A    site/app/tests/selenium/smokeTests/demo/GridConnection.py
A    site/app/tests/selenium/smokeTests/demo/amoAdmin.py
A    site/app/tests/selenium/smokeTests/demo/amoLogin.py
A    site/app/tests/selenium/smokeTests/demo/amoTestSuite.py
A    site/app/tests/selenium/smokeTests/suite_AMO_category_landing_featured.py
A    site/app/tests/selenium/smokeTests/AMO_persona_search_sort_title.py
A    site/app/tests/selenium/smokeTests/suite_AMO_home_page_sort.py
A    site/app/tests/selenium/smokeTests/AMO_category_browse_sort.py
A    site/app/tests/selenium/smokeTests/IOfiles
A    site/app/tests/selenium/smokeTests/IOfiles/long_review.txt
A    site/app/tests/selenium/smokeTests/amoLogin.py
A    site/app/tests/selenium/smokeTests/GridConnection.py
A    site/app/tests/selenium/smokeTests/AMO_category_search_sort.py
A    site/app/tests/selenium/smokeTests/test_add_tags.py
A    site/app/tests/selenium/smokeTests/generalFunctions.py
A    site/app/tests/selenium/smokeTests/test_AddReview.py
A    site/app/tests/selenium/smokeTests/VerifyPublishingToACollection.py
A    site/app/tests/selenium/smokeTests/AMO_home_page_title.py
A    site/app/tests/selenium/smokeTests/AMOlocators.py
A    site/app/tests/selenium/smokeTests/AMO_srchtl_browse_sort_title.py
A    site/app/tests/selenium/smokeTests/AMO_collection_search_sort_title.py
A    site/app/tests/selenium/smokeTests/AMO_category_landing_featured.py
A    site/app/tests/selenium/smokeTests/amoAdmin.py
A    site/app/tests/selenium/smokeTests/amoTestSuite.py
A    site/app/tests/selenium/smokeTests/AMO_theme_browse_sort_title.py
A    site/app/tests/selenium/smokeTests/AMO_persona_search.py
A    site/app/tests/selenium/smokeTests/Experiment_with_Python_print.py
A    site/app/tests/selenium/smokeTests/amoTestTags.py
A    site/app/tests/selenium/smokeTests/amosearchTwo.py
A    site/app/tests/selenium/smokeTests/suite_AMO_all_pages_title.py
A    site/app/tests/selenium/smokeTests/suite_ReviewTagsCollectionsAndMore.py
A    site/app/tests/selenium/smokeTests/nosetests.xml
A    site/app/tests/selenium/smokeTests/AMO_category_browse_sort_title.py
A    site/app/tests/selenium/smokeTests/test_buttonFlags_lookForRecommendedFlags.py
A    site/app/tests/selenium/smokeTests/AMO_dev_hub_landing.py
A    site/app/tests/selenium/smokeTests/AMOfunctions.py
A    site/app/tests/selenium/smokeTests/AMO_category_landing.py
A    site/app/tests/selenium/smokeTests/AMO_category_search_sort_title.py
A    site/app/tests/selenium/smokeTests/browserConfig.py
A    site/app/tests/selenium/smokeTests/amoFindUser.py
A    site/app/tests/selenium/smokeTests/selenium.py
A    site/app/tests/selenium/smokeTests/AMO_category_landing_lists.py
A    site/app/tests/selenium/smokeTests/AMO_home_page_sort.py
U    site/app/config/language.inc.php
U    site/app/config/config.php.default
U    site/app/controllers/components/validation.php
U    site/app/controllers/developers_controller.php
U    site/app/controllers/addons_controller.php
G    site/app/controllers/collections_controller.php
U    site/app/views/layouts/amo2009.thtml
U    site/app/views/layouts/mozilla.thtml
U    site/app/views/developers/addon_edit_contributions.thtml
U    site/app/views/facebook/import.thtml
U    site/app/views/facebook/install.thtml
U    site/app/views/elements/amo2009/search.thtml
U    site/app/views/collections/json.thtml
U    site/vendors/phpbb/ca_gen2/template/login_body.html
U    site/vendors/phpbb/ca_gen2/template/index_body.html
Updated external to revision 65772.


Fetching external item into 'bin'
U    bin/build.py
U    bin/clean.sh
Updated external to revision 65772.


Fetching external item into 'site/vendors/product-details'
U    site/vendors/product-details/history/thunderbirdHistory.class.php
U    site/vendors/product-details/history/firefoxHistory.class.php
U    site/vendors/product-details/firefoxDetails.class.php
A    site/vendors/product-details/thunderbirdBuildDetails.php
U    site/vendors/product-details/json/firefox_primary_builds.json
U    site/vendors/product-details/json/firefox_history_development_releases.json
U    site/vendors/product-details/json/firefox_history_stability_releases.json
U    site/vendors/product-details/json/firefox_versions.json
U    site/vendors/product-details/json/firefox_beta_builds.json
U    site/vendors/product-details/json/thunderbird_primary_builds.json
U    site/vendors/product-details/json/thunderbird_history_stability_releases.json
U    site/vendors/product-details/json/thunderbird_versions.json
U    site/vendors/product-details/thunderbirdDetails.class.php
Updated external to revision 65772.


Fetching external item into 'bin/schematic'
Updated external to revision 65772.


Fetching external item into 'site/vendors/zxtm-api'
Updated external to revision 65772.


Fetching external item into 'site/vendors/phorms'
Updated external to revision 65772.


Fetching external item into 'site/vendors/fizzypop'
Updated external to revision 65772.


Fetching external item into 'site/vendors/l10n-completeness-check'
Updated external to revision 65772.


Fetching external item into 'site/vendors/gearman-php'
Updated external to revision 65772.


Fetching external item into 'site/vendors/sphinx/api'
Updated external to revision 1822.

Updated to revision 65774.
All done.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Bug 559233 has been filed against production.
Everything else looks okay.Any new issues will be filed as separate bugs.
Status: RESOLVED → VERIFIED
2.5) `./manage.py compress_assets` for zamboni
(In reply to comment #9)
> 2.5) `./manage.py compress_assets` for zamboni


Done.
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.