diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-util/github-cli/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-util/github-cli/files')
| -rw-r--r-- | dev-util/github-cli/files/github-cli-2.92.0-disable-telemetry.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/github-cli/files/github-cli-2.92.0-disable-telemetry.patch b/dev-util/github-cli/files/github-cli-2.92.0-disable-telemetry.patch deleted file mode 100644 index f9d1e08efd4f..000000000000 --- a/dev-util/github-cli/files/github-cli-2.92.0-disable-telemetry.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://bugs.gentoo.org/973099 - ---- a/internal/telemetry/telemetry.go -+++ b/internal/telemetry/telemetry.go -@@ -104,6 +104,8 @@ const ( - // The GH_TELEMETRY environment variable takes precedence, followed by DO_NOT_TRACK, then the configuration value. - // Recognized values for GH_TELEMETRY and config are "enabled", "disabled", "log", or any falsey value (e.g. "0", "false", "no") to disable telemetry. - func ParseTelemetryState(configValue string) TelemetryState { -+ _ = configValue -+ return Disabled - // GH_TELEMETRY env var takes highest precedence - if envVal, ok := lookupEnvFunc("GH_TELEMETRY"); ok { - envVal = strings.TrimSpace(strings.ToLower(envVal)) |
