aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2018-03-03Adjust docs and more internal code for Python 3.Mike McQuaid
Now we have `python` for Python 3 and `python@2` for Python 2 some more adjustments need to be made.
2018-03-02Merge pull request #3860 from MikeMcQuaid/remove-acceptable-bindings1.5.7Mike McQuaid
docs/Acceptable-Formulae: remove bindings mention.
2018-03-02docs/Acceptable-Formulae: remove bindings mention.Mike McQuaid
We do accept these e.g. `boost-python`.
2018-02-28irb: add pry support.Mike McQuaid
Make `brew irb` optionally support `pry`. While doing so, also make it a `dev-cmd`.
2018-02-27Add prof and ruby commands.Mike McQuaid
These are imported from Homebrew/homebrew-dev-tools and are both used by maintainers so may be useful for contributors too.
2018-02-23_config.yml: use extensionless permalinks.Mike McQuaid
2018-02-23Revert "docs: use short links."Mike McQuaid
This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832.
2018-02-22docs: add/update more layouts.Mike McQuaid
2018-02-22docs: use short links.Mike McQuaid
2018-02-22docs/config.yml: generate README.md again.Mike McQuaid
This is the index.
2018-02-22docs.brew.sh updatesMike McQuaid
- Remove no longer needed `acme-challenge` file - Set title, description, social image, logo, etc. for SEO - Use extensionless permalinks (old links still work) - Cleanup `_config.yml` - Import latest `_layouts/base` from https://brew.sh
2018-02-21Versions: additional formulae requirements.Mike McQuaid
These should help keep these formulae more maintainable.
2018-02-12Tty: if HOMEBREW_NO_COLOR env var is present, disable colorjoshua stein
bin/brew will recognize NO_COLOR variable and copy it to HOMEBREW_NO_COLOR
2018-02-05Make pinning more robustMike McQuaid
Don’t autoremove pins on uninstall or upgrade and note this in the manpage.
2018-02-05Merge pull request #3757 from EricFromCanada/masterMike McQuaid
docs: add more option descriptions
2018-02-01docs: fix double backticks appearing in HTML manpageEricFromCanada
2018-02-01docs: add more missing option descriptionsEricFromCanada
and improve wording or formatting where necessary.
2018-02-01docs: add two taps, update CI infoEricFromCanada
and fix some wording.
2018-02-01update all_proxy and man pages #3751xiehuc
2018-01-27Minor proposalDarío Hereñú
2018-01-21(un)linkapps: hide from manpage, use odeprecated.Mike McQuaid
2018-01-19docs/Versions: versions should build.Mike McQuaid
Seems obvious but was somehow omitted.
2018-01-19Versions: update acceptable versioned formulae.Mike McQuaid
Clarify further what's acceptable and what isn't.
2018-01-18Merge pull request #3676 from apjanke/make-apjanke-former-maintainerMike McQuaid
README: update list of maintainers
2018-01-18Update other Homebrew maintainers.Mike McQuaid
2018-01-18Merge pull request #3661 from MikeMcQuaid/deprecate-default-formulaMike McQuaid
Deprecate default_formula Requirement DSL
2018-01-18Formula-Cookbook: various updates.Mike McQuaid
Update some stuff that was deprecated or tweak wording.
2018-01-15docs: update gems.Mike McQuaid
- check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits
2018-01-14Deprecate default_formula Requirement DSLMike McQuaid
This has been a nightmare in terms of the complexity to our dependency system and the whack-a-mole required on bugs. If a Requirement resolves to a Formula it should just use `depends_on "formula"` instead. This matches the effective behaviour all users of bottles (the vast majority of users and installs) and what we're doing in Homebrew/homebrew-core.
2018-01-12Python-for-Formula-Authors: python from PATH isn't used.Mike McQuaid
2018-01-12Homebrew-and-Python: can't build from source to avoid Homebrew python.Mike McQuaid
2018-01-11docs: remove :python requirementEricFromCanada
2018-01-11Interesting-Taps-and-Forks: add brewsci org taps.Mike McQuaid
From the artist known as homebrew-science.
2018-01-07docs: fix audit warning in Python formula exampleAlyssa Ross
Auditing a formula with this structure (plus a `desc` statement) results in an audit warning: > * C: 12: col 3: `include` (line 12) should be put before `desc` (line 2)
2018-01-01Deprecate Homebrew/homebrew-scienceMike McQuaid
2017-12-30reinstall/upgrade: document use of options.Mike McQuaid
To avoid user confusion e.g. #3606.
2017-12-19Added info about no_proxy to docsIvars Berzinsh
2017-12-15README: add tdsmith to significant contribution list.Mike McQuaid
2017-12-15README: remove tdsmith from maintainers.Mike McQuaid
2017-12-13New-Maintainer-Checklist: make some tweaks.Mike McQuaid
- there are obligations on becoming a maintainer so firm these up a bit - make clear there's a trial period after being invited to be a maintainer.
2017-12-11doctor: tell people not to file issues.Mike McQuaid
This stuff doesn't matter.
2017-12-10Merge pull request #3542 from MikeMcQuaid/xcode-9.2Mike McQuaid
Xcode 9.2
2017-12-08brew.1: clarify Homebrew's Ruby isn't 2.0 now.Mike McQuaid
Make this generic; it doesn't matter what version this is and this will future proof it.
2017-12-08Xcode 9.2Mike McQuaid
Update all the necessary versions but also cleanup some related indentation and point the `Xcode.md` document to the code rather than duplicating it there (which means it sometimes ends up outdated).
2017-12-06Document HOMEBREW_FORCE_BREWED_CURLMike McQuaid
Should have been in #3482.
2017-11-30Unify proxy documentation.Mike McQuaid
Specify under the list of environment variables how to set each of those that we passthrough and use.
2017-11-19python2: Added missing pip sub-command in docsBartosz Kita
2017-11-17docs: rename Taps docs to match conventionEricFromCanada
2017-11-17docs: update for homebrew-nginx migrationEricFromCanada
2017-11-10Remove more uses of EOS.undent.Mike McQuaid