Conversation
Define requirements for AI agents to disclose tool and model information in commit footers using "Assisted-by" format. Assisted-by: Claude Sonnet 4.5 via Claude Code
…gement - Add generate-raspberrypi-kernel-ebuild.sh: Automatically generates new raspberrypi-kernel ebuilds by fetching latest versions from upstream sources (Raspberry Pi kernel releases, genpatches, gentoo-kernel-config, and fedora-kernel-config) - Add regenerate-manifest.sh: Regenerates manifests for all modified ebuilds in the git working directory - Add raspberrypi-kernel-6.12.47-r1.ebuild: Example ebuild generated using the new automation script Assisted-by: Claude Sonnet 4.5 via Claude Code
Add CI workflow that automatically regenerates manifests for modified ebuilds in pull requests. Runs in a Gentoo container to provide access to portage tools (ebuild, repoman) and commits updated manifests back to the PR branch. Assisted-by: Claude Sonnet 4.5 via Claude Code
Configure Gentoo for Docker environment and enable binary package caching to significantly speed up CI runs: - Disable sandbox features that don't work in Docker containers (ipc-sandbox, network-sandbox, pid-sandbox) - Enable buildpkg to create binary packages for all builds - Configure emerge to use binary packages with --usepkg - Cache /var/cache/binpkgs directory to persist binary packages Assisted-by: Claude Sonnet 4.5 via Claude Code
Explicitly change to GITHUB_WORKSPACE before running git commands to ensure they execute in the correct repository directory. Assisted-by: Claude Sonnet 4.5 via Claude Code
Replace custom git diff logic with bjw-s-labs/action-changed-files action for more reliable detection of modified ebuild files. - Remove debug step - Configure action to filter for *.ebuild files - Update all step conditionals to use the action's outputs - Parse space-separated files output from the action Assisted-by: Claude Sonnet 4.5 via Claude Code
- Rename action output from `files` to `changed_files` for parsing modified ebuilds. - Update conditional from `changed_files` to `manifests_changed` for commit step.
Remove redundant check-changes step and use git diff --cached to detect if there are actually changes to commit. This is simpler and more reliable than checking file globs. - Combine check and commit steps into one - Use git diff --cached to detect staged changes - Only commit and push if there are actual changes - Simplify summary output Assisted-by: Claude Sonnet 4.5 via Claude Code
6cc7415 to
1946083
Compare
… even work right.
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.
No description provided.