|
@@ -8,6 +8,7 @@ from buildbot.plugins import * |
|
|
c = BuildmasterConfig = {} |
|
|
c = BuildmasterConfig = {} |
|
|
|
|
|
|
|
|
c['workers'] = [] |
|
|
c['workers'] = [] |
|
|
|
|
|
c['workers'].append(worker.LocalWorker("local-worker",max_builds=1)) |
|
|
|
|
|
|
|
|
c['protocols'] = {'pb': {'port': 9989}} |
|
|
c['protocols'] = {'pb': {'port': 9989}} |
|
|
|
|
|
|
|
|