From ab0d0f068032f7b2cef8545ee8a61cc8977395f0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 15 Oct 2015 15:47:05 +0200 Subject: run dsa-check-running-kernel and dsa-check-packages twice a day via cron --- hosts/bpi0-armhf-rb/etc/cron.d/dsa | 10 ++++++++++ hosts/cbxi4pro0-armhf-rb/etc/cron.d/dsa | 10 ++++++++++ hosts/hb0-armhf-rb/etc/cron.d/dsa | 10 ++++++++++ hosts/jenkins/etc/cron.d/dsa | 11 +++++++++++ hosts/jenkins/etc/cron.d/jenkins | 11 ----------- hosts/profitbricks-build1-amd64/etc/cron.d/dsa | 10 ++++++++++ hosts/profitbricks-build2-amd64/etc/cron.d/dsa | 10 ++++++++++ hosts/profitbricks-build3-amd64/etc/cron.d/dsa | 10 ++++++++++ hosts/profitbricks-build4-amd64/etc/cron.d/dsa | 10 ++++++++++ hosts/profitbricks-build5-amd64/etc/cron.d/dsa | 10 ++++++++++ hosts/profitbricks-build6-amd64/etc/cron.d/dsa | 10 ++++++++++ hosts/wbq0-armhf-rb/etc/cron.d/dsa | 10 ++++++++++ 12 files changed, 111 insertions(+), 11 deletions(-) create mode 100755 hosts/bpi0-armhf-rb/etc/cron.d/dsa create mode 100755 hosts/cbxi4pro0-armhf-rb/etc/cron.d/dsa create mode 100755 hosts/hb0-armhf-rb/etc/cron.d/dsa create mode 100755 hosts/jenkins/etc/cron.d/dsa delete mode 100755 hosts/jenkins/etc/cron.d/jenkins create mode 100755 hosts/profitbricks-build1-amd64/etc/cron.d/dsa create mode 100755 hosts/profitbricks-build2-amd64/etc/cron.d/dsa create mode 100755 hosts/profitbricks-build3-amd64/etc/cron.d/dsa create mode 100755 hosts/profitbricks-build4-amd64/etc/cron.d/dsa create mode 100755 hosts/profitbricks-build5-amd64/etc/cron.d/dsa create mode 100755 hosts/profitbricks-build6-amd64/etc/cron.d/dsa create mode 100755 hosts/wbq0-armhf-rb/etc/cron.d/dsa (limited to 'hosts') diff --git a/hosts/bpi0-armhf-rb/etc/cron.d/dsa b/hosts/bpi0-armhf-rb/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/bpi0-armhf-rb/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/cbxi4pro0-armhf-rb/etc/cron.d/dsa b/hosts/cbxi4pro0-armhf-rb/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/cbxi4pro0-armhf-rb/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/hb0-armhf-rb/etc/cron.d/dsa b/hosts/hb0-armhf-rb/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/hb0-armhf-rb/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/jenkins/etc/cron.d/dsa b/hosts/jenkins/etc/cron.d/dsa new file mode 100755 index 00000000..f19c278b --- /dev/null +++ b/hosts/jenkins/etc/cron.d/dsa @@ -0,0 +1,11 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-job for jenkins.debian.net +# + +MAILTO=root + +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 diff --git a/hosts/jenkins/etc/cron.d/jenkins b/hosts/jenkins/etc/cron.d/jenkins deleted file mode 100755 index f2814940..00000000 --- a/hosts/jenkins/etc/cron.d/jenkins +++ /dev/null @@ -1,11 +0,0 @@ -# m h dom mon dow (0|7=sun,1=mon) command - -# -# cron-jobs for jenkins.debian.net -# - -MAILTO=root - -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 diff --git a/hosts/profitbricks-build1-amd64/etc/cron.d/dsa b/hosts/profitbricks-build1-amd64/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/profitbricks-build1-amd64/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/profitbricks-build2-amd64/etc/cron.d/dsa b/hosts/profitbricks-build2-amd64/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/profitbricks-build2-amd64/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/profitbricks-build3-amd64/etc/cron.d/dsa b/hosts/profitbricks-build3-amd64/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/profitbricks-build3-amd64/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/profitbricks-build4-amd64/etc/cron.d/dsa b/hosts/profitbricks-build4-amd64/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/profitbricks-build4-amd64/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/profitbricks-build5-amd64/etc/cron.d/dsa b/hosts/profitbricks-build5-amd64/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/profitbricks-build5-amd64/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/profitbricks-build6-amd64/etc/cron.d/dsa b/hosts/profitbricks-build6-amd64/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/profitbricks-build6-amd64/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 diff --git a/hosts/wbq0-armhf-rb/etc/cron.d/dsa b/hosts/wbq0-armhf-rb/etc/cron.d/dsa new file mode 100755 index 00000000..9be64c36 --- /dev/null +++ b/hosts/wbq0-armhf-rb/etc/cron.d/dsa @@ -0,0 +1,10 @@ +# m h dom mon dow (0|7=sun,1=mon) command + +# +# cron-jobs for jenkins.debian.net and nodes +# + +MAILTO=root + +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 -- cgit v1.2.3-54-g00ecf