Merge pull request #9209 from MikeMcQuaid/deprecations

Deprecations for Homebrew 2.6.0
This commit is contained in:
Mike McQuaid
2020-11-25 08:49:52 +00:00
committed by GitHub
41 changed files with 83 additions and 686 deletions
+1 -3
View File
@@ -96,9 +96,7 @@ module GitHub
return unless Homebrew::EnvConfig.github_api_username
return unless Homebrew::EnvConfig.github_api_password
odeprecated "the GitHub API with HOMEBREW_GITHUB_API_PASSWORD", "HOMEBREW_GITHUB_API_TOKEN"
[Homebrew::EnvConfig.github_api_password, Homebrew::EnvConfig.github_api_username]
odisabled "the GitHub API with HOMEBREW_GITHUB_API_PASSWORD", "HOMEBREW_GITHUB_API_TOKEN"
end
def keychain_username_password