diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-25 19:39:37 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-25 19:39:37 +0000 |
commit | 1230b81e9c2a551e49c13355049b2cbecc5c1935 (patch) | |
tree | 41d34fb665f414171c4d02ca6ce9b3efa5026775 /bin/custodian-dequeue | |
parent | d9bd7ccb226b80a3758af9a5dad396fb8c719313 (diff) |
Removed references to sentinel.
Diffstat (limited to 'bin/custodian-dequeue')
-rwxr-xr-x | bin/custodian-dequeue | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index 1e68a27..2d25f0f 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -32,12 +32,9 @@ # ABOUT # # This tool is designed to pull network/protocol-tests from a beanstalkd server and execute -# them, in series. +# them one by one. # -# The tests are created, via custodian-enqueue, by parsing a configuration -# file largely compatible with that used for our obsolete sentinel tool. -# -# The results of the testing will be sent to a mauvealert server. +# The results of the testing will be sent to a notifier, where they can later be acted upon. # # # AUTHOR |