summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-10 10:38:25 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-10 10:38:25 +0200
commit80073aadb9afb80ed2be003a9925d614136438d3 (patch)
treebcc29c852bdc99acb0ec39ed2432ac5f2cf0ffdb /buildbot/master.cfg
parent05d622364619333244201c2779b724e0db457d83 (diff)
downloaddeployment-80073aadb9afb80ed2be003a9925d614136438d3.tar.gz
deployment-80073aadb9afb80ed2be003a9925d614136438d3.tar.bz2
deployment-80073aadb9afb80ed2be003a9925d614136438d3.zip
remove debug code
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f6aa666..d2b529c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -130,10 +130,6 @@ 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',