Confirmed users
2,679
edits
Line 238: | Line 238: | ||
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 | ||
# | # | ||
# now do the beta and release snippets, too | # now do the beta and release snippets, too | ||
rsync -av 20100402-Firefox-3.5.9-3.6.3-MU-beta/ 20100402-Firefox-3.5.9-3.6.3-MU-beta-url-fixed/ | rsync -av 20100402-Firefox-3.5.9-3.6.3-MU-beta/ 20100402-Firefox-3.5.9-3.6.3-MU-beta-url-fixed/ | ||
cd 20100402-Firefox-3.5.9-3.6.3-MU-beta-url-fixed/ | cd 20100402-Firefox-3.5.9-3.6.3-MU-beta-url-fixed/ | ||
find . -type f -exec sed -i -e s,/3.6.3/,/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 .. |