Drop the dead .trunk/configs submodule stanza #10
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/drop-dead-trunk-submodule-stanza"
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?
The repo this submodule stanza points at is gone.
Grey.ooo/Opinionated-Trunk-Configurationno longer exists on git.grey.ooo (404, confirmed against a full enumeration of all 443 repos on the instance as an admin), and neither does its GitHub mirrormatthewbaggett/Opinionated-Trunk-Configuration(404).Nothing breaks today and nothing breaks from this change. The stanza is already inert: there is no gitlink for
.trunk/configsin the index and no.trunk/directory anywhere in the tree.git submoduleiterates index gitlinks rather than.gitmodules, soclone --recurse-submodules,submodule sync --recursiveandsubmodule update --init --recursiveall succeed without ever contacting the dead URL - verified empirically against this exact stanza. This repo's workflows do not check out withsubmodules: truein any case.The stanza was the only content of
.gitmodules, so the file is removed rather than edited.Trunk was removed from this repo previously and is not being replaced - the estate's remaining trunk users inline
.trunk/configs/as plain committed files. The only other leftover here is the stalechecks: write # For trunk to post annotationscomment inbuild.yml, left in place as it is only a comment.This repo push-mirrors to
github.com/grey-ooo/Github-Actions-Runner, so merging here clears the identical stanza on that copy too.