diff -r 94669513c53c -r c18460da6620 deploy/config/cron.hourly/00-drupal-cron
--- a/deploy/config/cron.hourly/00-drupal-cron
+++ b/deploy/config/cron.hourly/00-drupal-cron
@@ -1,3 +1,6 @@
 #!/bin/bash
-/usr/bin/wget -O - -q -t 1 http://www.soundsoftware.ac.uk/cron.php
 
+## No longer used - this site is now static
+
+# /usr/bin/wget -O - -q -t 1 http://www.soundsoftware.ac.uk/cron.php
+
diff -r 94669513c53c -r c18460da6620 deploy/config/cron.hourly/10-redmine-fetch-changesets
--- a/deploy/config/cron.hourly/10-redmine-fetch-changesets
+++ b/deploy/config/cron.hourly/10-redmine-fetch-changesets
@@ -1,3 +1,5 @@
 #!/bin/bash
+
 sudo -u code sh -c "cd /var/www/code ; ./script/rails runner \"Repository.fetch_changesets\" -e production 2>&1 | grep -v 'Not trusting' | grep -v 'svn:' | grep -v 'working copy' | grep -v 'deprecated' | grep -v 'version_requirements'"
 exit 0
+
diff -r 94669513c53c -r c18460da6620 deploy/config/cron.hourly/20-convert-external-repos
--- a/deploy/config/cron.hourly/20-convert-external-repos
+++ b/deploy/config/cron.hourly/20-convert-external-repos
@@ -1,2 +1,4 @@
 #!/bin/bash
+
 sudo -H -u www-data /var/www/code/reposman/run-external.sh
+
diff -r 94669513c53c -r c18460da6620 deploy/config/cron.hourly/30-expire-explore-cache
--- a/deploy/config/cron.hourly/30-expire-explore-cache
+++ b/deploy/config/cron.hourly/30-expire-explore-cache
@@ -1,2 +1,3 @@
 #!/bin/sh
+
 rm -f /var/www/code/tmp/cache/*/*/views*explore*
diff -r 94669513c53c -r c18460da6620 deploy/config/cron.hourly/40-export-git
--- a/deploy/config/cron.hourly/40-export-git
+++ b/deploy/config/cron.hourly/40-export-git
@@ -1,3 +1,6 @@
 #!/bin/bash
+
 logfile="/var/www/code/log/export-git.log"
+
 sudo -u code sh -c "cd /tmp ; /var/www/code/extra/soundsoftware/export-git.sh production /var/hg /var/files/git-mirror >> $logfile 2>&1"
+
