-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to delete a certain patch from a release repo ? #685
Comments
Hi Samer, I haven't found a reliable workflow for interacting directly with bloom's internal patch interface. What I tend to do when I need to update patches for a release is checkout the patched branch, modify the patches there manually, push the changes to the release repository, and then run a fresh bloom-release in order to update the patch branches that way. Sometimes it's not possible to apply patches that remove or modify existing patches cleanly and when that happens I'll usually truncate the release branch, temporarily removing all patches, and then cherry-pick the specific changes I want to retain before running bloom-release to update the patch branches. For example, we patch the deb and rpm releases of the To make those changes originally I performed the following
If I wanted to remove that patch, I would do the following:
It is worth capturing this information and adding it to bloom's user documentation. If you would like to take that on please feel free to open a pull request for feedback. |
Hi @nuclearsandwich and Thanks for the informative answer ! Really appreciated ! I have documented my last release of our librealsense2 ROS2 package, and from it I can say these things: Adding / Removing / Editing Patches, before pressing the last ENTER of the Bloom Configuration, go to another terminal:
This way it worked for me. Thanks, |
Hi, Currently on our release repo we have several patches let say:
0001-....patch
0002-...patch
0003-...patch
If I want to modify/remove the 0002-..patch how can I do it?
Currently I can only find guides for adding patches using git-bloom-patch, but how to delete/modify I cannot find.
Appriciate your help Thanks 😀
The text was updated successfully, but these errors were encountered: