gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 02/02: buildbot: make linkchecker script easier to au


From: gnunet
Subject: [taler-deployment] 02/02: buildbot: make linkchecker script easier to audit
Date: Mon, 16 Oct 2023 22:21:42 +0200

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

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

commit 5e762411b38fa7ce2275883e66dbfc2956b942fb
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Oct 16 16:21:30 2023 -0400

    buildbot: make linkchecker script easier to audit
---
 buildbot/linkchecker.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh
index 3ca8265..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,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/

-- 
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]