Skip to content

Kernel bump#5

Merged
samip5 merged 28 commits intomasterfrom
kernel_bump_and_ci
Nov 5, 2025
Merged

Kernel bump#5
samip5 merged 28 commits intomasterfrom
kernel_bump_and_ci

Conversation

@samip5
Copy link
Copy Markdown
Collaborator

@samip5 samip5 commented Nov 5, 2025

No description provided.

samip5 added 14 commits November 5, 2025 12:53
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
@samip5 samip5 force-pushed the kernel_bump_and_ci branch from 6cc7415 to 1946083 Compare November 5, 2025 12:32
@samip5 samip5 merged commit a47ceaf into master Nov 5, 2025
@samip5 samip5 deleted the kernel_bump_and_ci branch November 5, 2025 14:38
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.

1 participant