Skip to content

Handle delete-only case in dbbBuild.sh#308

Merged
dennis-behm merged 4 commits intoIBM:mainfrom
lauren-li:feature/305-handle-deletions-only
Apr 16, 2025
Merged

Handle delete-only case in dbbBuild.sh#308
dennis-behm merged 4 commits intoIBM:mainfrom
lauren-li:feature/305-handle-deletions-only

Conversation

@lauren-li
Copy link
Copy Markdown
Contributor

This PR for the Common Back-end Scripts Template's dbbBuild.sh file adds handling for the use case where the only source changes are file deletion (i.e. files are only listed in deletedFilesList.txt but not in buildList.txt).

With this PR, the pipeline can continue (e.g. with packaging) in this use case, instead of stopping with RC=4.

Resolves #305

Signed-off-by: LAURENL <45975633+lauren-li@users.noreply.github.com>
Signed-off-by: LAURENL <45975633+lauren-li@users.noreply.github.com>
Signed-off-by: Lauren Li <45975633+lauren-li@users.noreply.github.com>
Signed-off-by: Lauren Li <45975633+lauren-li@users.noreply.github.com>
Comment thread Templates/Common-Backend-Scripts/dbbBuild.sh
@dennis-behm
Copy link
Copy Markdown
Member

Hi @lauren-li . I tested your changes. They look good! Do you plan also to implement the updates for zBuilder.sh?

@lauren-li lauren-li marked this pull request as ready for review April 15, 2025 12:31
@lauren-li
Copy link
Copy Markdown
Contributor Author

Hi @lauren-li . I tested your changes. They look good! Do you plan also to implement the updates for zBuilder.sh?

Thanks @dennis-behm! Following our discussion, we decided to handle the updates for zBuilder.sh in a separate PR, via issue #316.

@dennis-behm dennis-behm merged commit 3eaa470 into IBM:main Apr 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RC 4 from dbbBuild.sh if only file deletion is committed

2 participants