L10n:Migration: Difference between revisions

Jump to navigation Jump to search
→‎Merge: update to merge 55 from central to beta
(→‎Merge: Merge for 55 is totally different, we merge aurora 54 to beta for all, and to central for those not yet working there)
(→‎Merge: update to merge 55 from central to beta)
Line 87: Line 87:
for loc in $LOCS; do
for loc in $LOCS; do
   # Default migration actions
   # Default migration actions
   hg -R mozilla-beta/$loc pull -u -r default
   hg -R releases/l10n/mozilla-beta/$loc pull -u -r default
   hg -R mozilla-aurora/$loc pull -u -r default
   hg -R l10n-central/$loc pull -u -r default
   hg -R mozilla-beta/$loc no-op-merge -m"Migrating aurora to beta for Firefox 54" $PWD/mozilla-aurora/$loc
   hg -R releases/l10n/$loc no-op-merge -m"Migrating central to beta for Firefox 55" $PWD/l10n-central/$loc
   hg -R mozilla-beta/$loc push -r default ssh://hg.mozilla.org/releases/l10n/mozilla-beta/$loc
   hg -R releases/l10n/$loc push -r default ssh://hg.mozilla.org/releases/l10n/mozilla-beta/$loc
done
done
</pre>
</pre>
Confirmed users, Bureaucrats and Sysops emeriti
2,976

edits

Navigation menu