258
edits
(→Merge: file removals for 50 on aurora) |
(→Merge) |
||
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 | 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 | # specific for 51 on aurora: | ||
hg --cwd mozilla-aurora/$loc rm | hg --cwd mozilla-aurora/$loc rm toolkit/chrome/mozapps/help | ||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1290756 - Remove Help Viewer from Toolkit' | |||
hg --cwd mozilla-aurora/$loc ci -m'Bug | |||
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. |
edits