compat: Get from new upstream repository

Trying to check out the latest version of emacs.g, I ran into

    fatal: remote error: upload-pack: not our ref e3b9f66b6d60d5f1da91218fa95cc3a4dca30cfb
    fatal: Fetched in submodule path 'lib/compat', but it did not contain e3b9f66b6d60d5f1da91218fa95cc3a4dca30cfb. Direct fetching of that commit failed.

Checking git history, I found this commit was described
in 4c799656f5b5c9fe22dda0380b32ce1bf40f0999 as

    Update compat       to  29.1.4.1-19-ge3b9f66

but the latest tag in the sr.ht repo is 28.1.2.2 from 10 months ago.

As of 2023-07-16, checking ELPA https://elpa.gnu.org/packages/compat.html
lists the package website as https://github.com/emacs-compat/compat
and the GitHub repo does contain the missing commit, along with the
version 29.x tags.

965027229c
confirms development moved to GitHub.
This commit is contained in:
Ivan Jager 2023-07-16 10:34:50 -05:00 committed by Jonas Bernoulli
parent 1af1abe5aa
commit 2cded8f433
No known key found for this signature in database
GPG Key ID: 230C2EFBB326D927

2
.gitmodules vendored
View File

@ -12,7 +12,7 @@
url = git@github.com:magit/closql.git
[submodule "compat"]
path = lib/compat
url = https://git.sr.ht/~pkal/compat
url = git@github.com:emacs-compat/compat.git
[submodule "dash"]
path = lib/dash
url = git@github.com:magnars/dash.el.git