119
edits
(Elm rebase script seems to have moved) |
(re-order some of the steps for fewer waits for patches landing and to make the process clearer) |
||
Line 15: | Line 15: | ||
# Start from the elm checkout | # Start from the elm checkout | ||
cd elm | cd elm | ||
# Update the default config file for the next upstream milestone | |||
bash dom/media/webrtc/third_party_build/update_default_config.sh | |||
hg commit -m "Bug {new-fast-forward-bug-number} - updated example_config_env for v{new-milestone}" | |||
# Prepare the github repo | # Prepare the github repo | ||
Line 29: | Line 33: | ||
--separate-commit-bug-number $MOZ_FASTFORWARD_BUG | --separate-commit-bug-number $MOZ_FASTFORWARD_BUG | ||
) | ) | ||
# bootstrap and sanity build | |||
./mach --no-interactive bootstrap --application-choice=browser && ./mach build | |||
# Run loop-ff.sh | # Run loop-ff.sh |
edits