taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit f3159269a1f218b7e7e49912c705f944afec1293
parent bb6090eafddd41eb327fa9fe6969633043f61513
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 21 May 2019 14:59:45 +0200

namefix + test change

Diffstat:
Mbuildbot/master.cfg | 6+++---
Mdoc/onboarding.texi | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -1,4 +1,4 @@ -\input texinfo @c -*-texinfo-*- +\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename onboarding.info @include version.texi