Point forge_repo at celilo/tango-nexus after the org transfer #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-forge-repo-after-transfer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to the org transfer.
celilo-module/manifest.ymlstill declaredforge_repo: forgejo-admin/tango-nexus.Why it matters
on_installfeedsforge_repotoregistry_publish.mintScopedTokenandsource_forge.registerRepo. Left stale, the next module deploy would mint a publish token for — and try to setCELILO_PUBLISH_TOKENon — a repo path that no longer exists. Test fixtures updated to match.Why the repo moved
forgejo-runnerregisters org-scoped (runner_org, defaultcelilo— "one runner pool serves every repo in the org"), and a Forgejo org runner only claims jobs from repos inside that org. Underforgejo-adminthe release run sat inwaitingindefinitely with no runner to pick it up. Being in theceliloorg is what makes the pool reachable.No changeset
This corrects work that has not shipped yet — the pending minor changeset already covers the pipeline it is fixing. Merging this runs the
versionphase, which stamps 0.2.0 → 0.3.0 from that changeset and opens the Version Packages PR.Verified
bun test9 pass;celilo module check ./celilo-module5 ok, 0 fail.🤖 Generated with Claude Code