taler-deployment

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

commit 82b748694d78d607cccfde9a25623340fd739c4a
parent 5934e7294a21bb332d16c907aed4f25df1a0b416
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 20 May 2019 23:40:57 +0200

name fix

Diffstat:
Mbuildbot/master.cfg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -126,7 +126,7 @@ c["change_source"] = [ALLCS] # Re-build documentation periodically def doc_filter(change): - changes = change.asDict() + _changes = change.asDict() if changes.get("project") in ["api", "www", "merchant-frontend-examples",