canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) |
||
| Line 304: | Line 304: | ||
===== Snippet Generation ===== | ===== Snippet Generation ===== | ||
On fx-linux-1.9-slave2: | On fx-linux-1.9-slave2: | ||
<pre> | <pre> | ||
| Line 344: | Line 342: | ||
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");' | ||
===== Push to AUS ===== | |||
'''New in 3.0.15 - 3 dirs to sync now instead of 2''' | |||
cd /builds/3.0.16-3.5.6-major-update/snippets/patcher/temp/firefox/3.0.16-3.5.6 | |||
rsync -e 'ssh -i /home/cltbld/.ssh/aus' -av aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091202-Firefox-3.0.16-3.5.6-MU-test | |||
rsync -e 'ssh -i /home/cltbld/.ssh/aus' -av aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091202-Firefox-3.0.16-3.5.6-MU-beta | |||
rsync -e 'ssh -i /home/cltbld/.ssh/aus' -av aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091202-Firefox-3.0.16-3.5.6-MU | |||
===== Enable test snippets ===== | |||
ssh -i ~/.ssh/aus2 cltbld@aus2-staging | |||
cd /opt/aus2/snippets/staging | |||
<font color="red"><b>*** DONE TO HERE ***</b></font> | |||
~/bin/backupsnip 20091202-Firefox-3.0.16-3.5.6-MU-test | |||
~/bin/pushsnip 20091202-Firefox-3.0.16-3.5.6-MU-test | |||
'''Note''' backupsnip connection timed out (use SCREEN) and so the backup was tagged as -MAYBE-INCOMPLETE just in case, but nthomas and I looked at the test dir and the snippets looked good so I pushed. | |||
==== Sign Installers ==== | ==== Sign Installers ==== | ||