Confirmed users
4,293
edits
(→Sign) |
|||
| Line 379: | Line 379: | ||
====Generate Updates==== | ====Generate Updates==== | ||
Need to bring people who already updated to 3.0.2 build5 up to build6, so do this (after the automated run) | |||
# connect as cltbld@fx-linux-1.9-slave2 | |||
cd /builds/updates/firefox-3.0.2/patcher/temp/firefox/3.0.1-3.0.2 | |||
for dir in aus2.test aus2.beta aus2; do | |||
# copy complete snippets from 3.0.1 into a new dir for 3.0.2 | |||
mkdir -p b5-b6-${dir}/Firefox | |||
rsync -a --exclude 'partial.txt' ${dir}/Firefox/3.0.1/ b5-b6-${dir}/Firefox/3.0.2/ | |||
# use the buildid's from build5 | |||
mv b5-b6-${dir}/Firefox/3.0.2/Darwin_Universal-gcc3/2008070206 b5-b6-${dir}/Firefox/3.0.2/Darwin_Universal-gcc3/2008090512 | |||
mv b5-b6-${dir}/Firefox/3.0.2/Linux_x86-gcc3/2008070206 b5-b6-${dir}/Firefox/3.0.2/Linux_x86-gcc3/2008090512 | |||
mv b5-b6-${dir}/Firefox/3.0.2/WINNT_x86-msvc/2008070208 b5-b6-${dir}/Firefox/3.0.2/WINNT_x86-msvc/2008090514 | |||
done | |||
rsync -a -e 'ssh -i ~/.ssh/aus' b5-b6-aus2.test/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080919-Firefox-3.0.2build5-build6-test | |||
rsync -a -e 'ssh -i ~/.ssh/aus' b5-b6-aus2.beta/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080919-Firefox-3.0.2build5-build6-beta | |||
rsync -a -e 'ssh -i ~/.ssh/aus' b5-b6-aus2/ cltbld@aus2-staging.mozilla.org:/opt/aus2/snippets/staging/20080919-Firefox-3.0.2build5-build6 | |||
Then go to aus2-staging and push 20080919-Firefox-3.0.2build5-build6-test live. | |||
====Publish Updates to Test Channels (betatest & releasetest)==== | ====Publish Updates to Test Channels (betatest & releasetest)==== | ||