canmove, Confirmed users
1,511
edits
(info on regen aus config) |
(add manual verification process) |
||
| Line 267: | Line 267: | ||
cd /builds/updates/firefox-2.0.0.12/patcher/ | cd /builds/updates/firefox-2.0.0.12/patcher/ | ||
./patcher2.pl --app=firefox --config=../config/moz18-branch-patcher2.cfg --create-patchinfo 2>&1 | tee patchinfo-rc4_2.log | ./patcher2.pl --app=firefox --config=../config/moz18-branch-patcher2.cfg --create-patchinfo 2>&1 | tee patchinfo-rc4_2.log | ||
* verify beta snippets versus betatest snippets | |||
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 | |||
====update Verify==== | ====update Verify==== | ||