From a506cf8ef4bbcd7560580f62dfa3db9d1418b968 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 13 May 2026 12:38:06 -0500 Subject: [PATCH] chore: bump freenet-git mirror-repo.yml pin a931790 -> 8f00293 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the freenet-git 0.1.18 / 0.1.19 / 0.1.20 changes: - 0.1.18: `--only-current-tips` filter for snapshot-mode rescue (no effect for this caller — stdlib uses history mode). - 0.1.19: parallel rescue and auto-detect `mirror-mode` contract extension. `mirror-repo.yml` now sets `FREENET_GIT_MIRROR_MODE` from `inputs.mode`, so this caller's `mode: history` records `mirror-mode=history` on the contract starting with the next push, which rescue auto-detects. - 0.1.20: `refs/tags/*` push in history mode (#40). After this bump, the next mirror run will also push every tag in `refs/tags/*` to `freenet:96rknpy1GYhZ/freenet-stdlib`, so fresh clones see release tags via `git ls-remote`. - Operational fixes: matrix routing (#39), rescue timeout (#41), self-mirror force-push (#38). ## Test plan - [ ] Merge → next push to main triggers the mirror via the new pin. - [ ] Mirror run succeeds, installs freenet-git 0.1.20 from crates.io. - [ ] `mirror-mode=history` extension lands on contract `96rknpy1GYhZ/freenet-stdlib`. - [ ] Tag refs land in the contract: `git ls-remote freenet::96rknpy1GYhZ/freenet-stdlib` lists `refs/tags/v0.1.x` etc. [AI-assisted - Claude] --- .github/workflows/mirror-to-freenet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-to-freenet.yml b/.github/workflows/mirror-to-freenet.yml index 8e03a5a..27398b3 100644 --- a/.github/workflows/mirror-to-freenet.yml +++ b/.github/workflows/mirror-to-freenet.yml @@ -37,7 +37,7 @@ jobs: # under this caller's secrets. Acceptable today because we control # crates.io publishing for that crate; if that changes, override # `freenet_git_version` here with a pinned semver. - uses: freenet/freenet-git/.github/workflows/mirror-repo.yml@a93179077a4175ac4de324fc37fe57a3679f6bc8 + uses: freenet/freenet-git/.github/workflows/mirror-repo.yml@8f00293929f39aaee9f0ea7ab334c15856def8f6 with: freenet_repo: "96rknpy1GYhZ/freenet-stdlib" mode: history