gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: kill periodic sch


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: kill periodic scheduler for docs
Date: Tue, 24 Oct 2017 17:18:43 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8381c07  kill periodic scheduler for docs
8381c07 is described below

commit 8381c07206a5d9a90f34e5103e96e29cea918bd8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 24 17:18:20 2017 +0200

    kill periodic scheduler for docs
---
 buildbot/master.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 93c5165..42a4155 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -47,10 +47,12 @@ c["change_source"] = [allcs]
 # Configure the Schedulers, which decide how to react to incoming changes.
 
 # Re-build documentation periodically
-doc_scheduler = schedulers.Periodic(
+doc_scheduler = schedulers.SingleBranchScheduler(
         name="periodic-doc-scheduler",
         builderNames=["doc-builder"],
-        periodicBuildTimer=12*60*60)
+        #FIXME, this way we build components' manuals only if 'api' or 'www' 
get pushed.
+        change_filter=util.ChangeFilter(branch="master", project_re="api|www"),
+        treeStableTimer=None)
 
 wallet_scheduler = schedulers.SingleBranchScheduler(
         name="wallet-scheduler",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]