BuildmasterConfig key 'status' is deprecated

This commit is contained in:
Seimon Williams 2021-03-23 16:08:56 +00:00
parent ab2b3af1d1
commit 0c2ea447d8
No known key found for this signature in database
GPG Key ID: 4B15C99D7C31A239

View File

@ -80,13 +80,13 @@ c['builders'].append(
workernames=["example-worker"],
factory=factory))
####### STATUS TARGETS
####### REPORTER TARGETS
# 'status' is a list of Status Targets. The results of each build will be
# pushed to these targets. buildbot/status/*.py has a variety to choose from,
# 'services' is a list of Reporter Targets. The results of each build will be
# pushed to these targets. buildbot/reporters/*.py has a variety to choose from,
# like IRC bots.
c['status'] = []
c['services'] = []
####### PROJECT IDENTITY