Confirmed users
2,679
edits
Line 224: | Line 224: | ||
==== 3.5.9->3.6.3 MU ==== | ==== 3.5.9->3.6.3 MU ==== | ||
* Lots of fiddling around with master (thanks bhearsum). kicked off snippets by clicking on "major snippet" on waterfall. Posted to betatest channel | |||
* abillings spotted that detailsURL was wrong. Seems this happened in 3.6.2 also. | |||
* bhearsum showed me how he fixed it for 3.6.2: | |||
# cltbld @ aus2-staging | |||
cd /opt/aus2/snippets/staging | |||
rsync -av 20100402-Firefox-3.5.9-3.6.3-MU-test/ 20100402-Firefox-3.5.9-3.6.3-MU-test-url-fixed/ | |||
cd 20100402-Firefox-3.5.9-3.6.3-MU-test-url-fixed/ | |||
find . -type f -exec sed -i -e s,/3.6.3/,/3.6/, {} \; | |||
cd .. | |||
# verification - confirms that only the detailsUrl has changed | |||
diff -Naur 20100402-Firefox-3.5.9-3.6.3-MU-test/ 20100402-Firefox-3.5.9-3.6.3-MU-test-url-fixed/ | grep -v '[+-][+-]' | grep '^[+-]' | grep -v detailsUrl | |||
### TODO | |||
# now do the beta and release snippets, too | |||
rsync -av 20100317-Firefox-3.5.9-3.6.2-MU-beta/ 20100330-Firefox-3.5.9-3.6.2-MU-beta-url-fixed/ | |||
cd 20100330-Firefox-3.5.9-3.6.2-MU-beta-url-fixed/ | |||
find . -type f -exec sed -i -e s,/3.6.2/,/3.6/, {} \; | |||
# verification - confirms that only the detailsUrl has changed | |||
cd .. | |||
diff -Naur 20100317-Firefox-3.5.9-3.6.2-MU-beta/ 20100330-Firefox-3.5.9-3.6.2-MU-beta-url-fixed/ | grep -v '[+-][+-]' | grep '^[+-]' | grep -v detailsUrl | |||
rsync -av 20100317-Firefox-3.5.9-3.6.2-MU/ 20100330-Firefox-3.5.9-3.6.2-MU-url-fixed/ | |||
cd 20100330-Firefox-3.5.9-3.6.2-MU-url-fixed/ | |||
find . -type f -exec sed -i -e s,/3.6.2/,/3.6/, {} \; | |||
cd .. | |||
# verification - confirms that only the detailsUrl has changed | |||
diff -Naur 20100317-Firefox-3.5.9-3.6.2-MU/ 20100330-Firefox-3.5.9-3.6.2-MU-url-fixed/ | grep -v '[+-][+-]' | grep '^[+-]' | grep -v detailsUrl | |||
# push the new test snippets | |||
~/bin/backupsnip 20100330-Firefox-3.5.9-3.6.2-MU-test-url-fixed | |||
~/bin/pushsnip 20100330-Firefox-3.5.9-3.6.2-MU-test-url-fixed | |||
# move old, unwanted directories | |||
mv 20100317-Firefox-3.5.9-3.6.2-MU-beta WRONG-URL-20100317-Firefox-3.5.9-3.6.2-MU-beta | |||
mv 20100317-Firefox-3.5.9-3.6.2-MU WRONG-URL-20100317-Firefox-3.5.9-3.6.2-MU | |||
==== EU Ballot Build ==== | ==== EU Ballot Build ==== | ||