Confirmed users
4,293
edits
(Created page with "nthomas - {{bug|1052412}} = Build 1 / RC 1 = == Issues Hit == * hg clone issues - mac xulrunner, windows en-US firefox, windows repack 1/10 == Updates for beta channel == O...") |
|||
| Line 10: | Line 10: | ||
=== Generate patcher and update verify config === | === Generate patcher and update verify config === | ||
On my laptop | This was done as soon as we had en-US builds for all platforms. On my laptop ... | ||
<pre> | <pre> | ||
cd <parent_of_tools_checkout, updated to tip> | cd <parent_of_tools_checkout, updated to tip> | ||
| Line 35: | Line 35: | ||
# fix the to="/path" definitions | # fix the to="/path" definitions | ||
for f in tools/release/updates/mozBeta-firefox-{linux64,linux,mac64,win32}.cfg; do | for f in tools/release/updates/mozBeta-firefox-{linux64,linux,mac64,win32}.cfg; do | ||
sed -i '' -e 's,32.0-build1,32.0,' $f | sed -i '' -e 's,32.0-build1,32.0,g' $f | ||
done | done | ||
hg -R tools diff > patch | hg -R tools diff > patch | ||
# attach this to bug 1052412 | # attach this to bug 1052412 --> {{attachment|1052412}} | ||
</pre> | </pre> | ||
=== Setup up bouncer === | |||
Was done immediately after configs were generated above. | |||
=== Generate snippets === | |||
Can be done once all platforms have completed l10n. | |||
=== Update verify === | |||
Can be done once snippet generation above is complete. | |||