Confirmed users
3,104
edits
m (→Updates) |
|||
| Line 260: | Line 260: | ||
=== Updates === | === Updates === | ||
==== mozilla-releases updates ==== | |||
===== Generation ===== | |||
No problems | |||
===== mozilla-release Update verify ===== | |||
no problems | |||
==== | ==== 5.0 -> 6.0 updates ==== | ||
Since most of win32 and linux users are on 5.0 (5.0.1 had mac only update path), I generated 5.0-6.0 partial updates | |||
===== Generation ===== | |||
Used mv-moz2-linux-ix-slave17 which generated updates | |||
<pre> | |||
cd /builds/slave/rel-m-rel-updates/build | |||
cp patcher-configs/mozRelease-branch-patcher2.cfg patcher-configs/mozRelease-from-5.0-branch-patcher2.cfg | |||
# patcher-configs/mozRelease-from-5.0-branch-patcher2.cfg | |||
# removed all past-update lines | |||
# removed all versions except 5.0 and 6.0 | |||
# s/5.0.1/5.0/g | |||
perl patcher2.pl --download --app=firefox --brand=Firefox --config=patcher-configs/mozRelease-from-5.0-branch-patcher2.cfg | |||
time perl patcher2.pl --create-patches --partial-patchlist-file=patchlist.cfg --app=firefox --brand=Firefox --config=patcher-configs/mozRelease-from-5.0-branch-patcher2.cfg | |||
find temp/firefox/5.0-6.0/ftp/firefox/nightly/6.0-candidates/build1 -type f -exec chmod 644 '{}' ';' | |||
find temp/firefox/5.0-6.0/ftp/firefox/nightly/6.0-candidates/build1 -type d -exec chmod 755 '{}' ';' | |||
rsync -avn -e 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa' '--exclude=*complete.mar' temp/firefox/5.0-6.0/ftp/firefox/nightly/6.0-candidates/build1/update ffxbld@stage-old.mozilla.org:/pub/mozilla.org/firefox/nightly/6.0-candidates/build1/ | |||
rsync -av -e 'ssh -oIdentityFile=~/.ssh/cltbld_dsa' temp/firefox/5.0-6.0/aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-6.0-build1-5.0-build1-test | |||
rsync -av -e 'ssh -oIdentityFile=~/.ssh/cltbld_dsa' temp/firefox/5.0-6.0/aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-6.0-build1-5.0-build1-beta | |||
rsync -av -e 'ssh -oIdentityFile=~/.ssh/cltbld_dsa' temp/firefox/5.0-6.0/aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/Firefox-6.0-build1-5.0-build1 | |||
</pre> | |||
Push to the betatest channel | |||
# cltbld@aus2-staging.mozilla.org | |||
~/bin/backupsnip Firefox-6.0-build1-5.0-build1-test | |||
~/bin/pushsnip Firefox-6.0-build1-5.0-build1-test | |||
=== Major Update === | === Major Update === | ||