gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: buildbot: add demo.taler.net h


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: add demo.taler.net hosts to linkchecker
Date: Mon, 16 Oct 2023 22:33:21 +0200

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3d239b6  buildbot: add demo.taler.net hosts to linkchecker
3d239b6 is described below

commit 3d239b686d602a2d3c2b30bf8353b80b56772445
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Oct 16 16:32:42 2023 -0400

    buildbot: add demo.taler.net hosts to linkchecker
---
 buildbot/linkchecker.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh
index 4db149a..0986181 100755
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]