Firefox 3.0b2:BuildNotes: Difference between revisions

formatting
(fixmes!)
(formatting)
Line 285: Line 285:


* Ensure that releasetest channel contents match beta channel contents
* Ensure that releasetest channel contents match beta channel contents
** FIXME should do this verification earlier; could be done when snippets are pushed to staging area
  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
** FIXME should do this verification earlier; could be done when snippets are pushed to staging area


The only difference in ~/fx-3.0b2.diff should be "3.0b2rc1" versus "3.0b2".
The only difference in ~/fx-3.0b2.diff should be "3.0b2rc1" versus "3.0b2".
canmove, Confirmed users
1,511

edits