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: fix watched proje


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix watched projects list.
Date: Wed, 21 Mar 2018 10:59:49 +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 f2fe2b6  fix watched projects list.
f2fe2b6 is described below

commit f2fe2b6e7ee10e584f2463fe1de7dd6eac9d50fc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 21 10:59:24 2018 +0100

    fix watched projects list.
---
 buildbot/master.cfg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 56376c1..1685107 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -82,8 +82,8 @@ 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|api|www|bank|exchange|merchant"
+                   "|help|deployment|merchant-frontend-examples"
                    "|docs-landing"),
     treeStableTimer=None)
 
@@ -105,9 +105,9 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler(
     name="all-scheduler",
     change_filter=util.ChangeFilter(
         branch="master",
-        project_re="backoffice|wallet|bank|exchange"
-                   "merchant|deployment|donations|blog"
-                   "help|survey|landing|playground"),
+        project_re="backoffice|wallet|bank|exchange|"
+                   "merchant|deployment|donations|"
+                   "blog|help|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]