commit 6b5ccf644460a7e725bc7349cc3e24cd044641ea parent 5c50b5acb07eb006575a0033c0f38e672fa2503c Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 17 Apr 2019 19:22:58 +0200 remove unused Diffstat:
| M | buildbot/demo-checker-master.cfg | | | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git 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