canmove, Confirmed users
1,511
edits
(note that it's fixed) |
(verify) |
||
| Line 207: | Line 207: | ||
* beta updates getting served completes not partials [https://bugzilla.mozilla.org/show_bug.cgi?id=388524 bug 388524] | * beta updates getting served completes not partials [https://bugzilla.mozilla.org/show_bug.cgi?id=388524 bug 388524] | ||
** fixed this bug, had to regenerate and re-push snippets | ** fixed this bug, had to regenerate and re-push snippets | ||
* verify beta snippets versus betatest snippets | |||
find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080201-Firefox-2.0.0.12-test/$a");' 2>&1 | tee /tmp/beta.log | |||
====Sign Installers==== | ====Sign Installers==== | ||