canmove, Confirmed users
1,511
edits
(disablecompletejump note) |
(snippet verify) |
||
Line 219: | Line 219: | ||
====Updates to Test Channel==== | ====Updates to Test Channel==== | ||
* had to add DisableCompleteJump to rc list and re-push AUS config | * had to add DisableCompleteJump to rc list and re-push AUS config | ||
* verify beta snippets versus betatest snippets | |||
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449] | |||
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 | |||
*** only URL s/ftp/stage/ changes are expected | |||
* verify beta snippets versus releasetest snippets | |||
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449] | |||
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");' | |||
*** no changes expected | |||
====update Verify==== | ====update Verify==== |