Confirmed users
4,293
edits
(→Set-up test updates: and actions: silent for non-pocket locales) |
(→Set-up test updates: Add db dump of rules) |
||
Line 17: | Line 17: | ||
* Added new rule for product:Firefox, channel:release-cdntest-cck-mozilla*, priority:95, mapping:Firefox-38.0.6-build1. Duplicated to release-localtest-cck-mozilla* channel. | * Added new rule for product:Firefox, channel:release-cdntest-cck-mozilla*, priority:95, mapping:Firefox-38.0.6-build1. Duplicated to release-localtest-cck-mozilla* channel. | ||
Priorities from above are quite high because we already have | Priorities from above are quite high because we already have 90 and 92 taken by the regular release channel WNP configuration. Rules snapshot prior to release: | ||
<pre>mysql> select rule_id, priority, mapping, product, version, channel, buildTarget, buildID, locale, substr(osVersion,1,20) as osVersion, comment from rules where (product='Firefox' or product is NULL) and (channel in ('release-localtest','release*') or channel like 'release-localtest-cck%' or channel is NULL) order by priority desc; | |||
+---------+----------+--------------------------------+---------+---------+--------------------------------+-------------+---------+-----------------------------------------------------+----------------------+--------------------------------------------------------------------------------------------------------------------+ | |||
| rule_id | priority | mapping | product | version | channel | buildTarget | buildID | locale | osVersion | comment | | |||
+---------+----------+--------------------------------+---------+---------+--------------------------------+-------------+---------+-----------------------------------------------------+----------------------+--------------------------------------------------------------------------------------------------------------------+ | |||
| 69 | 150 | No-Update | NULL | NULL | release* | NULL | NULL | NULL | Darwin 6,Darwin 7,Da | OS Blocking rule for de-supported OS' on Release channel | | |||
| 103 | 120 | No-Update | Firefox | <4.0 | release* | NULL | NULL | NULL | NULL | block updates for 3.6 and earlier until we sort out bug 998721, and because they can't handle appVersion style xml | | |||
| 73 | 110 | Firefox-12.0-build1 | Firefox | <10.0 | release* | NULL | NULL | NULL | NULL | watershed | | |||
| 189 | 96 | Firefox-38.0.6-build1-whatsnew | Firefox | <38.0.5 | release-localtest-cck-mozilla* | NULL | NULL | en-US,en-GB,es-ES,es-MX,de,pt-BR,fr,ru,ja,ja-JP-mac | NULL | Fix up for bug 1171730 | | |||
| 191 | 95 | Firefox-38.0.6-build1 | Firefox | NULL | release-localtest-cck-mozilla* | NULL | NULL | NULL | NULL | Fix up for bug 1171730 | | |||
| 193 | 92 | Firefox-38.0.5-build4-whatsnew | Firefox | NULL | release-localtest | NULL | NULL | en-US,en-GB,es-ES,es-MX,de,pt-BR,fr,ru,ja,ja-JP-mac | NULL | Pocket locales, bug 1143875 | | |||
| 56 | 90 | Firefox-38.0.5-build4 | Firefox | NULL | release-localtest | NULL | NULL | NULL | NULL | NULL | | |||
+---------+----------+--------------------------------+---------+---------+--------------------------------+-------------+---------+-----------------------------------------------------+----------------------+--------------------------------------------------------------------------------------------------------------------+ | |||
7 rows in set (0.00 sec) | |||
</pre> | |||
=== Manually verify updates === | === Manually verify updates === |