summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-02-24 15:10:03 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-02-24 15:10:03 -0700
commite002caf4d19598069f3c5428b160c7fdf01c6158 (patch)
tree605e8f534785991c6259932fd1fc559dca891b0c
parent95b06e1546428f78408150f7eee07d1b6713acd7 (diff)
downloaddotfiles-e002caf4d19598069f3c5428b160c7fdf01c6158.tar.gz
watch checked-out annexes on all machines
-rw-r--r--.config/cron/swhitton/artemis.silentflame.com2
-rw-r--r--.config/cron/swhitton/common6
2 files changed, 7 insertions, 1 deletions
diff --git a/.config/cron/swhitton/artemis.silentflame.com b/.config/cron/swhitton/artemis.silentflame.com
index 7ac708dc..7300a468 100644
--- a/.config/cron/swhitton/artemis.silentflame.com
+++ b/.config/cron/swhitton/artemis.silentflame.com
@@ -12,4 +12,4 @@
0 3 * * * chronic update-recoll-db
@reboot rt
-@reboot cd /home/swhitton/lib/dionysus && git annex watch
+
diff --git a/.config/cron/swhitton/common b/.config/cron/swhitton/common
index 587635f0..3399007a 100644
--- a/.config/cron/swhitton/common
+++ b/.config/cron/swhitton/common
@@ -1,2 +1,8 @@
PATH=$HOME/local/bin:$HOME/.local/bin:$HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
MAILTO=spwhitton@spwhitton.name
+
+# watch any annexes I have checked out
+@reboot cd $HOME/lib/annex 2>/dev/null && git annex watch || true
+@reboot cd $HOME/lib/dionysus 2>/dev/null && git annex watch || true
+@reboot cd $HOME/lib/rt 2>/dev/null && git annex watch || true
+#@reboot cd $HOME/lib/wikiannex 2>/dev/null && git annex watch || true