You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Developer, I would like to use the package-build/build script to prepare the sources for me to exactly the state as the package-build would do in a pipeline run, and keep the sources in a folder for me so I can work on the sources to add/fix/remove patches.
Why is this needed:
This enables us to efficiently do tasks required for releases:
fix broken patches
backport patches
remove patches
Additional Notes
Working in feat/prepare-patch branch.
Adding the required logic to the --debug flag
Writing Guide in package-build/README.md on how to use this
The text was updated successfully, but these errors were encountered:
What would you like to be added:
As a Developer, I would like to use the package-build/build script to prepare the sources for me to exactly the state as the package-build would do in a pipeline run, and keep the sources in a folder for me so I can work on the sources to add/fix/remove patches.
Why is this needed:
This enables us to efficiently do tasks required for releases:
Additional Notes
Working in
feat/prepare-patch
branch.The text was updated successfully, but these errors were encountered: