chore: bump freenet-git mirror-repo.yml pin a931790 -> 8f00293#74
Open
sanity wants to merge 1 commit into
Open
chore: bump freenet-git mirror-repo.yml pin a931790 -> 8f00293#74sanity wants to merge 1 commit into
sanity wants to merge 1 commit into
Conversation
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]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the SHA pin for the reusable mirror workflow from
a9317907to8f002939(latest on freenet-git/main after v0.1.20).Picks up
--only-current-tipsfilter for snapshot-mode rescue (no effect for this caller — stdlib uses history mode).mirror-modecontract extension.mirror-repo.ymlnow setsFREENET_GIT_MIRROR_MODE: \${{ inputs.mode }}on the push step, so this caller'smode: historyrecordsmirror-mode=historyon the contract starting with the next push (which rescue auto-detects).refs/tags/*push in history mode (freenet-git#40). After this bump, the next mirror run will push every tag inrefs/tags/*tofreenet:96rknpy1GYhZ/freenet-stdlib, so fresh clones see release tags viagit ls-remote.Test plan
mirror-mode=historyextension lands on contract96rknpy1GYhZ/freenet-stdlib.git ls-remote freenet::96rknpy1GYhZ/freenet-stdliblistsrefs/tags/v0.1.xetc.[AI-assisted - Claude]