azy5030 a05bca6f01
CI / build (push) Successful in 6m8s
fix(bump): fetch upstream go.mod via /api/v1 raw endpoint
Same login-redirect issue as the source archive: gitea.com/gitea/runner/raw/tag/v*/go.mod now 303s to /user/login, so curl -fsSL saves the login HTML, grep finds no 'go N.N' line, and pipefail aborts the bump.

Switching to /api/v1/repos/gitea/runner/raw/go.mod?ref=v* — anonymous, returns the raw go.mod.
2026-06-14 00:28:11 -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%