Commit Graph
93 Commits
Author SHA1 Message Date
EricFromCanada ca0071ffc9 Grammar fixes for docs
Fixes to spelling and punctuation for consistency and readability.
2017-02-23 12:20:07 -05:00
EricFromCanada 20bb0aae80 Fix broken or inactive URLs
Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added
angle brackets around them where appropriate. Also converted
Markdown-linked URLs for clarity.
2017-02-23 12:09:01 -05:00
Mike McQuaidandGitHub 7281cfaf63 Merge pull request #1972 from timotheecour/pr_brew_where_command
add `brew formula` command to show location of a formula
2017-02-13 08:32:35 +00:00
Mike McQuaid 76dfe030c7 README: move Xu to former maintainers. 2017-02-12 14:40:36 +00:00
Mike McQuaid 9344174379 Use HTTPS for the homepage. 2017-02-12 13:58:07 +00:00
Mike McQuaidandGitHub 674e5f13f8 Merge pull request #1873 from GauthamGoli/audit_custom_cops
Custom Cops for `brew audit`
2017-02-12 13:09:28 +00:00
Timothee Cour 0d715f90ea applied changes suggested in PR 2017-02-11 16:38:06 -08:00
Timothee Cour ac091437e5 renamed where to formula 2017-02-11 16:38:06 -08:00
Timothee Cour ae829ed229 add brew where command 2017-02-11 16:38:06 -08:00
Fabian Mettler 15ac4283e4 Fix: Use man generator HTML tags 2017-02-10 09:06:10 +01:00
Fabian Mettler 3cec731cc0 Update manuals 2017-02-09 16:28:13 +01:00
Gautham Goli 1f5cf4fd40 Update docs and manpages to include --fix option 2017-02-06 12:46:26 +05:30
Mike McQuaid 276d8805ca update: note migrations may be performed.
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
2017-01-29 17:30:44 +00:00
Saagar Jha b5b8e4cad7 Split two headers so that both render
The "Messaging" heading was failing to be rendered due to a missing newline between it and "Convenience Tools".
2017-01-26 21:09:34 -08:00
Mike McQuaidandGitHub d8d8c08596 Merge pull request #1839 from justinmayer/persistent-configuration
Add docs on persisting settings across upgrades
2017-01-25 09:35:01 +00:00
Mike McQuaid dac66c4ada Add keg_only :versioned_formula.
This is used to indicate a formula is a version of another formula.
This will be used to provide a consistent interface for older formulae
versions and replaces the use of `conflicts_with`.
2017-01-17 10:50:04 +00:00
Mike McQuaidandGitHub 10b8d27d11 Merge pull request #1840 from ahundt/patch-1
clarify what should be in brew create url
2017-01-16 20:16:15 +00:00
Mike McQuaidandGitHub c6d7c85d4f Merge pull request #1826 from MikeMcQuaid/remove-to-uninstall-manpage
brew.1: use uninstall instead of remove.
2017-01-15 20:42:52 +00:00
Mike McQuaid 7c15944991 Fix documentation for HEAD upgrades.
These can now be done with just `brew upgrade`, like other upgrades.

Fixes #1818.
2017-01-15 02:25:51 -08:00
Andrew HundtandGitHub 7c7a878b1f clarify what should be in brew create url
resolves https://github.com/Homebrew/brew/issues/1821
2017-01-13 16:20:30 -05:00
Justin Mayer 653f900e59 Add docs on persisting settings across upgrades
There are some formulas in which Homebrew symlinks configuration files
into /usr/local/etc/ instead of copying them, resulting in custom
settings being overwritten on package upgrades. This addition to the
documentation illustrates one way to avoid this behavior by ensuring the
configure script is told where to copy the configuration file(s).

Refs https://github.com/Homebrew/homebrew-core/issues/8711
2017-01-13 11:38:02 -08:00
Mike McQuaid 3ccbfa72a2 brew.1: use uninstall instead of remove.
Fixes #1817.
2017-01-11 14:19:56 -08:00
Mike McQuaid f5b63f4a8d Deprecate brew (un)linkapps.
Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight
using either aliases or symlinks and Homebrew formulae do not build
"proper" `.app` bundles that can be relocated. Instead, please consider
using `brew cask` and migrate formulae using `.app`s to casks.
2017-01-09 14:10:26 +00:00
Mike McQuaid 2aac904eac docs/README: link to Versions.md. 2017-01-07 13:02:16 +00:00
Mike McQuaidandGitHub 3fde8624b3 Merge pull request #1780 from MikeMcQuaid/use-docs-links
Use docs.brew.sh links.
2017-01-05 17:17:07 +00:00
Jonathan Chang 9a6cd9b83f docs: fix titles on docs.brew.sh 2017-01-04 16:16:00 -06:00
Mike McQuaid a3bffe70bc Use docs.brew.sh links. 2017-01-04 11:13:41 +00:00
Mike McQuaid 127e9def50 Cleanup documentation site
GitHub now nicely generates a documentation site for us at
http://brew.sh/brew based on our docs folder. Optimise the output of
this and the GitHub docs directory for readability and the various user
groupings.
2017-01-04 10:53:21 +00:00
Mike McQuaidandGitHub 46b43a19bc Merge pull request #1767 from MikeMcQuaid/docs-updates
General documentation updates.
2017-01-03 19:59:15 +00:00
Mike McQuaid bc0aa4e64c Add versions documentation. 2017-01-03 18:01:03 +00:00
Mike McQuaid 824768e26f Set theme jekyll-theme-cayman 2017-01-03 15:59:15 +00:00
Mike McQuaid 91c09c5b11 General documentation updates.
Mostly related to the newer ways we’re handling versions and the
incoming deprecation of devel-only, head-only and versions.
2017-01-02 18:29:00 +00:00
Mike McQuaid 79f9896d2f bottles: --force-bottle feigns or_later.
When reproducing issues with software that hasn’t been bottled yet on
your version of macOS it can sometimes be helpful to use `or_later`
bottle functionality i.e. just use the bottle for the latest version of
macOS available. This maps well to the existing `--force-bottle`
argument so it will now act as if the latest bottle has a `or_later`
ending.
2017-01-02 16:05:14 +00:00
Andrew McKinlayandGitHub 4c379dffb7 Correct location of taps (doc) 2016-12-27 16:35:40 -05:00
Tom Schoonjans cc09bb14c1 brew create: add meson support
meson is quickly gaining popularity as build system, in combination with
ninja. Several Gnome projects for example are currently transitioning
from autotools to meson, mostly because it allows for Visual Studio
builds, which is impossible to accomplish with autotools.

In order to facilitate generating meson based Formulas, I added support
for meson to brew-create.
2016-12-19 21:51:57 +01:00
Radek PietruszewskiandGitHub fcc2f8701a Fix typo 2016-12-13 13:26:10 +01:00
David Broder-Rodgers 51e10315b7 Markup for PR guide 2016-12-10 14:25:35 +00:00
David Broder-Rodgers b83ffd53e3 Made the pull request guide slightly less formula specific 2016-12-08 22:22:38 +00:00
romellemandGitHub 25242fe4e9 Minimize line length 2016-12-07 16:34:52 -06:00
romellemandGitHub 52aa4668d0 Generic language targeting macOS 2016-12-07 16:33:11 -06:00
romellemandGitHub 027a88cee0 Bottles are created for Yosemite and higher
After Issue #985 was merged, bottles for Mavericks are no longer
being built, meaning installations are triggering builds.

Update the FAQ to show that builds will most likely now be
triggers on Mavericks since their bottles are not being generated.
2016-12-06 18:02:52 -06:00
Amber Jain 233f6eb4ef added 'CLT' abbreviation after 'Command Line Tools' (so that if someone follows link to footnote#3, the meaning of 'CLT' in footnote is clear) 2016-12-04 09:57:02 +05:30
Bob W. Hogg bf05818a8a docs/Checksum_Deprecation.md: Note that SHA-1 now blocks installation
This document was out of date as of https://github.com/Homebrew/brew/pull/1451
2016-11-26 17:27:02 +00:00
Michał GołębiowskiandGitHub 2b34e67af7 Change my site address
I no longer maintain my former site so it's better to link to my GitHub account.
2016-11-25 23:33:34 +01:00
Zhiming Wang 67999d75f5 bump-formula-pr: add --message option
For user-supplied PR message.
2016-11-17 15:29:33 -05:00
Mike McQuaidandGitHub 2ce17a1137 Merge pull request #1082 from alyssais/uninstall_dependancy_error
uninstall: refuse when dependents still installed
2016-11-11 08:23:57 +00:00
Mike McQuaidandGitHub 42bb0f8c4d Merge pull request #1453 from ddbeck/revise-troubleshooting
Revise Troubleshooting.md
2016-11-08 08:45:07 +00:00
Daniel D. Beck 0532e1e06a restore the more forceful introduction to the Troubleshooting doc 2016-11-07 18:15:10 +00:00
Nar Kumar b0bdee46d1 Only remove .pydistutils.cfg option, not command line 2016-11-07 12:33:28 +01:00
Nar Kumar ChhantyalandNar Kumar a1de500073 Do not recommend --prefix=<empty> hack, this breaks default pip command 2016-11-07 12:27:30 +01:00