summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-10 10:30:34 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-10 10:30:34 +0200
commit05d622364619333244201c2779b724e0db457d83 (patch)
tree38d19f6f0e972e545dd69b8129c4c4ffeabc8482
parent3766ed209ee2c1a8dec8d11910e83b74839af139 (diff)
downloaddeployment-05d622364619333244201c2779b724e0db457d83.tar.gz
deployment-05d622364619333244201c2779b724e0db457d83.tar.bz2
deployment-05d622364619333244201c2779b724e0db457d83.zip
syntax
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 538ad28..f6aa666 100644
--- 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',