Finalise stage-2 migration to forge.marvin8.zone #102
Labels
No labels
bug
contribution welcome
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
marvin8/feed2fedi#102
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's
originremote was repointed to forge.marvin8.zone (stage 1, done inchore/migrate-to-forge-marvin8). The remaining stage-2 cleanup for the migration tracker is not yet complete.What remains:
docs/llms.txtstill links to the oldmarvinsmastodontools.codeberg.page/feed2fedi/...docs URLs, andRelease-Notes.mdpoints readers atforge.marvin8.zone/marvin8/zaojuninstead of.../feed2fedi.zaojun --format jsonflags cyclopts, httpx2, longwei (runtime) plus bump-my-version, prek, ruff, ty, uv (dev) as not up-to-date.~/wip/repo-migrated-tasks.mdstill lists this repo as stage 1 only.Findings from exploration:
ci.ymluseszhuiri(local),weekly-checks.ymlusessuanni— nocodeberg-small-lazyanywhere.Containerfileexists, so no container-publishing change is needed.claude/codeberg-agentremotes remain (onlyoriginandforge-pi).git-pages/action@v2(grebedoc) is kept as-is per migration rules.mkdocs.ymlstill linkscodeberg.org/MarvinsMastodonTools/minimal-activitypub— that project is not yet migrated, so it stays.pysentryreports 0 vulnerabilities on the current tree.Plan of attack:
docs/llms.txtdocs links frommarvinsmastodontools.codeberg.page/feed2fedi/...tofeed2fedi.marvin8.zone/....Release-Notes.md(zaojun→feed2fedi).pyproject.tomlper zaojun: cyclopts ~=4.22.5, httpx2 ~=2.10.0, longwei ~=2.1.0, bump-my-version ~=1.5.1, prek ~=0.4.12, ruff ~=0.16.2, ty ~=0.0.69, uv ~=0.12.3. Align.pre-commit-config.yamlrevs for ruff/ty/uv to match.uv.lock+pylock.toml(uv sync+uv export).ruff check .,ruff format check .,ty check .,complexipy .,nox -s pytest).~/wip/repo-migrated-tasks.mdto mark this repo stage 1 + 2.Commits (gitmoji subjects):
:memo: Update docs links to feed2fedi.marvin8.zone:pencil2: Fix wrong repo reference in Release-Notes.md:arrow_up: Bump dependencies via zaojunPR:
fj pr create "Finalise stage-2 migration to forge.marvin8.zone" -H https://forge.marvin8.zone --base main --head <branch> -r marvin8/feed2fedi --body-file ...