Docs: deprecate homebrew/head-only

Closes Homebrew/homebrew#46243.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Baptiste Fontaine 2015-11-21 14:42:46 +01:00
parent e8c8b876af
commit 2838fe493e
4 changed files with 8 additions and 6 deletions

View File

@ -7,7 +7,6 @@ OFFICIAL_TAPS = %w[
emacs
fuse
games
head-only
nginx
php
python

View File

@ -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
tarballs should include the version in the filename whenever possible.
Software that does not provide a stable, tagged version, or had guidance to
always install the most recent version, should be put in
[homebrew/head-only](https://github.com/Homebrew/homebrew-head-only) or [homebrew/devel-only](https://github.com/Homebrew/homebrew-devel-only).
Software that only provides a development/beta, tagged version should be put in
[homebrew/devel-only](https://github.com/Homebrew/homebrew-devel-only).
We dont accept software without a tagged version because they regularly break
due to upstream changes; we cant provide [bottles](Bottles.md) for them; and
we dont have an automatic update mechanism for `head-only` formulae which
makes them very quickly outdated.
### Bindings
First check that there is not already a binding available via

View File

@ -67,7 +67,7 @@ Before contributing, make sure your package:
* 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))
* 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.
Make sure you search thoroughly (all aliases!). We dont want you to waste your time.

View File

@ -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/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 doesnt accept new formulae.
* [homebrew/nginx](https://github.com/Homebrew/homebrew-nginx): Feature rich Nginx tap for modules.