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
fix(repo-url): canonical clone target is MiOS.git (case-corrected)
Companion to mios-bootstrap's repo-URL fix. The operator's Pass-2
Phase-2 in mios-bootstrap was failing because git refused the 301
redirect from mios.git to MiOS.git on fetch. Hardcode the canonical
case here too, in every load-bearing fetcher:
* usr/libexec/mios/mios-build-driver -- in-distro clone fallback
* automation/lib/globals.sh -- $MIOS_REPO_URL bash default
* automation/lib/globals.ps1 -- $MIOS_REPO_URL pwsh default
* usr/bin/mios-pull -- mios-pull's fetch source
Doc strings in mios.toml / profile.toml / *.md / knowledge graphs
stay as-is because GitHub's HTTP redirect serves docs / browser hits
fine; only the smart-HTTP git fetch path was broken on Git 2.54.0.
0 commit comments