ci: run AUR publish without docker container #5

Merged
barrettruth merged 1 commit from ci/forgejo-aur-no-container into main 2026-05-02 03:30:43 +00:00
Owner

Summary

  • remove the Arch container from the Forgejo AUR workflow
  • generate .SRCINFO with Nix-provided pacman/makepkg and its bundled makepkg.conf
  • use a temporary SSH key directory for the AUR deploy key

Verification

  • nix-shell -p yq-go --run "yq eval . .forgejo/workflows/aur.yaml >/dev/null"
  • makepkg --printsrcinfo via nix-shell -p pacman git
  • git diff --check
  • cloned the AUR repo with the new dedicated key and confirmed current PKGBUILD/.SRCINFO already match generated output
## Summary - remove the Arch container from the Forgejo AUR workflow - generate .SRCINFO with Nix-provided pacman/makepkg and its bundled makepkg.conf - use a temporary SSH key directory for the AUR deploy key ## Verification - nix-shell -p yq-go --run "yq eval . .forgejo/workflows/aur.yaml >/dev/null" - makepkg --printsrcinfo via nix-shell -p pacman git - git diff --check - cloned the AUR repo with the new dedicated key and confirmed current PKGBUILD/.SRCINFO already match generated output
barrettruth deleted branch ci/forgejo-aur-no-container 2026-05-02 03:30:43 +00:00
Sign in to join this conversation.
No description provided.