gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: linkchecker: clearly demarcate


From: gnunet
Subject: [taler-deployment] branch master updated: linkchecker: clearly demarcate each crawl
Date: Sun, 18 Feb 2024 21:26:59 +0100

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 77d8729  linkchecker: clearly demarcate each crawl
77d8729 is described below

commit 77d87294ff01bc25bc9472c095ea40671fc627e7
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Sun Feb 18 15:26:49 2024 -0500

    linkchecker: clearly demarcate each crawl
---
 buildbot/linkchecker.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh
index 90d8df1..c8f5680 100755
--- a/buildbot/linkchecker.sh
+++ b/buildbot/linkchecker.sh
@@ -25,6 +25,7 @@ podman build -t linkchecker:latest -f 
"$HOME/deployment/buildbot/linkchecker.Con
 # Use wget to scan hosts and save output
 for url in "https://www.taler.net/"; "https://docs.taler.net/"; 
"https://taler-systems.net/"; "https://demo.taler.net/"; 
"https://bank.demo.taler.net/"; "https://shop.demo.taler.net/"; 
"https://donations.demo.taler.net/"; "https://survey.demo.taler.net/"; ; do
        echo "Starting check on $url"
+       echo -e "\n\n#############################\n## Starting check on 
${url}\n#############################\n"
        podman run --rm localhost/linkchecker:latest \
                linkchecker \
                --no-robots \

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