summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:17:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:17:37 -0700
commit1e20ac241942d40f3afe32e5c4045ae687ddf285 (patch)
tree036b4393ae08b4076bc567bc8d1227d986a3130c /.mrconfig.in
parentad63a8a2a05ac523cb8f888aed501e2fd339e991 (diff)
downloaddotfiles-1e20ac241942d40f3afe32e5c4045ae687ddf285.tar.gz
git config updates for new Emacs commit access
We want a branch tracking origin/master for installing changes, and add mr config stanzas for the Savannah group's other repositories for future use.
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in14
1 files changed, 13 insertions, 1 deletions
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 =