Confirmed users
4,293
edits
| Line 212: | Line 212: | ||
===Update Verify=== | ===Update Verify=== | ||
* linux verified all green. | * linux verified all green. | ||
* mac verify failed as expected for gu-IN b5 since it was not shipped from RC1 on | |||
* mac verify failed as expected for gu-IN since it was not shipped | * mac verify warned for partial updates and all locales (from {{bug|434696}}, we don't include removed-files in the partial mar): | ||
* mac verify | |||
... | ... | ||
diff -r source/Firefox.app/Contents/MacOS/removed-files target/Firefox.app/Contents/MacOS/removed-files | diff -r source/Firefox.app/Contents/MacOS/removed-files target/Firefox.app/Contents/MacOS/removed-files | ||
| Line 223: | Line 222: | ||
* win32 also has {{bug|404340}}, a long standing bug about how checksums show up different in updatedinstall-vs-cleaninstall. Not a blocker, we've shipped with this for a while now. | * win32 also has {{bug|404340}}, a long standing bug about how checksums show up different in updatedinstall-vs-cleaninstall. Not a blocker, we've shipped with this for a while now. | ||
* win32 also had an error at the start of each locale comparison, which seemed to be ignored. Is this expected? | * win32 also had an error at the start of each locale comparison, which seemed to be ignored. Is this expected? Filed and fixed {{bug|437039}}. | ||
... | ... | ||
cp: cannot stat `optional/*': No such file or directory | cp: cannot stat `optional/*': No such file or directory | ||
| Line 234: | Line 233: | ||
FINISH ADD AccessibleMarshal.dll | FINISH ADD AccessibleMarshal.dll | ||
... | ... | ||
This happens for complete updates with files which don't exist before the update - so there's no <file> to rename to <file>.moz-backup, and hence no <file>.moz-backup to remove once the new copy of <file> is successfully in place. | |||
===Stage=== | ===Stage=== | ||