taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 5440b3b56f688ceb0a71bb6062d07a5f5cbdb8eb
parent b698eebbcd6175849ac4506706966c51f8ea58f3
Author: Devan Carpenter <devan@taler.net>
Date:   Mon, 15 Jan 2024 13:44:03 -0500

linkchecker: wait 1 second between requests

Diffstat:
Mbuildbot/linkchecker.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh @@ -6,7 +6,7 @@ ## This script will scan www.taler.net for broken links and e-mail a copy of the log if any are found. logfile="$HOME/linkchecker.log" -wait_time="0" +wait_time="1" recurse_level="1" ignore_list="(.*)demo.taler.net(.*)\/orders\/(.*)" # appears to do *nothing*