| Age | Commit message (Collapse) | Author |
|
|
|
Rather than just when --strict is set. We're asking people to do these
on most PRs now anyway so feels better to let them find this out with
`brew audit`.
Closes Homebrew/homebrew#41523.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Also: check based on the beginning of the formula name so these play
nicer with e.g. homebrew-versions.
Closes Homebrew/homebrew#41528.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Also add it to the manpage and brew-test-bot.
Closes Homebrew/homebrew#41516.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Also:
- return to your previous branch after `brew update`.
Closes Homebrew/homebrew#38568.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
This allows some curl options to be always passed to curl, with raw
head calls (`curl -I`) (in `CurlDownloadStrategy#actual_urls`) or with
actual `curl` (in `CurlDownloadStrategy#curl`).
This also avoid the need for overriding whole `_fetch` in a few cases
and just override `_curl_opts` to append additional options instead.
Closes Homebrew/homebrew#41506.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This stuff seems to be taken better when coming from a script rather
than from a human. Feel free to disagree about the specific numbers
chosen here.
|
|
Closes Homebrew/homebrew#40717.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes Homebrew/homebrew#41398.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
Formalizes the (share/"foo").install idiom.
Closes Homebrew/homebrew#41333.
|
|
|
|
Closes Homebrew/homebrew#41366.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Closes Homebrew/homebrew#41364.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
Closes Homebrew/homebrew#41328.
Closes Homebrew/homebrew#41332.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
Closes Homebrew/homebrew#41372.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#41389.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
It's been fun.
|
|
Fixes Homebrew/homebrew#41365.
|
|
Closes Homebrew/homebrew#41265
Closes Homebrew/homebrew#41350.
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
|
|
This reverts https://github.com/Homebrew/homebrew/commit/64dac60c2f1cafcd97dd9ea889f1fe761fa90bff
Closes Homebrew/homebrew#41345.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
|
|
A simple change that allows for easy copy/pasting. Right now if you were to double click on the text it will also inadvertently copy the trailing period. This change will alleviate the unnecessary gymnastics of not capturing the trailing period.
/most_pedantic_pull_request_ever
Closes Homebrew/homebrew#41257.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes Homebrew/homebrew#41034.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Domains known to be covered by certificates: https://crt.sh/?q=%25ietf.org
Closes Homebrew/homebrew#41244.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Fixes Homebrew/homebrew#41225.
|
|
Re https://github.com/Homebrew/homebrew/commit/411c2178448916d4005c059bc35ee780b5af53f5#commitcomment-11714539
Closes Homebrew/homebrew#40806.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
The name of the module is "Env", not "ENV"; this test would fail on a
case-sensitive filesystem.
|
|
Closes Homebrew/homebrew#41171.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#41095.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
Closes Homebrew/homebrew#41101.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
|
|
Closes Homebrew/homebrew#41099.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
I want to decouple from the global ENV constant as much as possible so
that eventually we can change the build environment implementation.
detect_stdlibs only cares about the compiler, not the whole ENV.
|
|
Closes Homebrew/homebrew#41061.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
|
|
|