gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: linkchecker set to 10am to run


From: gnunet
Subject: [taler-deployment] branch master updated: linkchecker set to 10am to run automatically
Date: Wed, 17 Jun 2020 09:42:54 +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 dfbd430  linkchecker set to 10am to run automatically
dfbd430 is described below

commit dfbd43083bf9a83bf0c9442e59a75839884d48c6
Author: buckE <buckE@disroot.org>
AuthorDate: Wed Jun 17 07:42:36 2020 +0000

    linkchecker set to 10am to run automatically
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 81ba85a..638ba0a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -148,13 +148,13 @@ NIGHTLY_SCHEDULER = schedulers.Nightly(
 )
 
 # linkchecker SCHEDULER
-# Run at 9:38am every day.
+# Run at 10am every day.
 LINKCHECKER_SCHEDULER = schedulers.Nightly(
     name="linkchecker-scheduler",
     builderNames=["linkchecker-builder"],
     branch="master",
-    hour=9,
-    minute=38
+    hour=10,
+    minute=00
 )
 
 # buildslavetest SCHEDULER

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