summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig3
-rw-r--r--.mrconfig.in14
2 files changed, 16 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 4649be78..ca35f985 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -94,6 +94,9 @@
pushInsteadOf = salsa:
pushInsteadOf = https://salsa.debian.org/
+[url "spwhitton@git.savannah.gnu.org:/srv/git/"]
+ pushInsteadOf = https://git.savannah.gnu.org/git/
+
# ---- git-send-email ----
# how to use git-send-email:
diff --git a/.mrconfig.in b/.mrconfig.in
index 5e239600..b00316a3 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -424,7 +424,7 @@ post_checkout =
skip = lazy
[src/emacs]
-checkout = git clone --no-checkout https://git.savannah.gnu.org/git/emacs.git emacs
+checkout = git clone https://git.savannah.gnu.org/git/emacs.git emacs
post_clean = ./autogen.sh autoconf
post_checkout =
cd emacs
@@ -448,6 +448,18 @@ fixups =
pull = git checkout melete && git pull --rebase origin master
skip = ! workstation
+[src/elpa]
+checkout = git clone https://git.savannah.gnu.org/git/emacs/elpa.git elpa
+skip = lazy
+
+[src/nongnu-elpa]
+checkout = git clone https://git.savannah.gnu.org/git/emacs/nongnu.git nongnu-elpa
+skip = lazy
+
+[src/org-mode]
+checkout = git clone https://git.savannah.gnu.org/git/emacs/org-mode.git org-mode
+skip = lazy
+
[src/cl/consfigurator]
checkout = git clone 'demeter:consfigurator' 'consfigurator'
post_checkout =