taler-deployment

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

commit 05d622364619333244201c2779b724e0db457d83
parent 3766ed209ee2c1a8dec8d11910e83b74839af139
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sat, 10 Jun 2017 10:30:34 +0200

syntax

Diffstat:
Mbuildbot/master.cfg | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -131,8 +131,8 @@ selenium_factory.addStep(ShellCommand(name="selenium", doc_factory = util.BuildFactory() doc_factory.addStep(ShellCommand(name="permissions debug", - description="see umask for this worker" - descriptionDone="Look at umask output!" + description="see umask for this worker", + descriptionDone="Look at umask output!", command=["umask"])) doc_factory.addStep(Git(repourl='git://git.taler.net/deployment.git', mode='full',