azy5030 f08859eaea
CI / build (push) Successful in 6m25s
ci(bump): gate toolchain install behind a cheap version check; fix binpkg verify
The daily Bump job emerged a full Go/pkgdev toolchain (and synced ::gentoo,
~5-26 min) on every run before bump-version.sh checked whether anything was
actually out of date — which, on the common no-op day, it isn't. Add a cheap
first step that compares the newest upstream release (releases.rss) against the
newest committed ebuild (Gitea contents API) using only base-image wget, and
gate the sync/install/bump steps on its `needed` output. The gate only
short-circuits when confident both versions parsed and current >= upstream;
on any doubt it falls through to the full run, where bump-version.sh remains
the source of truth.

Also fix the binpkg signature-verification disable in both workflows: the
`sed 's/^verify-signature = true/.../'` matched nothing in the stage3 binhost
config, so every emerge flooded the log with GPG failures ("unknown key",
missing pubring.kbx, "Try running getuto"). Delete any verify-signature line
and append `verify-signature = false` so the knob is actually set.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018MsAYv5RhNLE54fPrviVgS
2026-06-19 20:18:21 -05:00
2026-05-20 20:51:48 -05:00

azy5030 overlay

CI

A personal Gentoo ebuild repository (overlay) for packages not in the main ::gentoo tree.

Packages

Package Description
dev-util/gitea-runner Gitea Actions runner (formerly act_runner), built from upstream source with a vendored Go module tree.

Using the overlay

eselect repository add azy5030 git https://git.azy.dev/azy5030/azy5030-overlay.git
emaint sync -r azy5030
echo 'dev-util/gitea-runner ~amd64' >> /etc/portage/package.accept_keywords/gitea-runner
emerge dev-util/gitea-runner

Maintenance

  • .gitea/workflows/ci.yaml builds each package in a gentoo/stage3 container on every push and asserts the resulting binary runs.
  • .gitea/workflows/bump.yaml runs scripts/bump-version.sh daily: it checks the upstream releases feed and, when a newer version exists, regenerates + uploads the vendor tarball, bumps the ebuild, and opens a pull request. Requires a BUMP_TOKEN repository secret (scopes: repository read/write, write release).
S
Description
Collection of packages that I couldn't find anywhere else
Readme 180 KiB
2026-09-25 00:10:42 -05:00
Languages
Shell 74.9%
Just 25.1%