mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update acceptable deprecation of formulae with dependents
This commit is contained in:
parent
6214ce3024
commit
9c171ea7da
@ -18,10 +18,11 @@ A formula should be deprecated to indicate to users that the formula should not
|
|||||||
|
|
||||||
The most common reasons for deprecation are when the upstream project is deprecated, unmaintained, or archived.
|
The most common reasons for deprecation are when the upstream project is deprecated, unmaintained, or archived.
|
||||||
|
|
||||||
Formulae with dependents should **not** be deprecated unless the formula:
|
Formulae with dependents should **not** be deprecated unless:
|
||||||
|
|
||||||
- does not build on any of our supported platforms; or,
|
- all of its dependents are also deprecated;
|
||||||
- has outstanding CVEs.
|
- the formula does not build on any of our supported platforms; or,
|
||||||
|
- the formula has outstanding CVEs.
|
||||||
|
|
||||||
To deprecate a formula, add a `deprecate!` call. This call should include a deprecation date (in the ISO 8601 format) and a deprecation reason:
|
To deprecate a formula, add a `deprecate!` call. This call should include a deprecation date (in the ISO 8601 format) and a deprecation reason:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user