canmove, Confirmed users
6,441
edits
| Line 155: | Line 155: | ||
# Didn't run backupsnip because the automation one was running at the time | # Didn't run backupsnip because the automation one was running at the time | ||
~/bin/pushsnip 20091125-Firefox-3.6b1-3.6b4-locales-test/ | ~/bin/pushsnip 20091125-Firefox-3.6b1-3.6b4-locales-test/ | ||
===== Generate 3.6b3 -> b4 for WinCE ===== | |||
* slave: moz2-linux-slave01 | |||
# move the previous run aside | |||
cd /builds/slave/updates/build | |||
mv temp temp.b1 | |||
cd patcher-configs | |||
wget -Omoz192-branch-patcher2.cfg https://bug530112.bugzilla.mozilla.org/attachment.cgi?id=414504 | |||
cd /builds/slave/updates/build | |||
perl patcher2.pl --download --app=firefox --brand=Firefox --config=patcher-configs/moz192-branch-patcher2.cfg | |||
perl patcher2.pl --create-patches --partial-patchlist-file=patchlist.cfg --app=firefox --brand=Firefox --config=patcher-configs/moz192-branch-patcher2.cfg | |||
find temp/firefox/3.6b3-3.6b4/ftp/firefox/nightly/3.6b4-candidates/build1 -type f -exec chmod 644 {} \; | |||
find temp/firefox/3.6b3-3.6b4/ftp/firefox/nightly/3.6b4-candidates/build1 -type d -exec chmod 755 {} \; | |||
cd /builds/slave/updates/build/temp/firefox/3.6b3-3.6b4/ftp/firefox/nightly/3.6b4-candidates/build1 | |||
rsync -av -e 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa' --exclude=*complete.mar update ffxbld@stage.mozilla.org:/pub/mozilla.org/firefox/nightly/3.6b4-candidates/build1/ | |||
cd /builds/slave/updates/build/temp/firefox/3.6b3-3.6b4 | |||
rsync -av aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091125-Firefox-3.6b4-WinCE | |||
rsync -av aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091125-Firefox-3.6b4-WinCE-test | |||
# cltbld@aus2-staging | |||
# backupsnip in automation was still running, didn't do one | |||
~/bin/pushsnip 20091125-Firefox-3.6b4-WinCE-test | |||
====Update verify==== | ====Update verify==== | ||