diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-10 11:30:20 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-10 11:30:20 +0100 |
commit | 98df56f2a431702fece99314e987bbdd2a3f0a9d (patch) | |
tree | 692efb0277c857b39cf89be72bb4ae09ede5819e | |
parent | 8461b9fd374f715e08ba5d7ed63af2f015a8b134 (diff) |
Rename to a more general script name
-rw-r--r-- | config/crontab.ugly | 2 | ||||
-rwxr-xr-x | script/delete-old-things (renamed from script/delete-old-post-redirects) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/crontab.ugly b/config/crontab.ugly index 004f1cb7a..ee2083c65 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -22,7 +22,7 @@ MAILTO=team@whatdotheyknow.com 31 * * * * root run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/load-exim-logs.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/load-exim-logs || echo "stalled?" # Once a day, early morning -23 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/delete-old-post-redirects.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/delete-old-post-redirects || echo "stalled?" +23 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/delete-old-things.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/delete-old-things || echo "stalled?" 0 8 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-new-response-reminders.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/alert-new-response-reminders || echo "stalled?" 0 8 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/alert-not-clarified-request.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/alert-not-clarified-request || echo "stalled?" 2 4 * * * !!(*= $user *)!! run-with-lockfile -n /data/vhost/!!(*= $vhost *)!!/check-recent-requests-sent.lock /data/vhost/!!(*= $vhost *)!!/whatdotheyknow/script/check-recent-requests-sent || echo "stalled?" diff --git a/script/delete-old-post-redirects b/script/delete-old-things index c1354e4f4..c1354e4f4 100755 --- a/script/delete-old-post-redirects +++ b/script/delete-old-things |