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 syntax quirk.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix syntax quirk.
Date: Fri, 09 Mar 2018 11:56:58 +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 0155a7f  fix syntax quirk.
0155a7f is described below

commit 0155a7f1e46440529c4c54c3080d400befb991ff
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Mar 9 11:56:43 2018 +0100

    fix syntax quirk.
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c85fb1c..3896204 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") not in ["exchange", "merchant""]:
+    if _changes.get("project") not in ["exchange", "merchant"]:
         return True
     files = _changes.get("files")
     for file in files:

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



reply via email to

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