L10n:Migration: Difference between revisions

(→‎Merge: file removals for 50 on aurora)
Line 61: Line 61:
   hg -R mozilla-beta/$loc pull -u -r default
   hg -R mozilla-beta/$loc pull -u -r default
   hg -R mozilla-aurora/$loc pull -u -r default
   hg -R mozilla-aurora/$loc pull -u -r default
   hg -R mozilla-beta/$loc no-op-merge -m"Migrating aurora to beta for Firefox 49" $PWD/mozilla-aurora/$loc
   hg -R mozilla-beta/$loc no-op-merge -m"Migrating aurora to beta for Firefox 50" $PWD/mozilla-aurora/$loc
   hg -R mozilla-beta/$loc push -r default ssh://hg.mozilla.org/releases/l10n/mozilla-beta/$loc
   hg -R mozilla-beta/$loc push -r default ssh://hg.mozilla.org/releases/l10n/mozilla-beta/$loc
   hg -R mozilla-aurora/$loc pull -u -r default mozilla-beta/$loc
   hg -R mozilla-aurora/$loc pull -u -r default mozilla-beta/$loc
   # specific for 50 on aurora:
   # specific for 51 on aurora:
   hg --cwd mozilla-aurora/$loc rm browser/chrome/browser/loop/loop.properties
   hg --cwd mozilla-aurora/$loc rm toolkit/chrome/mozapps/help
  hg --cwd mozilla-aurora/$loc ci -m'Bug 1287827 - remove loop'
   hg --cwd mozilla-aurora/$loc ci -m'Bug 1290756 - Remove Help Viewer from Toolkit'
  hg --cwd mozilla-aurora/$loc rm suite/chrome/common/help/images/sidebar-advanced.png
   hg --cwd mozilla-aurora/$loc ci -m'Bug 1236365 - Remove references to Sidebar search results from Help'
  hg --cwd mozilla-aurora/$loc rm toolkit/chrome/global-region/region.properties
  hg --cwd mozilla-aurora/$loc ci -m'Bug 1277905 - Remove in-product links to plugincheck'
  hg --cwd mozilla-aurora/$loc push -r default ssh://hg.mozilla.org/releases/l10n/mozilla-aurora/$loc
done
done
</pre>
</pre>


This goes through all locales, does a final pull, does the no-op-merge, and pushes to aurora, and then beta. That way, you minimize the time when commits can create heads.
This goes through all locales, does a final pull, does the no-op-merge, and pushes to aurora, and then beta. That way, you minimize the time when commits can create heads.
258

edits