diff options
| author | Mike McQuaid | 2017-01-02 18:29:00 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2017-01-02 18:29:00 +0000 | 
| commit | 91c09c5b11beb0f9ff9915b6e949f17c3973c9a5 (patch) | |
| tree | 7f0c58453ba65906769e202f45e64e2c87a9547c /docs/Acceptable-Formulae.md | |
| parent | 2eed2ba43448e7233f5c9fa40eefb2540da6361e (diff) | |
| download | brew-91c09c5b11beb0f9ff9915b6e949f17c3973c9a5.tar.bz2 | |
General documentation updates.
Mostly related to the newer ways we’re handling versions and the
incoming deprecation of devel-only, head-only and versions.
Diffstat (limited to 'docs/Acceptable-Formulae.md')
| -rw-r--r-- | docs/Acceptable-Formulae.md | 6 | 
1 files changed, 1 insertions, 5 deletions
| diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index b827403d8..ac65d0802 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -67,12 +67,8 @@ 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 only provides a development/beta, tagged version should be put in -[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. +due to upstream changes and we can’t provide [bottles](Bottles.md) for them.  ### Bindings  First check that there is not already a binding available via | 
