[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated (1756cdb -> 5374ff7)
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated (1756cdb -> 5374ff7) |
Date: |
Mon, 19 Feb 2024 12:09:55 +0100 |
This is an automated email from the git hooks/post-receive script.
devan-carpenter pushed a change to branch master
in repository deployment.
from 1756cdb head.taler.net: update deployment script
new 7dc0b0e linkchecker: ignore checkout in demo
new 5374ff7 linkchecker: grep for errors is case senstive
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 | 2 +-
buildbot/linkcheckerrc | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh
index bb9c04b..24c90a0 100755
--- a/buildbot/linkchecker.sh
+++ b/buildbot/linkchecker.sh
@@ -34,7 +34,7 @@ for url in "https://www.taler.net/" "https://docs.taler.net/"
"https://taler-sys
done
# Search the log for the phrase "broken link" as this is what wget will report
-if grep -iRl 'Error' $logfile
+if grep -Rl 'Error' $logfile
then
echo "Found broken links. Build should fail (exit 1),
triggering e-mail notification."
exit 1
diff --git a/buildbot/linkcheckerrc b/buildbot/linkcheckerrc
index 837277c..027d722 100644
--- a/buildbot/linkcheckerrc
+++ b/buildbot/linkcheckerrc
@@ -22,6 +22,7 @@
ignoreerrors=
^mailto
.*orders.*
+ ^https://donations.demo.taler.net/en/checkout
# ignore all errors for broken.example.com:
# ^https?://broken.example.com/
# ignore SSL errors for dev.example.com:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-deployment] branch master updated (1756cdb -> 5374ff7),
gnunet <=