blob: a20d9cbed8afb0aee48b81e58ab3783cc8f24824 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|