Confirmed users
3,990
edits
Line 111: | Line 111: | ||
Created patches.<br /> | Created patches.<br /> | ||
Looking at [[Releases/Firefox_3.6/BuildNotes#Snippet_generation|snippet generation notes for 3.6]] | Looking at [[Releases/Firefox_3.6/BuildNotes#Snippet_generation|snippet generation notes for 3.6]] | ||
===== Snippet generation ===== | |||
* Slave TBD | |||
* Determine if UPDATE_PACKAGING_R10 is the right revision to update to | |||
mkdir -p /builds/3.5.8-3.6-major-update | |||
cd /builds/3.5.8-3.6-major-update | |||
export CVSROOT=:ext:cltbld@cvs.mozilla.org:/cvsroot | |||
cvs co -d patcher-configs mozilla/tools/patcher-configs | |||
cvs co -r UPDATE_PACKAGING_R10 -d patcher mozilla/tools/patcher | |||
cd patcher | |||
cvs co -r UPDATE_PACKAGING_R10 -d MozBuild mozilla/tools/release/MozBuild | |||
# build tools | |||
./patcher2.pl --build-tools --app=firefox --tools-rev=UPDATE_PACKAGING_R10 --config=../patcher-configs/moz191-branch-major-update-patcher2.cfg 2>&1 | tee ../firefox_build-tools.log | |||
# fake 3.5.8 mars, which aren't used for anything but take time to d/l | |||
mkdir -p temp/firefox/3.5.8/ftp/ | |||
for l in TODO; do | |||
touch temp/firefox/3.5.8/ftp/firefox-3.5.8.${l}.{linux-i686,mac,win32}.complete.mar | |||
done | |||
# download mars | |||
./patcher2.pl --download --app=firefox --config=../patcher-configs/moz191-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 | |||
mkdir 3.5.8-3.6 | |||
ln -s ../3.6/ftp 3.5.8-3.6/ftp | |||
cd ../.. | |||
# Create partial patches and snippets | |||
./patcher2.pl --create-patches --app=firefox --config=../patcher-configs/moz191-branch-major-update-patcher2.cfg 2>&1 | tee ../firefox-create-patches.log | |||
==== Publish updates to beta channel ==== | ==== Publish updates to beta channel ==== |