summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-11-29 13:06:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-29 13:06:35 -0700
commitd0e12e027385f0e509eef4c8e067e3e1b81a7966 (patch)
tree6c9ccf08e6165580e9e17e24ce805d3c69b96d79 /.mrconfig.in
parent554023cf4e1c7604b2a039d9abe5be7267f22b97 (diff)
downloaddotfiles-d0e12e027385f0e509eef4c8e067e3e1b81a7966.tar.gz
update wikiannex mr config
- it's now on demeter not athena - it hasn't used direct mode for a while
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 5b6f0bcc..68ce023e 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -500,8 +500,6 @@ fixups =
[lib/wikiannex]
checkout = git clone athena:wikiannex.git
-# this repo uses direct mode on athena, so status won't work
-status = git annex status
post_checkout =
cd wikiannex
git annex init
@@ -512,12 +510,12 @@ post_checkout =
# git remote add bkupsd /media/${USER}/bkupsd/git/athena/wikiannex.git
# git remote add m3 /media/${USER}/m3/git/athena/wikiannex.git
# fi
-update = git annex sync --no-content # no pull in direct mode
+update = git annex sync --no-content
push = git annex sync --content
skip = lazy
fixups =
git config unpushed-tags.ignore true
- if [ "$(hostname -s)" = "athena" ]; then
+ if [ "$(hostname -s)" = "demeter" ]; then
git annex adjust --hide-missing --unlock
fi