소스 검색

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


불러오는 중...
취소
저장