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: namefix


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: namefix
Date: Tue, 21 May 2019 14:57:15 +0200

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 bb6090e  namefix
bb6090e is described below

commit bb6090eafddd41eb327fa9fe6969633043f61513
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 21 14:57:08 2019 +0200

    namefix
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 87a6fa7..0ff5122 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -127,10 +127,10 @@ c["change_source"] = [ALLCS]
 
 def doc_filter(change):
     _changes = change.asDict()
-    if changes.get("project") in ["api",
-                                  "www",
-                                  "merchant-frontend-examples",
-                                  "docs-landing"]:
+    if _changes.get("project") in ["api",
+                                   "www",
+                                   "merchant-frontend-examples",
+                                   "docs-landing"]:
         return True
     ##
     # All the other cases must involve a "doc" file in the

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



reply via email to

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