Confirmed users
3,104
edits
m (→Update Verify) |
m (→Update Verify) |
||
| Line 589: | Line 589: | ||
* landed [http://hg.mozilla.org/build/tools/rev/9ecce6696c9e a patch] to enable ja/ja-JP-mac update verify checks. | * 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 | * 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. | ||
4.0b7-4.0b8 snippet should be type="partial", while AUS2 returns a | * 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. | ||
snippet with type="complete" for "ja". patcher2 doesn't generate partial | * 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. | ||
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 == | ||