You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add CN mirror (mcpp-res) with GLOBAL/CN url tables
Mirror every package resource to the gitcode `mcpp-res` org and switch
each descriptor's download `url` to a `{ GLOBAL=..., CN=... }` table per
the xpkg V1 spec (resolution priority GLOBAL > CN, so default behavior is
unchanged). Select with `mcpp self config --mirror CN|GLOBAL`.
- 50 resources across 35 mcpp-res repos, each published as a release asset
(https://gitcode.com/mcpp-res/<repo>/releases/download/<ver>/<file>),
byte-identical to the upstream source (same sha256).
- 37 descriptors rewritten (120 url fields).
- validate CI: lint mirror tables (tests/check_mirror_urls.lua) + probe
every CN asset is reachable (mirror-cn-reachable job, tests/list_cn_urls.lua).
- README: document the GLOBAL/CN mirror + mcpp-res org.
0 commit comments