diff options
Diffstat (limited to 'hosts/jenkins/etc')
-rwxr-xr-x | hosts/jenkins/etc/cron.d/dsa (renamed from hosts/jenkins/etc/cron.d/jenkins) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/jenkins/etc/cron.d/jenkins b/hosts/jenkins/etc/cron.d/dsa index f2814940..f19c278b 100755 --- a/hosts/jenkins/etc/cron.d/jenkins +++ b/hosts/jenkins/etc/cron.d/dsa @@ -1,11 +1,11 @@ # m h dom mon dow (0|7=sun,1=mon) command # -# cron-jobs for jenkins.debian.net +# cron-job for jenkins.debian.net # MAILTO=root -0 1,13 * * * nobody /usr/bin/chronic /usr/local/bin/dsa-check-running-kernel +0 1,13 * * * 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 |