119
edits
(Call out tip about tip::tip) |
(add notes on fix for macOS git config tip with link to stack-overflow explanation) |
||
Line 10: | Line 10: | ||
*# Celebrate | *# Celebrate | ||
* Builds are done after vendoring in each commit. A minimal, default .mozconfig is provided during the prep_repo step below. | * Builds are done after vendoring in each commit. A minimal, default .mozconfig is provided during the prep_repo step below. | ||
* Running the fast-forward process from macOS and Linux is supported. For more information on the following suggestion, see [https://stackoverflow.com/questions/5074136/git-rebase-fails-your-local-changes-to-the-following-files-would-be-overwritte/5255710#5255710 here]. If running from macOS, you may need to run this command: | |||
git config --global core.trustctime false | |||
* Starting with a fresh clone of elm is recommended for each new chromium milestone. | * Starting with a fresh clone of elm is recommended for each new chromium milestone. | ||
hg clone --stream ssh://hg.mozilla.org/projects/elm | hg clone --stream ssh://hg.mozilla.org/projects/elm |
edits