Releases/Firefox 3.6b5/BuildNotes: Difference between revisions

No edit summary
Line 100: Line 100:


==== Generate updates & push betatest snippets ====
==== Generate updates & push betatest snippets ====
* slave: moz2-linux-slave24
* slave: moz2-linux-slave24 (same slave as the automated run)
 
# move the previous run aside
cd /builds/slave/updates/build
mv temp temp.b1
cd patcher-configs
wget -Omoz192-branch-patcher2.cfg https://bug532755.bugzilla.mozilla.org/attachment.cgi?id=418216
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.6b4-3.6b5/ftp/firefox/nightly/3.6b5-candidates/build1 -type f -exec chmod 644 {} \;
find temp/firefox/3.6b4-3.6b5/ftp/firefox/nightly/3.6b5-candidates/build1 -type d -exec chmod 755 {} \;
cd /builds/slave/updates/build/temp/firefox/3.6b4-3.6b5/ftp/firefox/nightly/3.6b5-candidates/build1
rsync -av -e 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa' --exclude=*complete.mar update ffxbld@stage.mozilla.org:/pub/mozilla.org/firefox/nightly/3.6b5-candidates/build1/
cd /builds/slave/updates/build/temp/firefox/3.6b4-3.6b5
rsync -av aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091217-Firefox-3.6b5-WinCE
rsync -av aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091217-Firefox-3.6b5-WinCE-test
 
# cltbld@aus2-staging
# backupsnip will be run for the whole release


==== Update Verify ====
==== Update Verify ====
977

edits