Merge pull request #21 from seimonw/master
BuildmasterConfig key 'status' is deprecated
This commit is contained in:
commit
81bb62ae26
@ -80,13 +80,13 @@ c['builders'].append(
|
|||||||
workernames=["example-worker"],
|
workernames=["example-worker"],
|
||||||
factory=factory))
|
factory=factory))
|
||||||
|
|
||||||
####### STATUS TARGETS
|
####### REPORTER TARGETS
|
||||||
|
|
||||||
# 'status' is a list of Status Targets. The results of each build will be
|
# 'services' is a list of Reporter Targets. The results of each build will be
|
||||||
# pushed to these targets. buildbot/status/*.py has a variety to choose from,
|
# pushed to these targets. buildbot/reporters/*.py has a variety to choose from,
|
||||||
# like IRC bots.
|
# like IRC bots.
|
||||||
|
|
||||||
c['status'] = []
|
c['services'] = []
|
||||||
|
|
||||||
####### PROJECT IDENTITY
|
####### PROJECT IDENTITY
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user