emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] main a4124a5: * Makefile (gnu-elpa git): Fix URL for elpa.git


From: Stefan Monnier
Subject: [nongnu] main a4124a5: * Makefile (gnu-elpa git): Fix URL for elpa.git
Date: Wed, 1 Sep 2021 15:55:08 -0400 (EDT)

branch: main
commit a4124a544eb0191145d4ba9a92b56d45759eacdc
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * Makefile (gnu-elpa git): Fix URL for elpa.git
    
    Use The `git` transport because it is significantly faster (in terms of
    time before the transfer starts, which can take about a minute when
    using `https`).
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 1abc6f3..24f8fe5 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,5 @@ GNUmakefile: admin
 
 admin:
        git remote add --no-tags -ft elpa-admin \
-           gnu-elpa https://git.sv.gnu.org/r/emacs/elpa.git
+           gnu-elpa git://git.sv.gnu.org/emacs/elpa.git
        git worktree add -b elpa-admin admin gnu-elpa/elpa-admin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]