summaryrefslogtreecommitdiff
path: root/.mrconfig.in
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-29 00:22:00 +0000
committerSean Whitton <spwhitton@spwhitton.name>2019-12-29 00:22:00 +0000
commit038539a93a03ab44ce4d1c41b3fab2c6e7e07734 (patch)
treebc0aeb917b8f19b7943c984fceef82871908771b /.mrconfig.in
parentc8c4fb73e776e47f0ab9b17b53755a189f09e04b (diff)
downloaddotfiles-038539a93a03ab44ce4d1c41b3fab2c6e7e07734.tar.gz
comment out lib/rt annex
Diffstat (limited to '.mrconfig.in')
-rw-r--r--.mrconfig.in64
1 files changed, 32 insertions, 32 deletions
diff --git a/.mrconfig.in b/.mrconfig.in
index 04d9de25..33d4fc08 100644
--- a/.mrconfig.in
+++ b/.mrconfig.in
@@ -512,39 +512,39 @@ skip = lazy
# --- git annex for use with rtorrent
-[lib/rt]
-checkout = git clone athenag:rt.git rt
-post_checkout =
- cd rt
- git annex init
- if [ -d "$(hostname -s)" ]; then
- mkdir -p $HOME/local/rt
- cd $HOME/local/rt
- touch .duplicity-ignore
- mkdir -p session incomplete
- if ! [ -e "complete" ]; then
- ln -s $HOME/lib/rt/complete complete
- fi
- if ! [ -e "watch" ]; then
- ln -s $HOME/lib/rt/$(hostname -s) watch
- fi
- fi
-status = git annex status --fast
-update = git annex sync --no-content origin
-push = git annex sync --no-content origin
-autoci = (git annex add . && git commit -m "auto commit on $(hostname -s)") || true
-fixups =
- git config push.default matching
- # git config gcrypt.publish-participants true
- git config remote.origin.gcrypt-publish-participants true
- git config remote.origin.gcrypt-participants 0x0F56D0553B6D411B
- git config annex.startupscan false
- git config annex.autocommit true # needed for `git annex sync`
- git config remote.origin.annex-ignore true
- git config unpushed-tags.ignore true
+# [lib/rt]
+# checkout = git clone athenag:rt.git rt
+# post_checkout =
+# cd rt
+# git annex init
+# if [ -d "$(hostname -s)" ]; then
+# mkdir -p $HOME/local/rt
+# cd $HOME/local/rt
+# touch .duplicity-ignore
+# mkdir -p session incomplete
+# if ! [ -e "complete" ]; then
+# ln -s $HOME/lib/rt/complete complete
+# fi
+# if ! [ -e "watch" ]; then
+# ln -s $HOME/lib/rt/$(hostname -s) watch
+# fi
+# fi
+# status = git annex status --fast
+# update = git annex sync --no-content origin
+# push = git annex sync --no-content origin
+# autoci = (git annex add . && git commit -m "auto commit on $(hostname -s)") || true
+# fixups =
+# git config push.default matching
+# # git config gcrypt.publish-participants true
+# git config remote.origin.gcrypt-publish-participants true
+# git config remote.origin.gcrypt-participants 0x0F56D0553B6D411B
+# git config annex.startupscan false
+# git config annex.autocommit true # needed for `git annex sync`
+# git config remote.origin.annex-ignore true
+# git config unpushed-tags.ignore true
-skip = lazy
-pre_update = mr autoci
+# skip = lazy
+# pre_update = mr autoci
# --- git annex for athena's apt repository