gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: No need of Regex to match p


From: gnunet
Subject: [libeufin-deployment] branch master updated: No need of Regex to match project name.
Date: Fri, 20 Nov 2020 15:59:58 +0100

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

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f1c6cd4  No need of Regex to match project name.
f1c6cd4 is described below

commit f1c6cd46a21858ff8f1d6059c4a891ee59ee91b5
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 20 15:59:35 2020 +0100

    No need of Regex to match project name.
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 024235e..9cd1278 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -60,7 +60,7 @@ FORCE_SCHEDULER = schedulers.ForceScheduler(
 GITPUSH_SCHEDULER = schedulers.SingleBranchScheduler(
     name="gitpush-scheduler",
     change_filter=util.ChangeFilter(
-        branch="master", project_re="(libeufin)"
+        branch="master", project="libeufin"
     ),
     treeStableTimer=None,
     builderNames=["unittests-builder", "integration-tests-builder"]

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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