Releases/Firefox 3.6b4/BuildNotes: Difference between revisions

Line 110: Line 110:


====L10nVerify====
====L10nVerify====
* slave: bm-xserve12
* Got "only in..." messages for locales which are new in b4 or missed b3
* no real differences


====Generate updates and push betatest snippets====
====Generate updates and push betatest snippets====
* slave: moz2-linux-slave01
''As well as the automated updates we'll need to connect 3.6b1 to b4 for af bg da, similar to what we did [[Releases/Firefox_3.6b3/BuildNotes#Fill_in_b1_locales | last time]].''
''As well as the automated updates we'll need to connect 3.6b1 to b4 for af bg da, similar to what we did [[Releases/Firefox_3.6b3/BuildNotes#Fill_in_b1_locales | last time]].''
=====Fill in b1 locales=====
* slave: moz2-linux-slave01
Needed to generate b1 -> b3 for 3.6b1 af bg da. Ran steps manually with [https://bug530112.bugzilla.mozilla.org/attachment.cgi?id=414502 this patcher config]
Moved the original run out of the way:
cd /builds/slave/updates/build
mv temp temp.original-run
cd patcher-configs
mv moz192-branch-patcher2.cfg moz192-branch-patcher2.cfg-original-run
cd ../
#download builds
perl patcher2.pl --download --app=firefox --brand=Firefox --config=patcher-configs/moz192-branch-patcher2.cfg
#create patches
perl patcher2.pl --create-patches --partial-patchlist-file=patchlist.cfg --app=firefox --brand=Firefox --config=patcher-configs/moz192-branch-patcher2.cfg
#chmod partial mars:
find temp/firefox/3.6b1-3.6b4/ftp/firefox/nightly/3.6b4-candidates/build1 -type f -exec chmod 644 {} \;
#chmod partial mar dirs:
find temp/firefox/3.6b1-3.6b4/ftp/firefox/nightly/3.6b4-candidates/build1 -type d -exec chmod 755 {} \;
#upload partial mars:
rsync -av -e 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa' --exclude=*complete.mar temp/firefox/3.6b1-3.6b4/ftp/firefox/nightly/3.6b4-candidates/build1/update ffxbld@stage-old.mozilla.org:/pub/mozilla.org/firefox/nightly/3.6b4-candidates/build1/
#upload snippets:
rsync -av temp/firefox/3.6b1-3.6b4/aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091125-Firefox-3.6b1-3.6b4-locales
#upload test snippets
rsync -av temp/firefox/3.6b1-3.6b4/aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091125-Firefox-3.6b1-3.6b4-locales-test
Then on aus2-staging as cltbld,
cd /opt/aus2/snippets/staging
# Didn't run backupsnip because the automation one was running at the time
~/bin/pushsnip 20091125-Firefox-3.6b1-3.6b4-locales-test/


====Update verify====
====Update verify====
canmove, Confirmed users
6,441

edits