summaryrefslogtreecommitdiff
path: root/liw.cronish
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-01 13:59:44 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-01 13:59:44 +0300
commit2970d0d1ae910458fb974e4e42a0efc831bc999d (patch)
treee842f74e818e781259739d766b04a4ac78678f95 /liw.cronish
parent5d20fed1a733219a0acccf31311f518d36667ef8 (diff)
downloadliw-dot-files-2970d0d1ae910458fb974e4e42a0efc831bc999d.tar.gz
Use Markdown for NEWS
Diffstat (limited to 'liw.cronish')
-rw-r--r--liw.cronish35
1 files changed, 19 insertions, 16 deletions
diff --git a/liw.cronish b/liw.cronish
index 89ff37a..34cf2ff 100644
--- a/liw.cronish
+++ b/liw.cronish
@@ -13,8 +13,9 @@ GTD:
then
git commit -am sync --quiet
fi
- git pull --quiet --no-edit
- git push --quiet
+ # Disabled because I no longer have a separate work laptop.
+ # git pull --quiet --no-edit
+ # git push --quiet
wotsap:
trigger-file: /home/liw/.wotsapdb
@@ -35,21 +36,23 @@ gpg_refresh:
gpg2 --send-keys B8611E9C 2D9ACC8E
touch /home/liw/.gnupg/refresh.stamp
-annex:
- interval: 300
- timeout: 120
- command: |
- cd $HOME/annex
- git annex add .
- git annex sync --content
+# Disabled because I no longer have a separate work laptop.
+# annex:
+# interval: 300
+# timeout: 120
+# command: |
+# cd $HOME/annex
+# git annex add .
+# git annex sync --content
-journal.annex:
- interval: 300
- timeout: 120
- command: |
- cd $HOME/Journal/journal.annex
- git annex add .
- git annex sync --content
+# Disabled because I no longer have a separate work laptop.
+# journal.annex:
+# interval: 300
+# timeout: 120
+# command: |
+# cd $HOME/Journal/journal.annex
+# git annex add .
+# git annex sync --content
work-backups:
interval: 900