Promote 1a7164893c to main #779

Merged
binjovi-bot merged 1 commit from trunk into main 2026-09-14 22:00:48 +00:00
Collaborator
No description provided.
fix(forge): the chain tiers accept whatever the canonical Forgejo holds
All checks were successful
binjovi/ci Binjovi completed the frozen plan
1a7164893c
The first dry run of the Codeberg mirror teardown found illumos-omnios with
no copy on the chain: code.packet.town rejected its hop-1 push with

    remote: error: object 447603b5...: badEmail: invalid author/committer line
    remote: fatal: fsck error in packed object

code.sean.farm took that history in over a fetch, which git does not fsck. A
push mirror arrives through receive-pack, which does, and one imported commit
with a malformed author email had the receiving tier reject the whole 618 MB
repository. Both tiers are backups of the canonical instance, not gatekeepers
of its history, so their app.ini now carries

    [git.config]
    receive.fsckObjects = false
    transfer.fsckObjects = false

in both converge scripts. Re-converged both hosts; the hop-1 sync for
illumos-omnios then lands, and hop 2 follows on commit.

Claude-Session: https://claude.ai/code/session_01XdBRc9CHgFhAxCyHbdVtt6
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/seanfarm!779
No description provided.