Confirmed users
4,293
edits
Line 257: | Line 257: | ||
===== updates ===== | ===== updates ===== | ||
* done on moz2-linux-slave01 | * done on moz2-linux-slave01 | ||
* used [ | * used [https://bug530112.bugzilla.mozilla.org/attachment.cgi?id=414532this patcher config] | ||
cd /builds/slave/updates/build | cd /builds/slave/updates/build | ||
perl patcher2.pl --download --app=firefox --brand=Firefox --config=patcher-configs/moz192-branch-patcher2.cfg | perl patcher2.pl --download --app=firefox --brand=Firefox --config=patcher-configs/moz192-branch-patcher2.cfg | ||
Line 272: | Line 272: | ||
cd /opt/aus2/snippets/staging | cd /opt/aus2/snippets/staging | ||
~/bin/pushsnip 20091125-Firefox-3.6b4-fr-respin-test | ~/bin/pushsnip 20091125-Firefox-3.6b4-fr-respin-test | ||
This only regenerated the snippets for b3 and we also need to do b1 and b2 (because the complete mar hash changed). Redo using [https://bugzilla.mozilla.org/attachment.cgi?id=414576 this config] | |||
# cltbld@moz2-linux-slave01 | |||
cd /builds/slave/updates/build/temp/firefox/3.6b3-3.6b4 | |||
mkdir old-aus | |||
mv aus2 old-aus | |||
cd ../../.. | |||
perl patcher2.pl --create-patchinfo --app=firefox --brand=Firefox --config=patcher-configs/moz192-branch-patcher2.cfg | |||
cd temp/firefox/3.6b3-3.6b4/ | |||
diff -rq {old-aus/,}aus2.test | |||
Only in aus2.test/Firefox: 3.6b1 | |||
Only in aus2.test/Firefox: 3.6b2 | |||
diff -rq {old-aus/,}aus2 | |||
Only in aus2/Firefox: 3.6b1 | |||
Only in aus2/Firefox: 3.6b2 | |||
rsync -av aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091125-Firefox-3.6b4-fr-respin-2 | |||
rsync -av aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20091125-Firefox-3.6b4-fr-respin-2-test | |||
# cltbld @ aus2-staging | |||
~/bin/pushsnip 20091125-Firefox-3.6b4-fr-respin-2-test | |||
====Update Bouncer==== | ====Update Bouncer==== |