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: still fixing stri


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: still fixing strings.
Date: Fri, 09 Mar 2018 11:59:45 +0100

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 bad0998  still fixing strings.
bad0998 is described below

commit bad0998c796aa1aa223350bba1b10f57996944c0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 9 11:59:32 2018 +0100

    still fixing strings.
---
 buildbot/master.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0d351ae..97e432b 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -82,7 +82,9 @@ 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|docs-landing"),
+        project_re="backoffice|help|api|www|bank|exchange|merchant"
+                   "|deployment|merchant-frontend-examples"
+                   "|docs-landing"),
     treeStableTimer=None)
 
 WALLET_SCHEDULER = schedulers.SingleBranchScheduler(
@@ -105,7 +107,7 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler(
         branch="master",
         project_re="backoffice|wallet|bank|exchange"
                    "merchant|deployment|donations|blog"
-                   |survey|landing|playground"),
+                   "|survey|landing|playground"),
     treeStableTimer=None,
     builderNames=["switcher-builder"])
 

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



reply via email to

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