aboutsummaryrefslogtreecommitdiff
path: root/tests/test-local-repository.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(local-repository): drop the dead archive-init pathCraig Jennings22 hours1-0/+32
localrepo-initialize, localrepo--car-member, and the repository-id/priority defcustoms were never called: early-init.el owns adding the local archive to package-archives, with its own localrepo-location constant. The module is now just cj/update-localrepo-repository. It targets localrepo-location, so there's one archive path instead of a divergent copy. The car-member test goes with its subject. A new test pins that the mirror update uses localrepo-location.