aboutsummaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-10 10:28:51 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-10 10:28:51 +0200
commit3766ed209ee2c1a8dec8d11910e83b74839af139 (patch)
tree53e4c6fafa59557b03416dac472f9236af348a3d /buildbot/master.cfg
parentd6d77ba46c4aafca393f4d3f05b05f854f4fe991 (diff)
downloaddeployment-3766ed209ee2c1a8dec8d11910e83b74839af139.tar.gz
deployment-3766ed209ee2c1a8dec8d11910e83b74839af139.tar.bz2
deployment-3766ed209ee2c1a8dec8d11910e83b74839af139.zip
permissions debug
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index d2b529c..538ad28 100644
--- 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',