Confirmed users, Bureaucrats and Sysops emeriti
2,976
edits
(update dashboard url, better copy'n'paste) |
|||
Line 40: | Line 40: | ||
upclones.sh beta ../../mozilla-beta/browser/locales/shipped-locales | upclones.sh beta ../../mozilla-beta/browser/locales/shipped-locales | ||
Check out https://l10n | Check out https://l10n.mozilla.org/source/pushes/releases/l10n/mozilla to make sure you have the latest changesets in the l10n repos. If you don't, run upclones.sh again. | ||
== Merge == | == Merge == | ||
Line 60: | Line 60: | ||
If it shows the help screen, you can proceed with the merge | If it shows the help screen, you can proceed with the merge | ||
<pre style="overflow-x:scroll">cd releases/ | |||
for loc in `cat mozilla-*a/browser/locales/shipped-locales|awk '{print $1;}'|sort|uniq|grep -v en-US`; do hg -R l10n/mozilla-beta/$loc no-op-merge -m"Migrating aurora to beta for Firefox XXX" $PWD/l10n/mozilla-aurora/$loc; done | |||
</pre> | |||
== Push == | == Push == |