Merge pull request #21 from seimonw/master

BuildmasterConfig key 'status' is deprecated
This commit is contained in:
Povilas Kanapickas 2021-03-25 12:07:37 +02:00 committed by GitHub
commit 81bb62ae26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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