119
edits
(added recommendation to always start with a fresh clone of elm) |
(add step to save the updated patch-stack) |
||
Line 18: | Line 18: | ||
# Prepare no-op tracking files for cherry-pick commits | # Prepare no-op tracking files for cherry-pick commits | ||
bash dom/media/webrtc/third_party_build/build_no_op_commits.sh | bash dom/media/webrtc/third_party_build/build_no_op_commits.sh | ||
# Save the newly updated patch-stack | |||
(source dom/media/webrtc/third_party_build/use_config_env.sh ; \ | |||
./mach python dom/media/webrtc/third_party_build/save_patch_stack.py \ | |||
--repo-path $MOZ_LIBWEBRTC_SRC \ | |||
--target-branch-head $MOZ_TARGET_UPSTREAM_BRANCH_HEAD \ | |||
--separate-commit-bug-number $MOZ_FASTFORWARD_BUG | |||
) | |||
# Run loop-ff.sh | # Run loop-ff.sh |
edits