Closed
Bug 603435
Opened 15 years ago
Closed 15 years ago
[AMO] Update addons.mozilla.org on 10/14 @ 1600
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: oremj)
Details
(Whiteboard: 10/14/2010 @ 4pm)
Please update production AMO on Thursday at 4pm. Thanks.
| Reporter | ||
Comment 1•15 years ago
|
||
Instructions to follow, but no downtime is expected for end users.
Comment 2•15 years ago
|
||
I don't want to do this push on the same day Firefox 3.6.11/3.5.14 and Thunderbird go out.
Flags: needs-downtime+
Comment 3•15 years ago
|
||
wiki notes say the release might slide to next week, will adjust accordingly if it does.
Whiteboard: 10/14/2010 @ 4pm
Comment 5•15 years ago
|
||
Latest release-drivers mail says the Firefox release has been officially moved to Tuesday.
| Reporter | ||
Comment 6•15 years ago
|
||
Steps being hashed out here. please review: http://etherpad.mozilla.org:9000/amo-5-12-1-push
| Reporter | ||
Comment 7•15 years ago
|
||
Update to 5.12.1
Update submodules
Update vendor
./manage.py compress_assets
./schematic migrations
./manage.py upgrade_licenses
./manage.py addons_add_slugs
Add the CSP rewrite rule (copy from PAMO)
Do whatever you did to PAMO for the RYF/StAMO rewrite stuff
svn up remora
Push the site out
Restart celeryd
Clear memcache
Clear redis
Update/Restart Sphinx
Import new crontab
I updated the phpbb theme for FAMO. Please update FAMO
| Assignee | ||
Comment 8•15 years ago
|
||
[root@mradm02 bin]# ./zamboni_quick_update.sh 5.12.1 5.12.1
+ git fetch -t origin
remote: Counting objects: 1260, done.
remote: Compressing objects: 100% (251/251), done.
remote: Total 1030 (delta 734), reused 1004 (delta 728)
Receiving objects: 100% (1030/1030), 550.85 KiB, done.
Resolving deltas: 100% (734/734), completed with 180 local objects.
From git://github.com/jbalogh/zamboni
* [new tag] 5.12.1 -> 5.12.1
+ git checkout 5.12.1
M locale
M media/img/amo2009
Previous HEAD position was 37170e5... update locale (again!)
HEAD is now at fc308fd... l10n is tagged
+ git submodule update --init
remote: Counting objects: 937, done.
remote: Compressing objects: 100% (248/248), done.
remote: Total 859 (delta 617), reused 838 (delta 596)
Receiving objects: 100% (859/859), 11.56 MiB | 2.98 MiB/s, done.
Resolving deltas: 100% (617/617), completed with 35 local objects.
From git://github.com/jbalogh/amo-locales2
b98e006..adc3c7b master -> origin/master
Submodule path 'locale': checked out 'adc3c7b37276982bdca3e4213eb0641cbb6ad060'
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 2), reused 0 (delta 0)
Unpacking objects: 100% (4/4), done.
From git://github.com/jbalogh/amo2009-img
db07aea..57f279e master -> origin/master
Submodule path 'media/img/amo2009': checked out '57f279e2fc16a48bcfc2f0d568ccd88f08f37739'
+ set +x
+ pushd vendor
+ git fetch -t origin
remote: Counting objects: 8, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 4), reused 0 (delta 0)
Unpacking objects: 100% (6/6), done.
From git://github.com/jbalogh/zamboni-lib
* [new tag] 5.12.1 -> 5.12.1
+ git checkout 5.12.1
M src/django-csp
M src/test-utils
Previous HEAD position was d13284f... add django-csp to zamboni.pth
HEAD is now at a6a492c... update django-csp to fix report-only bug
+ git submodule update --init
Submodule path 'src/django-csp': checked out '5c5f5a6b55fb78e99db939c79f0f0d8003a62c98'
Submodule path 'src/test-utils': checked out 'ce0e9643ea3b38373823e04d8c2e5f2dc2de5665'
+ popd
+ set +x
+ git fetch -t origin
remote: Counting objects: 1260, done.
remote: Compressing objects: 100% (251/251), done.
remote: Total 1030 (delta 734), reused 1004 (delta 728)
Receiving objects: 100% (1030/1030), 550.85 KiB, done.
Resolving deltas: 100% (734/734), completed with 180 local objects.
From git://github.com/jbalogh/zamboni
* [new tag] 5.12.1 -> 5.12.1
+ git checkout 5.12.1
M locale
M media/img/amo2009
Previous HEAD position was 37170e5... update locale (again!)
HEAD is now at fc308fd... l10n is tagged
+ git submodule update --init
remote: Counting objects: 937, done.
remote: Compressing objects: 100% (248/248), done.
remote: Total 859 (delta 617), reused 838 (delta 596)
Receiving objects: 100% (859/859), 11.56 MiB | 1.38 MiB/s, done.
Resolving deltas: 100% (617/617), completed with 35 local objects.
From git://github.com/jbalogh/amo-locales2
b98e006..adc3c7b master -> origin/master
Submodule path 'locale': checked out 'adc3c7b37276982bdca3e4213eb0641cbb6ad060'
remote: Counting objects: 6, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 2), reused 0 (delta 0)
Unpacking objects: 100% (4/4), done.
From git://github.com/jbalogh/amo2009-img
db07aea..57f279e master -> origin/master
Submodule path 'media/img/amo2009': checked out '57f279e2fc16a48bcfc2f0d568ccd88f08f37739'
+ set +x
+ pushd vendor
+ git fetch -t origin
remote: Counting objects: 8, done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 6 (delta 4), reused 0 (delta 0)
Unpacking objects: 100% (6/6), done.
From git://github.com/jbalogh/zamboni-lib
* [new tag] 5.12.1 -> 5.12.1
+ git checkout 5.12.1
M src/commonware
M src/django
M src/django-csp
M src/django-multidb-router
M src/django-piston
M src/django-queryset-transform
M src/easy-thumbnails
M src/happyforms
M src/hera
M src/test-utils
M src/tower
Previous HEAD position was d13284f... add django-csp to zamboni.pth
HEAD is now at a6a492c... update django-csp to fix report-only bug
+ git submodule update --init
Submodule path 'src/django-csp': checked out '5c5f5a6b55fb78e99db939c79f0f0d8003a62c98'
Submodule path 'src/test-utils': checked out 'ce0e9643ea3b38373823e04d8c2e5f2dc2de5665'
+ popd
+ set +x
| Assignee | ||
Comment 9•15 years ago
|
||
Running migration 81:
-- bug 512128
UPDATE addons SET status=0 WHERE status=2;
That took 0.10 seconds
##################################################
Running migration 82:
-- bug 592168
INSERT INTO users_tags_addons (user_id, tag_id, addon_id, created)
SELECT '9945', '119', addon_id, NOW() FROM addons_categories WHERE category_id=92;
DELETE FROM addons_categories WHERE category_id=92;
DELETE FROM categories WHERE id=92;
That took 3.50 seconds
##################################################
Running migration 83:
-- This should not default to null (and be UNIQUE) after zamboni takes over all the creation of add-ons
ALTER TABLE addons ADD COLUMN `slug` varchar(30) DEFAULT NULL AFTER `name`, ADD UNIQUE(`slug`);
That took 36.55 seconds
##################################################
Running migration 84:
ALTER TABLE licenses
ADD COLUMN `url` varchar(200),
ADD COLUMN `builtin` integer UNSIGNED NOT NULL DEFAULT 0,
ADD COLUMN `on_form` bool NOT NULL DEFAULT false,
ADD COLUMN `some_rights` bool NOT NULL DEFAULT false,
ADD COLUMN `icons` varchar(255);
UPDATE licenses SET builtin=(name + 1) WHERE name <> -1;
ALTER TABLE licenses
DROP COLUMN `name`;
ALTER TABLE licenses
ADD COLUMN `name` int(11) UNSIGNED,
ADD CONSTRAINT FOREIGN KEY (`name`) REFERENCES `translations` (`id`);
CREATE INDEX builtin_idx ON licenses (builtin);
That took 0.63 seconds
##################################################
Running migration 85:
CREATE TABLE `perf_results` (
`id` int(11) unsigned NOT NULL auto_increment,
`addon_id` int(11) unsigned NOT NULL,
`appversion_id` int(11) unsigned NOT NULL,
`average` float NOT NULL default 0,
`os` varchar(255) NOT NULL default '',
`test` enum('ts'),
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8;
CREATE TABLE `perf_appversions` (
`id` int(11) unsigned NOT NULL auto_increment,
`app` enum('fx'),
`version` varchar(255) NOT NULL default '',
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8;
ALTER TABLE `perf_results` ADD CONSTRAINT `perf_results_addon_id_key` FOREIGN KEY (`addon_id`) REFERENCES `addons` (`id`);
ALTER TABLE `perf_results` ADD CONSTRAINT `perf_results_appversion_key` FOREIGN KEY (`appversion_id`) REFERENCES `perf_appversions` (`id`);
That took 0.03 seconds
##################################################
Running migration 87:
DROP TABLE IF EXISTS `addons_dependencies`;
CREATE TABLE `addons_dependencies` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`addon_id` int(11) NOT NULL,
`dependent_addon_id` int(11) NOT NULL,
PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8;
ALTER TABLE `addons_dependencies`
ADD CONSTRAINT `addons_dependencies_addon_id_key`
FOREIGN KEY (`addon_id`) REFERENCES `addons` (`id`);
ALTER TABLE `addons_dependencies`
ADD CONSTRAINT `addons_dependencies_dependent_addon_id_key`
FOREIGN KEY (`dependent_addon_id`) REFERENCES `addons` (`id`);
That took 0.04 seconds
##################################################
Running migration 88:
CREATE TABLE `charities` (
`id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`created` datetime NOT NULL,
`modified` datetime NOT NULL,
`name` varchar(255) NOT NULL,
`url` varchar(200) NOT NULL,
`paypal` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE addons
ADD COLUMN `charity_id` int(11) UNSIGNED,
ADD CONSTRAINT FOREIGN KEY (`charity_id`) REFERENCES `charities` (`id`);
INSERT INTO `charities` VALUE (1, NOW(), NOW(),
'Mozilla Foundation', 'http://www.mozilla.org/',
'accounting@mozilla.org');
That took 32.21 seconds
##################################################
| Assignee | ||
Comment 10•15 years ago
|
||
[root@mradm02 zamboni]# python26 manage.py upgrade_licenses
Updating 1390 licenses.
Finished 0
Finished 100
Finished 200
Finished 300
Finished 400
Finished 500
Finished 600
Finished 700
Finished 800
Finished 900
Finished 1000
Finished 1100
Finished 1200
Finished 1300
[root@mradm02 zamboni]# python26 manage.py addons_add_slugs
Unknown command: 'addons_add_slugs'
Type 'manage.py help' for usage.
[root@mradm02 zamboni]# python26 manage.py addons_add_slugs
Unknown command: 'addons_add_slugs'
Type 'manage.py help' for usage.
[root@mradm02 zamboni]# python26 manage.py cron addons_add_slugs
^ still waiting
[root@mradm02 addons.mozilla.org-remora]# svn up
U .
Fetching external item into 'site'
U site/app/locale/sv_SE/LC_MESSAGES/messages.mo
U site/app/locale/sv_SE/LC_MESSAGES/messages.po
U site/app/locale/sv_SE/LC_MESSAGES/z-javascript.mo
U site/app/locale/sv_SE/LC_MESSAGES/z-messages.mo
U 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
U site/app/locale/uk/LC_MESSAGES/z-messages.mo
U 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
U site/app/locale/sq/LC_MESSAGES/z-messages.mo
U 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
U 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.mo
U site/app/locale/sr/LC_MESSAGES/messages.po
U site/app/locale/sr/LC_MESSAGES/z-messages.mo
U 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
U 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
U site/app/locale/bg/LC_MESSAGES/z-messages.mo
U 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
U site/app/locale/de/LC_MESSAGES/z-messages.mo
U 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
U site/app/locale/ja/LC_MESSAGES/z-messages.mo
U 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
U 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
U 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
U site/app/locale/es_ES/LC_MESSAGES/z-javascript.mo
U site/app/locale/es_ES/LC_MESSAGES/z-messages.mo
U 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
U 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
U 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/reviews.thtml
U site/app/locale/fr/pages/faq.thtml
U site/app/locale/fr/pages/developer_faq.thtml
U site/app/locale/fr/pages/reviewguide.thtml
U site/app/locale/fr/LC_MESSAGES/messages.mo
U site/app/locale/fr/LC_MESSAGES/messages.po
U site/app/locale/fr/LC_MESSAGES/z-messages.mo
U site/app/locale/fr/LC_MESSAGES/z-javascript.po
U site/app/locale/fr/LC_MESSAGES/z-messages.po
U site/app/locale/nl/LC_MESSAGES/messages.mo
U site/app/locale/nl/LC_MESSAGES/messages.po
U site/app/locale/nl/LC_MESSAGES/z-javascript.mo
U site/app/locale/nl/LC_MESSAGES/z-messages.mo
U site/app/locale/nl/LC_MESSAGES/z-javascript.po
U site/app/locale/nl/LC_MESSAGES/z-messages.po
U site/app/locale/hr/LC_MESSAGES/messages.po
U site/app/locale/hr/LC_MESSAGES/z-javascript.po
U site/app/locale/hr/LC_MESSAGES/z-messages.po
U site/app/locale/th/LC_MESSAGES/messages.po
U site/app/locale/th/LC_MESSAGES/z-javascript.po
U site/app/locale/th/LC_MESSAGES/z-messages.po
U site/app/locale/pl/pages/validation.thtml
U site/app/locale/pl/pages/collector_faq.thtml
U site/app/locale/pl/LC_MESSAGES/messages.mo
U site/app/locale/pl/LC_MESSAGES/messages.po
U site/app/locale/pl/LC_MESSAGES/z-javascript.mo
U site/app/locale/pl/LC_MESSAGES/z-messages.mo
U site/app/locale/pl/LC_MESSAGES/z-javascript.po
U site/app/locale/pl/LC_MESSAGES/z-messages.po
U site/app/locale/hu/LC_MESSAGES/messages.po
U site/app/locale/hu/LC_MESSAGES/z-javascript.po
U site/app/locale/hu/LC_MESSAGES/z-messages.po
U site/app/locale/z-javascript.pot
U site/app/locale/vi/LC_MESSAGES/messages.mo
U site/app/locale/vi/LC_MESSAGES/messages.po
U site/app/locale/vi/LC_MESSAGES/z-messages.mo
U 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
U 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
U site/app/locale/ca/LC_MESSAGES/z-messages.mo
U 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.mo
U site/app/locale/tr/LC_MESSAGES/messages.po
U site/app/locale/tr/LC_MESSAGES/z-messages.mo
U 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
U site/app/locale/ru/LC_MESSAGES/z-javascript.mo
U site/app/locale/ru/LC_MESSAGES/z-messages.mo
U site/app/locale/ru/LC_MESSAGES/z-javascript.po
U site/app/locale/ru/LC_MESSAGES/z-messages.po
U site/app/locale/pt_PT/LC_MESSAGES/messages.mo
U site/app/locale/pt_PT/LC_MESSAGES/messages.po
U site/app/locale/pt_PT/LC_MESSAGES/z-messages.mo
U 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
U 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
U site/app/locale/zh_TW/LC_MESSAGES/z-messages.mo
U 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
U 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
U site/app/locale/el/LC_MESSAGES/z-messages.mo
U 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.mo
U site/app/locale/zh_CN/LC_MESSAGES/messages.po
U site/app/locale/zh_CN/LC_MESSAGES/z-messages.mo
U 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
U 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
U site/app/locale/ga_IE/LC_MESSAGES/z-messages.mo
U 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
U site/app/locale/cs/LC_MESSAGES/z-javascript.mo
U site/app/locale/cs/LC_MESSAGES/z-messages.mo
U 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
U 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
U site/app/locale/ko/LC_MESSAGES/z-javascript.mo
U site/app/locale/ko/LC_MESSAGES/z-messages.mo
U site/app/locale/ko/LC_MESSAGES/z-javascript.po
U site/app/locale/ko/LC_MESSAGES/z-messages.po
U site/app/locale/eu/LC_MESSAGES/messages.po
U site/app/locale/eu/LC_MESSAGES/z-javascript.po
U site/app/locale/eu/LC_MESSAGES/z-messages.po
U site/app/locale/en_US/pages/docs/policies/agreement.thtml
U site/app/locale/en_US/LC_MESSAGES/messages.mo
U site/app/locale/en_US/LC_MESSAGES/messages.po
U site/app/locale/en_US/LC_MESSAGES/z-javascript.mo
U site/app/locale/en_US/LC_MESSAGES/z-messages.mo
U 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/mn/LC_MESSAGES/messages.po
U site/app/locale/mn/LC_MESSAGES/z-javascript.po
U site/app/locale/mn/LC_MESSAGES/z-messages.po
U site/app/locale/cy/LC_MESSAGES/messages.po
U site/app/locale/cy/LC_MESSAGES/z-javascript.po
U site/app/locale/cy/LC_MESSAGES/z-messages.po
U site/app/locale/it/LC_MESSAGES/messages.mo
U site/app/locale/it/LC_MESSAGES/messages.po
U site/app/locale/it/LC_MESSAGES/z-messages.mo
U 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
U site/app/locale/sk/LC_MESSAGES/z-messages.mo
U site/app/locale/sk/LC_MESSAGES/z-javascript.po
U site/app/locale/sk/LC_MESSAGES/z-messages.po
G site/app/webroot/services/pfs.php
U site/app/webroot/css/amo2009/developers.css
U site/app/webroot/css/amo2009/style.min.css
U site/app/webroot/css/amo2009/main.css
D site/app/webroot/img/amo2009/illustrations/logo-add-ons-half.png
A site/app/webroot/img/amo2009/illustrations/footer-logo.png
U site/app/tests/selenium/pythonTests/addon_detail_layout_functions.py
U site/app/tests/selenium/pythonTests/AMO_category_browse_sort.py
U site/app/tests/selenium/pythonTests/tests.py
U site/app/tests/selenium/pythonTests/AMO_category_landing_layout.py
A site/app/tests/selenium/pythonTests/test_themes_search_by_name.py
A site/app/tests/selenium/pythonTests/saved_exceptions.py
U site/app/tests/selenium/pythonTests/addon_detail_layout.py
U site/app/tests/selenium/pythonTests/AMO_category_search_sort.py
U site/app/tests/selenium/pythonTests/generalFunctions.py
A site/app/tests/selenium/pythonTests/test_themes_landing_sort_by_name.py
A site/app/tests/selenium/pythonTests/testcase_breadcrumbs.py
A site/app/tests/selenium/pythonTests/test_themes_landing_sort_by_updated.py
U site/app/tests/selenium/pythonTests/suite.py
U site/app/tests/selenium/pythonTests/persona_category_landing_layout.py
U site/app/tests/selenium/pythonTests/persona_landing_layout.py
A site/app/tests/selenium/pythonTests/log_in_page.py
A site/app/tests/selenium/pythonTests/locator.py
U site/app/tests/selenium/pythonTests/AMOfunctions.py
A site/app/tests/selenium/pythonTests/test_themes_landing_sort_by_created.py
U site/app/tests/selenium/pythonTests/TCparams.py
A site/app/tests/selenium/pythonTests/page.py
U site/app/tests/selenium/pythonTests/AMO_home_page_layout.py
A site/app/tests/selenium/pythonTests/app_home_page.py
A site/app/tests/selenium/pythonTests/persona_search_by_name.py
A site/app/tests/selenium/pythonTests/collections_directory_layout.py
A site/app/tests/selenium/pythonTests/extensions_search_results_page.py
A site/app/tests/selenium/pythonTests/amo_page.py
U site/app/tests/selenium/pythonTests/collection_search_by_name.py
A site/app/tests/selenium/pythonTests/test_themes_landing_sort_by_popular.py
U site/app/tests/selenium/pythonTests/AMOlocators.py
A site/app/tests/selenium/pythonTests/data_functions.py
U site/app/tests/selenium/pythonTests/test_searchAPIplatformOld.py
U site/app/tests/selenium/pythonTests/test_searchAPIplatform.py
U site/app/tests/selenium/pythonTests/addon_search_by_name.py
A site/app/tests/selenium/pythonTests/test_themes_landing_layout.py
U site/app/tests/selenium/pythonTests/test_collections.py
A site/app/tests/selenium/pythonTests/themes_landing_page.py
A site/app/tests/selenium/pythonTests/themes_page.py
A site/app/tests/selenium/pythonTests/themes_search_results_page.py
U site/app/config/revisions.php
U site/app/views/layouts/amo2009.thtml
U site/app/views/users/activatefirst.thtml
U site/app/views/addons/display.thtml
U site/vendors/phpbb/phpbb.patch
U site/vendors/phpbb/ca_gen2/template/login_body.html
U site/vendors/phpbb/ca_gen2/template/index_body.html
Updated external to revision 75788.
Fetching external item into 'bin'
Updated external to revision 75788.
Fetching external item into 'site/vendors/product-details'
U site/vendors/product-details/export_json.php
U site/vendors/product-details/productDetails.class.php
A site/vendors/product-details/history/mobileHistory.class.php
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
U site/vendors/product-details/thunderbirdBuildDetails.php
U site/vendors/product-details/mobileDetails.class.php
U site/vendors/product-details/json/firefox_primary_builds.json
U site/vendors/product-details/json/thunderbird_beta_builds.json
U site/vendors/product-details/json/firefox_history_development_releases.json
U site/vendors/product-details/json/mobile_details.json
A site/vendors/product-details/json/mobile_history_development_releases.json
U site/vendors/product-details/json/thunderbird_primary_builds.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
A site/vendors/product-details/json/mobile_history_stability_releases.json
U site/vendors/product-details/json/thunderbird_versions.json
U site/vendors/product-details/json/thunderbird_history_stability_releases.json
A site/vendors/product-details/json/mobile_history_major_releases.json
Updated external to revision 75788.
Fetching external item into 'bin/schematic'
Updated external to revision 75788.
Fetching external item into 'site/vendors/zxtm-api'
Updated external to revision 75788.
Fetching external item into 'site/vendors/phorms'
Updated external to revision 75788.
Fetching external item into 'site/vendors/fizzypop'
Updated external to revision 75788.
Fetching external item into 'site/vendors/l10n-completeness-check'
Updated external to revision 75788.
Fetching external item into 'site/vendors/gearman-php'
Updated external to revision 75788.
Fetching external item into 'site/vendors/sphinx/api'
svn: warning: Repository UUID '8b96e2b9-35c5-2c16-bc47-5122d61876d4' doesn't match expected UUID '3dc63b7a-4a1c-11de-898f-4722afa3338a'
Updated to revision 75814.
| Assignee | ||
Comment 11•15 years ago
|
||
Everything is done.
Status: NEW → RESOLVED
Closed: 15 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
•