Confirmed users
2,679
edits
Line 237: | Line 237: | ||
# verification - confirms that only the detailsUrl has changed | # 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 | 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 | ### TODO | ||
# now do the beta and release snippets, too | # now do the beta and release snippets, too | ||
rsync -av | rsync -av 20100402-Firefox-3.5.9-3.6.3-MU-beta/ 20100402-Firefox-3.5.9-3.6.2-MU-beta-url-fixed/ | ||
cd | cd 20100402-Firefox-3.5.9-3.6.2-MU-beta-url-fixed/ | ||
find . -type f -exec sed -i -e s,/3.6. | find . -type f -exec sed -i -e s,/3.6.3/,/3.6/, {} \; | ||
# verification - confirms that only the detailsUrl has changed | # verification - confirms that only the detailsUrl has changed | ||
cd .. | cd .. | ||
diff -Naur | diff -Naur 20100402-Firefox-3.5.9-3.6.2-MU-beta/ 20100402-Firefox-3.5.9-3.6.2-MU-beta-url-fixed/ | grep -v '[+-][+-]' | grep '^[+-]' | grep -v detailsUrl | ||
rsync -av | rsync -av 20100402-Firefox-3.5.9-3.6.2-MU/ 20100402-Firefox-3.5.9-3.6.2-MU-url-fixed/ | ||
cd | cd 20100402-Firefox-3.5.9-3.6.2-MU-url-fixed/ | ||
find . -type f -exec sed -i -e s,/3.6. | find . -type f -exec sed -i -e s,/3.6.3/,/3.6/, {} \; | ||
cd .. | cd .. | ||
# verification - confirms that only the detailsUrl has changed | # verification - confirms that only the detailsUrl has changed | ||
diff -Naur | diff -Naur 20100402-Firefox-3.5.9-3.6.2-MU/ 20100402-Firefox-3.5.9-3.6.2-MU-url-fixed/ | grep -v '[+-][+-]' | grep '^[+-]' | grep -v detailsUrl | ||
# push the new test snippets | # push the new test snippets | ||
~/bin/backupsnip | ~/bin/backupsnip 20100402-Firefox-3.5.9-3.6.3-MU-test-url-fixed | ||
~/bin/pushsnip | ~/bin/pushsnip 20100402-Firefox-3.5.9-3.6.3-MU-test-url-fixed | ||
# move old, unwanted directories | # move old, unwanted directories | ||
mv | mv 20100402-Firefox-3.5.9-3.6.2-MU-beta WRONG-URL-20100402-Firefox-3.5.9-3.6.2-MU-beta | ||
mv | mv 20100402-Firefox-3.5.9-3.6.2-MU WRONG-URL-20100402-Firefox-3.5.9-3.6.2-MU | ||
==== EU Ballot Build ==== | ==== EU Ballot Build ==== |