Commit graph

4 commits

Author SHA1 Message Date
Lin Jian
6112d14961 Replace git:// with https:// for Emacs savannah url
https:// is more secure[1] than git://.

[1]: https://git-scm.com/book/ms/v2/Git-on-the-Server-The-Protocols
2025-12-15 13:44:23 +08:00
Lin Jian
8275fb925e Update Emacs repo url on savannah
https://lists.gnu.org/archive/html/savannah-users/2025-05/msg00002.html
2025-12-15 13:44:23 +08:00
Femi Agbabiaka
8b221ef854 Fetch Emacs source via git instead of cgit snapshot
Upstream Emacs disabled their cgit snapshot services again.  It is
more future-proofing to fetch Emacs source via git.

More context: https://github.com/nix-community/emacs-overlay/pull/523#discussion_r2609355135

Note that this patch does not affect Emacs forks whose source code is
hosted on and fetched via GitHub.

Ref: #523
Co-authored-by: Lin Jian <me@linj.tech>
2025-12-14 05:18:21 +08:00
adisbladis
6429ee53a1 repos/emacs: Rewrite unstable updater using Python
So that we can use https://packaging.pypa.io/en/latest/version.html to parse/sort version numbers correctly for -rc releases.
2025-03-05 11:33:17 +07:00