canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) |
ChrisCooper (talk | contribs) |
||
Line 101: | Line 101: | ||
==== Sign ==== | ==== Sign ==== | ||
* [https://intranet.mozilla.org/Build:Signing Signing doc] | * [https://intranet.mozilla.org/Build:Signing Signing doc] | ||
* no problems. | |||
====L10nVerify==== | |||
* Automated - no problems. | |||
====Generate Updates==== | |||
* Automated - no problems. | |||
====Publish Updates to Test Channels (betatest & releasetest)==== | |||
* Automated - no problems. | |||
====Update Verify==== | |||
* linux - no problems. | |||
* mac - no problems. | |||
* win32 - similar issues to [[Releases/Firefox_3.0.5BuildNotes#Update_Verify| what we saw with 3.0.5]]. Ben/Ted rationalized it as follows: | |||
[12:59pm] bhearsum: the chk files are supposed to be forced updates now | |||
[12:59pm] bhearsum: (which means the partial should contain the full file, not just a diff) | |||
[1:00pm] ted: for precisely this reason | |||
[1:00pm] ted: well, sort of | |||
[1:00pm] ted: the files differ between the zip and installer, so the partial was bogus | |||
[1:02pm] bhearsum: the MARs are generated against the zip contents ? | |||
[1:03pm] bhearsum: well, the chk files were certainly forced | |||
[1:03pm] ted: i think so, aren't they? | |||
[1:03pm] ted: isn't that the base reason we hit this problem? | |||
[1:03pm] bhearsum: i'm not entirely certain, to be honest, but it sounds right | |||
[1:03pm] bhearsum: yeah... | |||
[1:03pm] bhearsum: right | |||
[1:04pm] bhearsum: so the update verify test says they're different between the new installer, and the previous installer + mar | |||
[1:04pm] bhearsum: and the reason we force them is so teh MARs don't fail because of this | |||
[1:04pm] bhearsum: ergo, we get these sucky errors in the update verify log, but they won't cause issues | |||
[1:04pm] ted: yeah, so the chk files are still going to differ between the installer+partial and new installer | |||
[1:05pm] bhearsum: even in the complete mar | |||
[1:05pm] ted: but they should be identical in the new zip and old installer+partial | |||
[1:05pm] bhearsum: right | |||
====Stage==== | |||
* Automated - in progress |