mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Docs: deprecate homebrew/head-only
Closes Homebrew/homebrew#46243. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
e8c8b876af
commit
2838fe493e
@ -7,7 +7,6 @@ OFFICIAL_TAPS = %w[
|
|||||||
emacs
|
emacs
|
||||||
fuse
|
fuse
|
||||||
games
|
games
|
||||||
head-only
|
|
||||||
nginx
|
nginx
|
||||||
php
|
php
|
||||||
python
|
python
|
||||||
|
@ -66,9 +66,12 @@ Formulae in the core repository must have a stable version tagged by
|
|||||||
the upstream project. Tarballs are preferred to git checkouts, and
|
the upstream project. Tarballs are preferred to git checkouts, and
|
||||||
tarballs should include the version in the filename whenever possible.
|
tarballs should include the version in the filename whenever possible.
|
||||||
|
|
||||||
Software that does not provide a stable, tagged version, or had guidance to
|
Software that only provides a development/beta, tagged version should be put in
|
||||||
always install the most recent version, should be put in
|
[homebrew/devel-only](https://github.com/Homebrew/homebrew-devel-only).
|
||||||
[homebrew/head-only](https://github.com/Homebrew/homebrew-head-only) or [homebrew/devel-only](https://github.com/Homebrew/homebrew-devel-only).
|
We don’t accept software without a tagged version because they regularly break
|
||||||
|
due to upstream changes; we can’t provide [bottles](Bottles.md) for them; and
|
||||||
|
we don’t have an automatic update mechanism for `head-only` formulae which
|
||||||
|
makes them very quickly outdated.
|
||||||
|
|
||||||
### Bindings
|
### Bindings
|
||||||
First check that there is not already a binding available via
|
First check that there is not already a binding available via
|
||||||
|
@ -67,7 +67,7 @@ Before contributing, make sure your package:
|
|||||||
* isn't in another [Homebrew tap](https://github.com/Homebrew)
|
* isn't in another [Homebrew tap](https://github.com/Homebrew)
|
||||||
* isn't already waiting to be merged (check the [issue tracker](https://github.com/Homebrew/homebrew/issues))
|
* isn't already waiting to be merged (check the [issue tracker](https://github.com/Homebrew/homebrew/issues))
|
||||||
* is still supported by upstream
|
* is still supported by upstream
|
||||||
* has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Branches](Interesting-Taps-&-Branches.md) for where pre-release and head-only versions belong.
|
* has a stable, tagged version (i.e. not just a GitHub repository with no versions). See [Interesting-Taps-&-Branches](Interesting-Taps-&-Branches.md) for where pre-release versions belong.
|
||||||
* passes all `brew audit --strict --online $FORMULA` tests.
|
* passes all `brew audit --strict --online $FORMULA` tests.
|
||||||
|
|
||||||
Make sure you search thoroughly (all aliases!). We don’t want you to waste your time.
|
Make sure you search thoroughly (all aliases!). We don’t want you to waste your time.
|
||||||
|
@ -22,7 +22,7 @@ Homebrew has the capability to add (and remove) multiple taps to your local inst
|
|||||||
|
|
||||||
* [homebrew/games](https://github.com/Homebrew/homebrew-games): Game or gaming-emulation related formulae.
|
* [homebrew/games](https://github.com/Homebrew/homebrew-games): Game or gaming-emulation related formulae.
|
||||||
|
|
||||||
* [homebrew/head-only](https://github.com/Homebrew/homebrew-head-only): A tap for brews that only have unstable, unreleased versions.
|
* [homebrew/head-only](https://github.com/Homebrew/homebrew-head-only): A tap for brews that only have unstable, unreleased versions. This tap is **deprecated** and doesn’t accept new formulae.
|
||||||
|
|
||||||
* [homebrew/nginx](https://github.com/Homebrew/homebrew-nginx): Feature rich Nginx tap for modules.
|
* [homebrew/nginx](https://github.com/Homebrew/homebrew-nginx): Feature rich Nginx tap for modules.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user