taler-deployment

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

commit 8c209e1963dddd7490925bea72f10b5ba729982c
parent 0155a7f1e46440529c4c54c3080d400befb991ff
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  9 Mar 2018 11:57:38 +0100

fix comment syntax.

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -72,7 +72,7 @@ def doc_filter(change): NIGHTLY_SCHEDULER = schedulers.Nightly( name="nightly-scheduler", builderNames=["lcov-builder"], - branch="master", // why mandatory? + branch="master", # why mandatory? hour=6, minute=0)