canmove, Confirmed users
6,441
edits
No edit summary |
No edit summary |
||
| Line 170: | Line 170: | ||
# had to kick along some of them because they hit slow bouncer mirrors. | # had to kick along some of them because they hit slow bouncer mirrors. | ||
# did this by killing the wget process (which makes it retry) | # did this by killing the wget process (which makes it retry) | ||
= Add 'sl' MU snippets + null partner snippets = | |||
sl was missed in the patcher config file for the original run :(. To fix, re-ran steps 3 and 4.2 from above. Then separated out beta snippets into their own directory: | |||
rsync aus2/ aus2.beta/ | |||
find aus2/ -type d -name "beta*" -exec rm -rfv {} \; 2>&1 | tee -a release_remove.log | |||
find aus2.beta/ -type d -name "release*" -exec rm -rfv {} \; 2>&1 | tee -a beta_remove.log | |||
Then synced sl snippets over to aus2-staging: | |||
rsync -e 'ssh -i /home/cltbld/.ssh/aus' -av aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080821-Firefox-MU-sl-only/ | |||
rsync -e 'ssh -i /home/cltbld/.ssh/aus' -av aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080821-Firefox-MU-sl-only-test/ | |||
rsync -e 'ssh -i /home/cltbld/.ssh/aus' -av aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080821-Firefox-MU-sl-only-beta/ | |||
rsync -e 'ssh -i /home/cltbld/.ssh/aus' -av aus2.null/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080821-Firefox-MU-sl-only-null-partner-snippets/ | |||
Pushed null and test snippets: | |||
~/bin/pushsnip 20080821-Firefox-MU-sl-only-null-partner-snippets | |||
~/bin/pushsnip 20080821-Firefox-MU-sl-only-test | |||