263
edits
(→Merge) |
(Tweak commit messages) |
||
| Line 73: | Line 73: | ||
# Remove folders if SeaMonkey is not available | # Remove folders if SeaMonkey is not available | ||
hg --cwd mozilla-aurora/$loc rm toolkit/chrome/mozapps/help | hg --cwd mozilla-aurora/$loc rm toolkit/chrome/mozapps/help | ||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1290756 - Remove | hg --cwd mozilla-aurora/$loc ci -m'Bug 1290756 - Remove help viewer from toolkit' | ||
fi | fi | ||
hg --cwd mozilla-aurora/$loc rm toolkit/chrome/global/webapps.properties | hg --cwd mozilla-aurora/$loc rm toolkit/chrome/global/webapps.properties | ||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1297980 - Remove webapps.properties' | hg --cwd mozilla-aurora/$loc ci -m'Bug 1297980 - Remove webapps.properties' | ||
hg --cwd mozilla-aurora/$loc rm mobile/android/chrome/feedback.dtd mobile/android/chrome/localepicker.properties mobile/android/chrome/notification.dtd mobile/android/chrome/prompt.dtd mobile/android/chrome/sync.dtd | hg --cwd mozilla-aurora/$loc rm mobile/android/chrome/feedback.dtd mobile/android/chrome/localepicker.properties mobile/android/chrome/notification.dtd mobile/android/chrome/prompt.dtd mobile/android/chrome/sync.dtd | ||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1298743 - Remove unused | hg --cwd mozilla-aurora/$loc ci -m'Bug 1298743 - Remove unused localization files from mobile/android' | ||
hg --cwd mozilla-aurora/$loc rm browser/extensions | hg --cwd mozilla-aurora/$loc rm browser/extensions | ||
hg --cwd mozilla-aurora/$loc ci -m'Bug 1301442 - | hg --cwd mozilla-aurora/$loc ci -m'Bug 1301442 - Remove old pocket l10n from mozilla-central' | ||
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