Confirmed users
4,293
edits
Line 167: | Line 167: | ||
====Publish Updates to Test Channel==== | ====Publish Updates to Test Channel==== | ||
* | * FIXME: PatcherConfig made beta like betatest not releasetest. Posted [https://bugzilla.mozilla.org/attachment.cgi?id=313006 patch] in [https://bugzilla.mozilla.org/show_bug.cgi?id=424242 bug 424242], recreated/repushed snippets (20080402-Firefox-3.0b5{,-test}) | ||
* ensure that new test snippets are the same as old | |||
** | ** no changes expected | ||
** FIXME | diff -r 20080327-Firefox-3.0b5-test 20080401-Firefox-3.0b5-test | ||
* ensure that the new production snippets only change in beta | |||
diff -r 20080327-Firefox-3.0b5 20080401-Firefox-3.0b5 | |||
* verify beta snippets versus betatest snippets | |||
** only URL (download vs. stage) and appv ("3 Beta 5" vs. "3 Beta 5rc1") | |||
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449] | |||
cd /opt/aus2/snippets/staging/20080401-Firefox-3.0b5/ | |||
find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080401-Firefox-3.0b5-test/$a");' 2>&1 | tee /tmp/beta.log | |||
* verify beta snippets versus releasetest snippets | |||
** no changes expected | |||
** FIXME automate this in [https://bugzilla.mozilla.org/show_bug.cgi?id=409449 bug 409449] | |||
cd /opt/aus2/snippets/staging/20080401-Firefox-3.0b5/ | |||
find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/releasetest/; system("diff -r -u $_ ../20080401-Firefox-3.0b5-test/$a");' | |||
====update Verify==== | ====update Verify==== |