canmove, Confirmed users
1,511
edits
(note about beta-url prob) |
|||
| Line 277: | Line 277: | ||
====Updates to Beta Channel==== | ====Updates to Beta Channel==== | ||
* Beta URL was pointing to the FTP not download; was corrected in the post-automation version (still in /mofo). | |||
** regenerated, pushed as 20071218-Firefox-3.0b2 | |||
*** verified that 20071218-Firefox-3.0b2-test matches 20071218-Firefox-3.0b2-test | |||
*** verified that only diff between 20071218-Firefox-3.0b2 and 20071217-Firefox-3.0b2 was the URL change | |||
** FIXME sync this version to public CVS when the public CVS patches to bootstrap land | |||
* Ensure that releasetest channel contents match beta channel contents | * Ensure that releasetest channel contents match beta channel contents | ||
cd /opt/aus2/snippets/staging/20071218-Firefox-3.0b2 | cd /opt/aus2/snippets/staging/20071218-Firefox-3.0b2 | ||
find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/releasetest/; system("diff -r -u $_ ../20071218-Firefox-3.0b2-test/$a");' 2>&1 | tee ~/fx-3.0b2.diff | find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/releasetest/; system("diff -r -u $_ ../20071218-Firefox-3.0b2-test/$a");' 2>&1 | tee ~/fx-3.0b2.diff | ||