diff options
Diffstat (limited to 'etc/cron.daily')
-rwxr-xr-x | etc/cron.daily/jenkins | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/cron.daily/jenkins b/etc/cron.daily/jenkins deleted file mode 100755 index 47e52f9b..00000000 --- a/etc/cron.daily/jenkins +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# this is needed as this IP address has to be hardcoded in /etc/apache2/sites-available/jenkins.debian.net - -if [ "$(host git.debian.org|head -1)" != "git.debian.org has address 5.153.231.21" ] ; then - echo "IP address of git.debian.org has changed, please update etc/apache2/sites-available/jenkins.debian.net and etc/cron.daily/jenkins in jenkins.debian.net.git" - host git.debian.org -fi |