summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-16 20:06:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-16 20:06:46 -0700
commit3ed25a2e4c9f32a6154c145c71b5897e4df77b5b (patch)
tree1936ade793bc24cb00325ff039dc1536b9da8ef5 /.mrconfig.in
parent12bd517ef04d716531a2267cadbb391eb2890cca (diff)
downloaddotfiles-3ed25a2e4c9f32a6154c145c71b5897e4df77b5b.tar.gz
activate [annex]'s cloud special remote
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index c2db4a51..5b0ef5ad 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -404,13 +404,13 @@ fixups =
[annex]
checkout = git clone athenag:annex19.git annex
update = git annex sync --no-content origin
-# push = git annex sync --content athena origin
+push = git annex sync --content cloud origin
skip = ! workstation
post_checkout =
cd annex
git annex init
- # git annex enableremote athena rsyncurl=athena:/srv/rsync/annex19
+ git annex enableremote cloud
fixups =
git config push.default nothing