Firefox 3.0b3:BuildNotes: Difference between revisions

Jump to navigation Jump to search
correction on expected results
(snippet verify)
(correction on expected results)
Line 221: Line 221:


* verify beta snippets versus betatest snippets
* verify beta snippets versus betatest snippets
** only URL (download vs. stage) and appv ("3 Beta 3r" vs. "3 Beta 3rc3")
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449]
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449]
  cd /opt/aus2/snippets/staging/20080206-Firefox-3.0b3/
  cd /opt/aus2/snippets/staging/20080206-Firefox-3.0b3/
  find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080206-Firefox-3.0b3-test/$a");' 2>&1 | tee /tmp/beta.log
  find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080206-Firefox-3.0b3-test/$a");' 2>&1 | tee /tmp/beta.log
*** only URL s/ftp/stage/ changes are expected


* verify beta snippets versus releasetest snippets
* verify beta snippets versus releasetest snippets
** no changes expected
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449]
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449]
  cd /opt/aus2/snippets/staging/20080206-Firefox-3.0b3/
  cd /opt/aus2/snippets/staging/20080206-Firefox-3.0b3/
  find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/releasetest/; system("diff -r -u $_ ../20080206-Firefox-3.0b3-test/$a");'
  find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/releasetest/; system("diff -r -u $_ ../20080206-Firefox-3.0b3-test/$a");'
*** no changes expected


====update Verify====
====update Verify====
canmove, Confirmed users
1,511

edits

Navigation menu