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: schedule docs bui


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: schedule docs builder properly
Date: Thu, 29 Aug 2019 16:47:08 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c7d8181  schedule docs builder properly
c7d8181 is described below

commit c7d8181177b36cb86e84fedcfccb3d6acc442d87
Author: Florian Dold <address@hidden>
AuthorDate: Thu Aug 29 16:47:05 2019 +0200

    schedule docs builder properly
---
 buildbot/master.cfg | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f90e6a6..be5c3e0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -141,7 +141,7 @@ def twister_web_page(change):
 
 def doc_filter(change):
     _change = change.asDict()
-    if _change.get("project") in ["api",
+    if _change.get("project") in ["docs",
                                   "merchant-frontend-examples"]:
         return True
     ##
@@ -170,8 +170,7 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler(
     change_filter=util.ChangeFilter(
         branch_re="(master|stable)",
         filter_fn=doc_filter,
-        project_re="(backoffice|api|www|bank|exchange|merchant"
-                   "|deployment|merchant-frontend-examples)"),
+        project_re="(docs)",
     treeStableTimer=None)
 
 

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



reply via email to

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