L10n:Migration: Difference between revisions

Line 65: Line 65:
   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 47:
   # specific for 47:
   hg --pwd mozilla-aurora/$loc rm webapprt
   hg --cwd mozilla-aurora/$loc rm webapprt
   hg --pwd mozilla-aurora/$loc ci -m'Bug 1238079 - remove the desktop web runtime'
   hg --cwd mozilla-aurora/$loc ci -m'Bug 1238079 - remove the desktop web runtime'
   hg --pwd mozilla-aurora/$loc rm mobile/android/chrome/aboutFeedback.dtd
   hg --cwd mozilla-aurora/$loc rm mobile/android/chrome/aboutFeedback.dtd
   hg --pwd mozilla-aurora/$loc ci -m'Bug 1253339 - Remove about:feedback code'
   hg --cwd mozilla-aurora/$loc ci -m'Bug 1253339 - Remove about:feedback code'
   hg --pwd mozilla-aurora/$loc rm suite/chrome/mailnews/eudoraImportMsgs.properties mail/chrome/messenger/eudoraImportMsgs.properties
   hg --cwd mozilla-aurora/$loc rm suite/chrome/mailnews/eudoraImportMsgs.properties mail/chrome/messenger/eudoraImportMsgs.properties
   hg --pwd mozilla-aurora/$loc ci -m'Bug 1243498 - Remove Eudora import.'
   hg --cwd mozilla-aurora/$loc ci -m'Bug 1243498 - Remove Eudora import.'
   hg --pwd mozilla-aurora/$loc mv im/chrome/instantbird/accounts.dtd chat/accounts.dtd
   hg --cwd mozilla-aurora/$loc mv im/chrome/instantbird/accounts.dtd chat/accounts.dtd
   hg --pwd mozilla-aurora/$loc ci -m'Bug 1256432 - Unfork accounts.dtd.'
   hg --cwd mozilla-aurora/$loc ci -m'Bug 1256432 - Unfork accounts.dtd.'
   hg --pwd mozilla-aurora/$loc rm suite/chrome/common/pref/pref-policies.dtd
   hg --cwd mozilla-aurora/$loc rm suite/chrome/common/pref/pref-policies.dtd
   hg --pwd mozilla-aurora/$loc ci -m'Bug 1258295 - Remove remnants of Security Policies preferences pane'
   hg --cwd mozilla-aurora/$loc ci -m'Bug 1258295 - Remove remnants of Security Policies preferences pane'
   hg --pwd mozilla-aurora/$loc push -r default ssh://hg.mozilla.org/releases/l10n/mozilla-aurora/$loc
   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.
Confirmed users, Bureaucrats and Sysops emeriti
2,976

edits