From 3a7ef746778193255a713b73a955779490f2e470 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 20 Nov 2019 11:34:52 +0100 Subject: [PATCH] drop hack to fix clock (set some calendar entries (for myself) to confirm this went ok.) Signed-off-by: Holger Levsen --- hosts/jenkins/etc/cron.d/dsa | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/jenkins/etc/cron.d/dsa b/hosts/jenkins/etc/cron.d/dsa index 525e339a..4f707a02 100644 --- a/hosts/jenkins/etc/cron.d/dsa +++ b/hosts/jenkins/etc/cron.d/dsa @@ -8,5 +8,4 @@ MAILTO=root 0 1 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel 2 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-packages -30 * * * * root ( /usr/sbin/service ntp stop ; sleep 2 ; /usr/sbin/ntpdate de.pool.ntp.org ; /usr/sbin/service ntp start ) > /dev/null 0 0 * * * root mkdir -p /etc/apache2/ssl/debsso && /usr/local/bin/update-debsso-ca --destdir /etc/apache2/ssl/debsso -- GitLab