File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 53
53
54
54
* Begin introducing `pants <https://www.pantsbuild.org/docs >`_ to improve DX (Developer Experience)
55
55
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
56
- to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724 #5726 #5725 #5732 #5733
56
+ to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724 #5726 #5725 #5732 #5733 #5737
57
57
Contributed by @cognifloyd
58
58
59
59
Changed
Original file line number Diff line number Diff line change
1
+ [anonymous-telemetry ]
2
+ # This is opt-in by default, but we explicitly disable here as well.
3
+ enabled = false
4
+ # repo_id here allows individuals to opt-in on their machine
5
+ # To opt-in, use ~/.pants.rc or envrc to set [anonymous-telemetry].enabled=true
6
+ repo_id = " de0dea7a-9f6a-4c6e-aa20-6ba5ad969b8a"
7
+
1
8
[GLOBAL ]
2
9
pants_version = " 2.14.0rc1"
3
10
backend_packages = [
You can’t perform that action at this time.
0 commit comments