瀏覽代碼

rename example worker to local worker

covid-videoplattform
父節點
當前提交
7e78885b36
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      templates/buildbot/master.cfg.j2

+ 1
- 1
templates/buildbot/master.cfg.j2 查看文件

@@ -15,7 +15,7 @@ c = BuildmasterConfig = {}
# The 'workers' list defines the set of recognized workers. Each element is
# a Worker object, specifying a unique worker name and password. The same
# worker name and password must be configured on the worker.
c['workers'] = [worker.LocalWorker("example-worker")]
c['workers'] = [worker.LocalWorker("local-worker")]

# 'protocols' contains information about protocols which master will use for
# communicating with workers. You must define at least 'port' option that workers


Loading…
取消
儲存