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

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

[nongnu] master b6d382e 4/4: * Makefile (admin): Use the `elpa-admin` br


From: Stefan Monnier
Subject: [nongnu] master b6d382e 4/4: * Makefile (admin): Use the `elpa-admin` branch from elpa.git
Date: Thu, 10 Dec 2020 18:19:11 -0500 (EST)

branch: master
commit b6d382e43d5753e3200133b4fcb57b38266cb9eb
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * Makefile (admin): Use the `elpa-admin` branch from elpa.git
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0c5db88..1abc6f3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,4 +5,6 @@ GNUmakefile: admin
        ln -s admin/GNUmakefile ./
 
 admin:
-       git worktree add -b elpa-admin admin origin/elpa-admin
+       git remote add --no-tags -ft elpa-admin \
+           gnu-elpa https://git.sv.gnu.org/r/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]