gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: linkchecker_scheduler update t


From: gnunet
Subject: [taler-deployment] branch master updated: linkchecker_scheduler update time
Date: Thu, 18 Jun 2020 05:51:43 +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 9a78c32  linkchecker_scheduler update time
9a78c32 is described below

commit 9a78c329b3edd37e8918cf6bb00a25661094e0fd
Author: buckE <buckE@disroot.org>
AuthorDate: Thu Jun 18 03:51:29 2020 +0000

    linkchecker_scheduler update time
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d9172ec..039e669 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -148,13 +148,13 @@ NIGHTLY_SCHEDULER = schedulers.Nightly(
 )
 
 # linkchecker SCHEDULER
-# Run at 10am every day.
+# Run at 5:55am every day.
 LINKCHECKER_SCHEDULER = schedulers.Nightly(
     name="linkchecker-scheduler",
     builderNames=["linkchecker-builder"],
     branch="master",
-    hour=10,
-    minute=00
+    hour=5,
+    minute=55
 )
 
 # 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]