taler-deployment

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

commit 5e762411b38fa7ce2275883e66dbfc2956b942fb
parent 048af345f44230e51babec5a78ec09593c724a71
Author: Devan Carpenter <devan@taler.net>
Date:   Mon, 16 Oct 2023 16:21:30 -0400

buildbot: make linkchecker script easier to audit

Diffstat:
Mbuildbot/linkchecker.sh | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh @@ -1,5 +1,5 @@ #!/bin/bash - +set -v # Removed because wget errors with error 8 (Server issued an error response.) #set -e @@ -20,8 +20,6 @@ fi # Use wget to scan www.taler.net and save output echo -echo "Running this command:" -echo " wget --spider -r -nd -nv -H -l 1 -w 2 -o $logfile https://www.taler.net/" wget --spider -r -nd -nv -H -l 1 -w 2 -o $logfile https://www.taler.net/ wget --spider -r -nd -nv -H -l 1 -w 2 -a $logfile https://docs.taler.net/ wget --spider -r -nd -nv -H -l 1 -w 2 -a $logfile https://taler-systems.net/