Confirmed users
4,293
edits
No edit summary |
|||
Line 150: | Line 150: | ||
=====Generate 3.6b2 -> b3 for WinCE===== | =====Generate 3.6b2 -> b3 for WinCE===== | ||
* slave: moz2-linux-slave20 | |||
cd /builds/slave/updates/build/temp/firefox/3.6b2-3.6b3 | |||
mkdir big3 | |||
# move the main 3 platforms aside to make life simpler | |||
mv aus* ftp big3/ | |||
cd ../../../patcher-configs | |||
curl -sL X | patch -p0 | |||
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.6b2-3.6b3/ftp/firefox/nightly/3.6b3-candidates/build1 -type f -exec chmod 644 {} \; | |||
find temp/firefox/3.6b2-3.6b3/ftp/firefox/nightly/3.6b3-candidates/build1 -type d -exec chmod 755 {} \; | |||
cd /builds/slave/updates/build/temp/firefox/3.6b2-3.6b3/ftp/firefox/nightly/3.6b3-candidates/build1 | |||
rsync -av -e 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa' --exclude=*complete.mar update ffxbld@stage.mozilla.org:/pub/mozilla.org/firefox/nightly/3.6b3-candidates/build1/ | |||
cd /builds/slave/updates/build/temp/firefox/3.6b2-3.6b3 | |||
rsync -av aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091117-Firefox-3.6b3-WinCE | |||
rsync -av aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091117-Firefox-3.6b3-WinCE-test | |||
# cltbld@aus2-staging | |||
# had a previous backup | |||
~/bin/pushsnip 20091117-Firefox-3.6b3-WinCE-test | |||
====Update verify==== | ====Update verify==== |