mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
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)
12 lines
399 B
INI
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
|