gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (ee145aa -> 5e76241)


From: gnunet
Subject: [taler-deployment] branch master updated (ee145aa -> 5e76241)
Date: Mon, 16 Oct 2023 22:21:40 +0200

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

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

    from ee145aa  buildbot: pass git revision to container
     new 048af34  buildbot: add additional sites to linkchecker script
     new 5e76241  buildbot: make linkchecker script easier to audit

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildbot/linkchecker.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh
index 2b24f7c..4db149a 100755
--- 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,9 +20,9 @@ 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/
 
 # 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]