Add skills to build single packages and create third-party pacakge patches#16
Open
arnaldo2792 wants to merge 2 commits intocbgbt:developfrom
Open
Add skills to build single packages and create third-party pacakge patches#16arnaldo2792 wants to merge 2 commits intocbgbt:developfrom
arnaldo2792 wants to merge 2 commits intocbgbt:developfrom
Conversation
Enables building individual packages within a kit. Avoids full kit rebuilds when testing changes to a single package. Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
aef8e55 to
eaace46
Compare
Collaborator
Author
|
Forced push: -Fixes script name in patch-third-party-package skill |
Enables creating patches for third-party packages by extracting sources, making changes, generating patch files, and updating RPM specs. Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
eaace46 to
15a3027
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The first commit in the series adds a skill to build single packages instead of an entire kit. I use this workflow a lot when I'm iterating fast on compiling a single package in Bottlerocket, without having to build an entire kit and wait on unnecessary builds.
The second commit in the series adds a skill to create patches for third party packages. The skill mostly outlines the process, and relies on inference to let the LLM figure out what the right steps are to prepare the sources (as these change depending on the package being patched) prior working on the actual changes that will be implemented for the patch.