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 + test ch


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: namefix + test change
Date: Tue, 21 May 2019 14:59:54 +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 f315926  namefix + test change
f315926 is described below

commit f3159269a1f218b7e7e49912c705f944afec1293
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue May 21 14:59:45 2019 +0200

    namefix + test change
---
 buildbot/master.cfg | 6 +++---
 doc/onboarding.texi | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 0ff5122..663c4bd 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -126,8 +126,8 @@ c["change_source"] = [ALLCS]
 # Re-build documentation periodically
 
 def doc_filter(change):
-    _changes = change.asDict()
-    if _changes.get("project") in ["api",
+    _change = change.asDict()
+    if _change.get("project") in ["api",
                                    "www",
                                    "merchant-frontend-examples",
                                    "docs-landing"]:
@@ -135,7 +135,7 @@ def doc_filter(change):
     ##
     # All the other cases must involve a "doc" file in the
     # changes.
-    files = _changes.get("files")
+    files = _change.get("files")
     for file in files:
         if re.search(r"doc[s]?|manual", file.get("name", "")):
             return True
diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index 040eba5..7afb0e6 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -1,4 +1,4 @@
-\input texinfo @c -*-texinfo-*-
+\input texinfo @c -*-texinfo-*- 
 @c %**start of header
 @setfilename onboarding.info
 @include version.texi

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



reply via email to

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