chore(submodules): Phase 3 — move 4 SSH-URL submodules to HTTPS #2
Reference in New Issue
Block a user
Delete Branch "devin/phase3-submodule-remotes-1776542381"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Part of the sequenced cleanup tracked in issue #1. Phase 3 — remote-URL fixes for submodules whose
.gitmodulesURL isgit@github.com:…SSH, which failsgit submodule update --initin HTTPS-only environments.smom-dbis-138git@github.com:Order-of-Hospitallers/smom-dbis-138.githttps://gitea.d-bis.org/d-bis/smom-dbis-138.git07d9ce48only on Gitea; canonical per AGENTS.md.metamask-integrationgit@github.com:Defi-Oracle-Meta-Blockchain/metamask-integration.githttps://gitea.d-bis.org/d-bis/metamask-integration.gitdbis_coregit@github.com:Order-of-Hospitallers/dbis_core.githttps://github.com/Order-of-Hospitallers/dbis_core.gitthe-ordergit@github.com:Order-of-Hospitallers/the-order-monorepo.githttps://github.com/Order-of-Hospitallers/the-order-monorepo.gitthe-order-monorepo.No submodule pointers change — only remote URLs. Each updated URL was verified by a clean
git submodule update --init <name>from a.git-less directory.docs/00-meta/SUBMODULE_HYGIENE.mdgets a remote-status matrix and follow-up list.Review & Testing Checklist for Human
Risk: yellow — no code change, but
.gitmodulesedits can break every downstream clone if a URL is wrong.git submodule sync && git submodule update --init --recursivesucceeds without auth prompts or 403s for all 4 touched submodules.git submodule status smom-dbis-138 metamask-integration dbis_core the-orderon this branch reports the same 4 pinned SHAs asmaster(no pointer drift).Notes
Follow-up items tracked in
docs/00-meta/SUBMODULE_HYGIENE.md:dbis_coreto Gitea once the mirror catches up.the-order-monorepo.omada-api(403 from HTTPS-only envs).pr-workspace/app-ethereumandpr-workspace/chains(personaldefiQUG/forks).Tracking: issue #1 — this PR is the remote-URL subset only, no secret rotation.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.