summaryrefslogtreecommitdiff
path: root/debian/custodian.cron.daily
blob: 0f78837acab33223afc26c6c5bbc292a35387e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

#
# Ensure that any known-tests are pruned.
#
# This is only used if the `redis` alerter is enabled, if this is not
# used then this will be harmless.
#
# (This script is required because redis set-members do not have TTLs
# so they cannot be reaped automatically.)
#

/usr/bin/redis-cli  del known_tests >/dev/null 2>/dev/null