BuildmasterConfig key 'status' is deprecated
This commit is contained in:
parent
ab2b3af1d1
commit
0c2ea447d8
@ -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