Confirmed users
3,104
edits
m (→Verification) |
m (→Verification) |
||
Line 220: | Line 220: | ||
find aus2.beta -type d -iregex '.*/beta$' | perl -nle '$a = $_; $a =~ s/aus2\.beta/aus2/; $a =~ s/beta/release/; system("diff -r -u $_ $a");' | find aus2.beta -type d -iregex '.*/beta$' | perl -nle '$a = $_; $a =~ s/aus2\.beta/aus2/; $a =~ s/beta/release/; system("diff -r -u $_ $a");' | ||
find aus2 -type d -iregex '.*/release$' | perl -nle '$a = $_; $a =~ s/release$/beta/; $a =~ s/aus2/aus2.beta/; system("diff -r -u $_ $a");' | find aus2 -type d -iregex '.*/release$' | perl -nle '$a = $_; $a =~ s/release$/beta/; $a =~ s/aus2/aus2.beta/; system("diff -r -u $_ $a");' | ||
</pre> | |||
====== Push to AUS ====== | |||
<pre> | |||
cd /builds/slave/3.0.19-3.6.8-major-update/snippets/patcher/temp/firefox/3.0.19-3.6.8 | |||
rsync -av aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100723-Firefox-3.0.19-3.6.8-MU-test | |||
rsync -av aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100723-Firefox-3.0.19-3.6.8-MU-beta | |||
rsync -av aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20100723-Firefox-3.0.19-3.6.8-MU | |||
</pre> | </pre> | ||