taler-deployment

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

commit 048af345f44230e51babec5a78ec09593c724a71
parent ee145aa3cf5f15b20592463d646f6e145a18d6dd
Author: Devan Carpenter <devan@taler.net>
Date:   Mon, 16 Oct 2023 16:19:47 -0400

buildbot: add additional sites to linkchecker script

Diffstat:
Mbuildbot/linkchecker.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh @@ -23,6 +23,8 @@ 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/ # display logfile echo