L10n:Migration: Difference between revisions

update dashboard url, better copy'n'paste
(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-stage-sj.mozilla.org/pushes/releases/l10n/mozilla to make sure you have the latest changesets in the l10n repos.  If you don't, run upclones.sh again.
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


  cd releases/
<pre style="overflow-x:scroll">cd releases/
    
    
  for loc in `cat mozilla-*a/browser/locales/shipped-locales|awk '{print $1;}'|sort|uniq`; do hg -R l10n/mozilla-beta/$loc no-op-merge -m"Migrating aurora to beta for Firefox 7" $PWD/l10n/mozilla-aurora/$loc; done
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 ==
Confirmed users, Bureaucrats and Sysops emeriti
2,976

edits