taler-deployment

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

commit 3d239b686d602a2d3c2b30bf8353b80b56772445
parent 5e762411b38fa7ce2275883e66dbfc2956b942fb
Author: Devan Carpenter <devan@taler.net>
Date:   Mon, 16 Oct 2023 16:32:42 -0400

buildbot: add demo.taler.net hosts to linkchecker

Diffstat:
Mbuildbot/linkchecker.sh | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh @@ -17,12 +17,15 @@ if [ -f "$logfile" ] echo "Info: existing log file '$logfile' not found." fi -# Use wget to scan www.taler.net and save output - -echo +# Use wget to scan hosts and save output 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/ +wget --spider -r -nd -nv -H -l 1 -w 2 -a $logfile https://demo.taler.net/ +wget --spider -r -nd -nv -H -l 1 -w 2 -a $logfile https://bank.demo.taler.net/ +wget --spider -r -nd -nv -H -l 1 -w 2 -a $logfile https://shop.demo.taler.net/ +wget --spider -r -nd -nv -H -l 1 -w 2 -a $logfile https://donations.demo.taler.net/ +wget --spider -r -nd -nv -H -l 1 -w 2 -a $logfile https://survey.demo.taler.net/ # display logfile echo