Confirmed users
3,104
edits
m (→Update Verify) |
|||
| Line 587: | Line 587: | ||
== Update Verify == | == Update Verify == | ||
* landed [http://hg.mozilla.org/build/tools/rev/9ecce6696c9e a patch] to enable ja/ja-JP-mac update verify checks. | |||
* linux64 update verify failure for "ja". The current code expects that | |||
4.0b7-4.0b8 snippet should be type="partial", while AUS2 returns a | |||
snippet with type="complete" for "ja". patcher2 doesn't generate partial | |||
mars for 64bit platforms, because they are not in shipped-locales file. | |||
I checked it manually: downloaded 4.0b7, switched to betatest channel, | |||
checked for updates, applied updates, checked version. | |||
* The same issue for jp-JP-mac. No mac around to test using the same | |||
scenario, but I believe that it'll work. If someone could check this, | |||
I'd be glad. | |||
* update verify of win32 went red. Update logs look good, no update | |||
failure. The errors were produced by file size sanity check, which tries | |||
to compare partial and complete mar sizes and fails if the partial is | |||
bigger than the complete mar. This happens only for versions before b7 | |||
(N-2) (we don't run full check for them, just sanity check). I suspect | |||
that the file size sanity check part is buggy, because we don't provide | |||
partial mars for versions N-2 and the snippets say the same. | |||
== Final checks before push and virus check == | == Final checks before push and virus check == | ||
{{Bug|540598}} adds a new pre_push_checks builder which should be run with at least 2 properties set: revision and release_config. Web form submitted with the following fields set: | {{Bug|540598}} adds a new pre_push_checks builder which should be run with at least 2 properties set: revision and release_config. Web form submitted with the following fields set: | ||