canmove, Confirmed users
6,441
edits
| Line 76: | Line 76: | ||
===== Generation ===== | ===== Generation ===== | ||
<pre> | <pre> | ||
cd /opt/aus2/snippets/staging | |||
# releasetest snippets | # releasetest snippets | ||
rsync --exclude=betatest -av Firefox-3.5.17-build1-4.0rc2-build3-MU-test/ Firefox-3.5.17-build1-4.0-MU-test/ | rsync --exclude=betatest -av Firefox-3.5.17-build1-4.0rc2-build3-MU-test/ Firefox-3.5.17-build1-4.0-MU-test/ | ||
| Line 95: | Line 96: | ||
</pre> | </pre> | ||
===== Diff against original snippets ===== | |||
Verified that only appv and url have changed with a diff. Saw something like this for all snippets: | |||
<pre> | |||
diff -aur Firefox-3.5.17-build1-4.0rc2-build3-MU-test/ Firefox-3.5.17-build1-4.0-MU-test/ | grep -v betatest | grep '^[+-]' | |||
... | |||
-url=http://download.mozilla.org/?product=firefox-4.0rc2-complete&os=win&lang=zh-TW | |||
+url=http://download.mozilla.org/?product=firefox-4.0-complete&os=win&lang=zh-TW | |||
-appv=4.0 RC 2 | |||
+appv=4.0 | |||
</pre> | |||
==== 3.6.15 -> 3.6 ==== | ==== 3.6.15 -> 3.6 ==== | ||