139
edits
(remove redudant 'bash' in loop-ff instructions) |
(Adding Elm Reset Instructions) |
||
Line 317: | Line 317: | ||
#* https://manpages.debian.org/testing/pax-utils/scanelf.1.en.html | #* https://manpages.debian.org/testing/pax-utils/scanelf.1.en.html | ||
#* https://stackoverflow.com/questions/50303305/elf-file-type-et-exec-and-et-dyn | #* https://stackoverflow.com/questions/50303305/elf-file-type-et-exec-and-et-dyn | ||
= Resetting Elm = | |||
Before each new merge cycle. Elm needs to be reset to Central, and the floating patches need to be reapplied. | |||
# Ensure you have filed a bug for the next merge cycle, and further ensure that the next merge cycle bug has the previous merge cycle bug as a dependency. | |||
# Make sure you have a local checkout of Elm which includes the floating patches. | |||
# File a bug as a clone of [https://bugzilla.mozilla.org/show_bug.cgi?id=1789675 Bug 1789675] and add your new bug as dependency to the next merge cycle bug. | |||
# Wait for the repo admins to reset the repository. | |||
# Pull the new head of Elm. | |||
# Rebase (--keep), the floating patches onto the new checkout of Elm. | |||
# Push the floating patches to Elm. | |||
# Celebrate |
edits