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 (72f7e47 -> e87eaf


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated (72f7e47 -> e87eaf6)
Date: Tue, 06 Feb 2018 04:34:17 +0100

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

dold pushed a change to branch master
in repository deployment.

    from 72f7e47  fix build script
     new 457b51c  BB config
     new e87eaf6  BB config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 68761e8..9d04a9d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -61,7 +61,7 @@ c["change_source"] = [ALLCS]
 
 def doc_filter(change):
     _changes = change.asDict()
-    if _changes.get("project") in ["docs-landing", "api", "www", 
"merchant-frontend-examples"]:
+    if _changes.get("project") not in ["exchange", "merchant""]:
         return True
     files = _changes.get("files")
     for file in files:
@@ -75,7 +75,7 @@ DOC_SCHEDULER = schedulers.SingleBranchScheduler(
     change_filter=util.ChangeFilter(
         branch="master",
         filter_fn=doc_filter,
-        
project_re="backoffice|help|api|www|bank|exchange|merchant|deployment|merchant-frontend-examples"),
+        
project_re="backoffice|help|api|www|bank|exchange|merchant|deployment|merchant-frontend-examples|docs-landing"),
     treeStableTimer=None)
 
 WALLET_SCHEDULER = schedulers.SingleBranchScheduler(

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



reply via email to

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