ports/devel/buildbot/files/patch-buildbot-scripts-sample.cfg
Michael Gmelin fd55f71a3d Update to 0.9.4
This patches the sample configuration, so buildbot won't phone home by
default.

Also take maintainership. If interested, the original maintainer
is welcome to take it back.

PR:		217700
Approved by:	maintainer timeout (2 weeks)
2017-03-27 16:53:16 +00:00

12 lines
399 B
INI

--- buildbot/scripts/sample.cfg~ 2017-01-11 14:05:29.000000000 +0100
+++ buildbot/scripts/sample.cfg 2017-03-07 18:01:36.617128988 +0100
@@ -10,6 +10,9 @@
# a shorter alias to save typing.
c = BuildmasterConfig = {}
+####### DON'T SEND USAGE DATA TO BUILDBOT.NET
+c['buildbotNetUsageData'] = None
+
####### WORKERS
# The 'workers' list defines the set of recognized workers. Each element is