Post-migration housekeeping: point repo at forge.marvin8.zone #129
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The repo has migrated from Codeberg (codeberg.org/MinimalNVR/cang) to forge.marvin8.zone (marvin8/cang), but many places still reference the old home: project URLs in pyproject.toml, the README CI badge, OCI labels/annotations in the Containerfile, workflows and justfile, the web UI footer link, mkdocs repo_url and copyright link, the container docs and compose.yaml image references, and the AGENTS.md workflow reminder.
The deploy-docs job in ci.yml also rewrites the origin remote to codeberg.org before pushing the pages branch, which will now fail or push to the wrong place.
Additionally, the weekly checks workflow still targets the Codeberg shared runner (codeberg-small-lazy). Weekly jobs should run on the suanni runner; regular CI stays on zhuiri.
Findings from exploration:
Plan of attack:
Branch: maint/issue-129-forge-migration-updates
Commits:
PR (after Marvin8's own changes are in):
fj pr create "Point repo at forge.marvin8.zone after migration" -H https://forge.marvin8.zone --base main --head maint/issue-129-forge-migration-updates --body "... Closes #129"