gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: linkchecker time; cat linkchec


From: gnunet
Subject: [taler-deployment] branch master updated: linkchecker time; cat linkchecker.log in linkchecker.sh
Date: Fri, 19 Jun 2020 07:40:47 +0200

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

buck pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e798ca3  linkchecker time; cat linkchecker.log in linkchecker.sh
e798ca3 is described below

commit e798ca33d9589768026964d1b1c4e0d1c2c77e6f
Author: buckE <buckE@disroot.org>
AuthorDate: Fri Jun 19 05:40:33 2020 +0000

    linkchecker time; cat linkchecker.log in linkchecker.sh
---
 buildbot/linkchecker.sh | 7 +++++--
 buildbot/master.cfg     | 8 ++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/buildbot/linkchecker.sh b/buildbot/linkchecker.sh
index ed2018c..519c7b8 100755
--- a/buildbot/linkchecker.sh
+++ b/buildbot/linkchecker.sh
@@ -21,10 +21,13 @@ fi
 
 echo
 echo "Running this command:"
-echo   " wget --spider -r -nd -nv -H -l 1 -w 2 -o - https://www.taler.net/";
-wget --spider -r -nd -nv -H -l 1 -w 2 -o - https://www.taler.net/
+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/
 
+# display logfile
 echo
+echo "Displaying contents of logfile"
+cat $logfile
 
 # Search the log for the phrase "broken link" as this is what wget will report
 if grep -iRl 'broken link!!' $logfile
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index b4e855d..716bde8 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -148,13 +148,13 @@ NIGHTLY_SCHEDULER = schedulers.Nightly(
 )
 
 # linkchecker SCHEDULER
-# Run at 7:30am every day.
+# Run at 7:45am every day.
 LINKCHECKER_SCHEDULER = schedulers.Nightly(
     name="linkchecker-scheduler",
     builderNames=["linkchecker-builder"],
     branch="master",
     hour=7,
-    minute=30
+    minute=45
 )
 
 # buildslavetest SCHEDULER
@@ -391,7 +391,7 @@ LINKCHECKER_FACTORY.addStep(
     ShellCommand(
         name="linkchecker",
         description="Check taler.net website for broken links && Notify",
-        descriptionDone=": See /home/linkchecker/linkchecker.log for details.",
+        descriptionDone="Results of wget in buildbot logs.",
         command=["/home/linkchecker/deployment/buildbot/linkchecker.sh"],
         workdir="/home/linkchecker",
         haltOnFailure=True
@@ -1002,7 +1002,7 @@ IRC = reporters.IRC(
         'failureToSuccess': 1
     }
 )
- 
+
 EMAIL = reporters.MailNotifier(
     fromaddr="testbuild@taler.net",
     sendToInterestedUsers=False,

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