Confirmed users
4,467
edits
Line 223: | Line 223: | ||
~/bin/pushsnip 20091016-Firefox-3.0.15-beta | ~/bin/pushsnip 20091016-Firefox-3.0.15-beta | ||
==== 3.0.15 -> 3.5.x Major Update Refresh ==== | |||
* version bumps for [https://bugzilla.mozilla.org/attachment.cgi?id=407126 patcher config] and [https://bugzilla.mozilla.org/attachment.cgi?id=407127 release/update] | |||
===== Snippet Generation ===== | |||
On prometheus-vm: | |||
<pre> | |||
mkdir -p /builds/3.0.15-3.5.4-major-update/snippets | |||
cd /builds/3.0.15-3.5.4-major-update/snippets | |||
cvs -d:ext:cltbld@cvs.mozilla.org:/cvsroot co -d patcher-configs mozilla/tools/patcher-configs | |||
cvs -d:ext:cltbld@cvs.mozilla.org:/cvsroot co -r UPDATE_PACKAGING_R9 -d patcher mozilla/tools/patcher | |||
cd patcher | |||
cvs -d:ext:cltbld@cvs.mozilla.org:/cvsroot co -r UPDATE_PACKAGING_R9 -d MozBuild mozilla/tools/release/MozBuild | |||
export CVSROOT=:ext:cltbld@cvs.mozilla.org:/cvsroot | |||
# build tools | |||
./patcher2.pl --build-tools --app=firefox --tools-rev=UPDATE_PACKAGING_R9 --config=../patcher-configs/moz19-branch-major-update-patcher2.cfg 2>&1 | tee ../firefox_build-tools.log | |||
# download mars | |||
./patcher2.pl --download --app=firefox --config=../patcher-configs/moz19-branch-major-update-patcher2.cfg 2>&1 | tee ../firefox_download.log | |||
# FIXME - patcher needs to see that the MARs that it thinks are partials | |||
# are there or else it will not attempt to generate patchinfo | |||
cd temp/firefox | |||
ln -s 3.5.4 3.0.15-3.5.4 | |||
cd ../.. | |||
# Create partial patches and snippets | |||
./patcher2.pl --create-patches --app=firefox --config=../patcher-configs/moz19-branch-major-update-patcher2.cfg 2>&1 | tee ../firefox-create-patches.log | |||
</pre> |