summaryrefslogtreecommitdiff
path: root/liw.cronish
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-09-11 18:13:07 +0300
committerLars Wirzenius <liw@liw.fi>2017-09-11 18:13:07 +0300
commit76357c21691489b2821f486c496b1dd555429bf6 (patch)
tree8efb10a657a4f8d37a433507ce44d36d84c2a16e /liw.cronish
parent16e7298cede3170a6b8376863517beb5b1230c7e (diff)
downloadliw-dot-files-76357c21691489b2821f486c496b1dd555429bf6.tar.gz
Add: disable branchable log fetching
May need to re-enable this, but it's not important right now.
Diffstat (limited to 'liw.cronish')
-rw-r--r--liw.cronish34
1 files changed, 17 insertions, 17 deletions
diff --git a/liw.cronish b/liw.cronish
index 5532332..ef1a1e4 100644
--- a/liw.cronish
+++ b/liw.cronish
@@ -22,21 +22,21 @@ gpg_refresh:
gpg2 --send-keys 44E17740B8611E9C
touch /home/liw/.gnupg/refresh.stamp
-branchablelogs:
- trigger-file: /home/liw/data/branchable-logs/timestamp
- trigger-age: 86400
- command: |
- cd /home/liw/data/branchable-logs
- sites="liw-fi blog-liw-fi 256 bullyfactory docstory effi
- fracking free-thursday gtdfh obnam-org soap yakking"
- for site in $sites
- do
- ssh "b-$site@$site.branchable.com" logdump | \
- xz > "$site-$(date +%Y-%m-%dT%H:%M:%S).log.xz"
- done
- touch timestamp
+# branchablelogs:
+# trigger-file: /home/liw/data/branchable-logs/timestamp
+# trigger-age: 86400
+# command: |
+# cd /home/liw/data/branchable-logs
+# sites="liw-fi blog-liw-fi 256 bullyfactory docstory effi
+# fracking free-thursday gtdfh obnam-org soap yakking"
+# for site in $sites
+# do
+# ssh "b-$site@$site.branchable.com" logdump | \
+# xz > "$site-$(date +%Y-%m-%dT%H:%M:%S).log.xz"
+# done
+# touch timestamp
-update_vmdb2_git:
- interval: 300
- timeout: 60
- command: /home/liw/bin/update-vmdb2-gits
+# update_vmdb2_git:
+# interval: 300
+# timeout: 60
+# command: /home/liw/bin/update-vmdb2-gits