summaryrefslogtreecommitdiff
path: root/liw.cronish
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-02 15:52:02 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-02 15:52:02 +0300
commit4c1734796811d17e66c5e0b363b8f171b33521be (patch)
tree20dde8a48d9c6e73e25f694462385941318889aa /liw.cronish
parent17f897859dc2cd25e7fc1716ef1e79ce45966f1a (diff)
downloadliw-dot-files-4c1734796811d17e66c5e0b363b8f171b33521be.tar.gz
Add gpg-refresh job
Diffstat (limited to 'liw.cronish')
-rw-r--r--liw.cronish3
1 files changed, 2 insertions, 1 deletions
diff --git a/liw.cronish b/liw.cronish
index 2fe3044..9167170 100644
--- a/liw.cronish
+++ b/liw.cronish
@@ -36,6 +36,7 @@ gpg_refresh:
trigger-age: 604800
command: |
gpg2 --refresh-keys
+ gpg2 --send-keys B8611E9C 2D9ACC8E
touch /home/liw/.gnupg/refresh.stamp
annex:
@@ -60,5 +61,5 @@ jenkinstool-jenkins-backup:
command: |
if ping -c1 jenkins > /dev/null
then
- echo DISABLED UNTIL IT WORKS AGAIN obnam-backup jenkinstool-jenkins
+ obnam-backup jenkinstool-jenkins
fi