-
Notifications
You must be signed in to change notification settings - Fork 38
Issue 1089: Move the script generate_patches.sh from lipcap to meta tools #1103
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
base: main
Are you sure you want to change the base?
Conversation
…ools Summary: * Add a script to automatically generate patches to be committed to the port repos * File finds the relevant commit-ids and generates the patches provided the source repo is setup correctly (please read instr- uctions) Testing: Able to generate the patch files as expected Limitation: Won't work in detached state Signed-off-by: Rahul-Shrotey <[email protected]>
|
@rshrotey-IBM It didnt work for me. I got below error Source code is checked out to a tagged version |
|
@sachintu47 - The script expects the source repository to be setup in a specific format, otherwise it may fail to work. The source repo should not be in a detached state, i.e. you should be on a branch for the script to work properly. Please follow these steps. - 1. Apply all the patches and generate source code repo using zopen build command2. Commit the files modified by zopen build in #1. Dev/bug fix changes should be done on top of this commit3. Once changes are ready, create new commit(s)4. Use this script to generate patch for files modified in step 3 |
|
Looks good overall:
|
…ools * Incorporate review comments Signed-off-by: Rahul-Shrotey <[email protected]>
|
Summary:
Testing: Able to generate the patch files as expected
Limitation: Won't work in detached state
What type of PR is this? (check all applicable)
Category
Description
Related Issues
[optional] Are there any post-deployment tasks or follow-up actions required?