Closed todor-ivanov closed 3 months ago
Jenkins results:
Hi @amaltaro As we discussed just before I leave for my vacation, here is the PR without an issue, just for pushing upstream the version of the patchComponent
script I use for myslef, which proved itself to be quite functional and helps avoiding a lot of human errors and spares also significant operational effort during the process.
Status
ready
Description
This is a PR to add some more logic to
bin/patchComponent.sh
, such that we make it cover the new deployment models, both docker and virtual env. With this change during execution, the script makes an attempt to:With the current PR we also increase the functionality of the script to be called by 3 methods:
Pointing just the PR number from upstream
Creating and appling a patch directly from a current local source tree:
Fetch a patch from upstream github (could be based only on a file diff or on a full PR) and apply it:
Is it backward compatible (if not, which system it affects?)
YES
Related PRs
None
External dependencies / deployment changes
None