canmove, Confirmed users
1,511
edits
(manual aus push) |
(link update snippet verify bug) |
||
| Line 271: | Line 271: | ||
* verify beta snippets versus betatest snippets | * 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/20080203-Firefox-2.0.0.12-beta/ | cd /opt/aus2/snippets/staging/20080203-Firefox-2.0.0.12-beta/ | ||
find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080203-Firefox-2.0.0.12-test/$a");' 2>&1 | tee /tmp/beta.log | find -type d -iregex '.*beta.*' | perl -nle '$a = $_; $a =~ s/beta/betatest/; system("diff -r -u $_ ../20080203-Firefox-2.0.0.12-test/$a");' 2>&1 | tee /tmp/beta.log | ||