taler-deployment

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

commit 3766ed209ee2c1a8dec8d11910e83b74839af139
parent d6d77ba46c4aafca393f4d3f05b05f854f4fe991
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sat, 10 Jun 2017 10:28:51 +0200

permissions debug

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -130,6 +130,10 @@ 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!" + command=["umask"])) doc_factory.addStep(Git(repourl='git://git.taler.net/deployment.git', mode='full', method='fresh',