summaryrefslogtreecommitdiff
path: root/buildbot/demo-checker-master.cfg
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-04-17 19:22:58 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-04-17 19:22:58 +0200
commit6b5ccf644460a7e725bc7349cc3e24cd044641ea (patch)
tree2827163bf76913f7dcdebd078cfb2bbd38240413 /buildbot/demo-checker-master.cfg
parent5c50b5acb07eb006575a0033c0f38e672fa2503c (diff)
downloaddeployment-6b5ccf644460a7e725bc7349cc3e24cd044641ea.tar.gz
deployment-6b5ccf644460a7e725bc7349cc3e24cd044641ea.tar.bz2
deployment-6b5ccf644460a7e725bc7349cc3e24cd044641ea.zip
remove unused
Diffstat (limited to 'buildbot/demo-checker-master.cfg')
-rw-r--r--buildbot/demo-checker-master.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/buildbot/demo-checker-master.cfg b/buildbot/demo-checker-master.cfg
index a38d92d..c6de726 100644
--- a/buildbot/demo-checker-master.cfg
+++ b/buildbot/demo-checker-master.cfg
@@ -40,10 +40,7 @@ c["protocols"] = {
# the 'change_source' setting tells the buildmaster how it should
# find out about source code changes.
-# NOTE: BB is bound to localhost
-ALLCS = changes.PBChangeSource(user="allcs", passwd="allcs")
-
-c["change_source"] = [ALLCS]
+# No need for change sources.
####### SCHEDULERS