Commit Graph
105 Commits
Author SHA1 Message Date
EricFromCanada 56f3c0552c docs: update Brew Test Bot screen shots 2017-03-11 13:46:20 -05:00
Mike McQuaidandGitHub 3aa088dcaf Merge pull request #2272 from EricFromCanada/master
Add more flags and descriptions to man pages.
2017-03-06 18:00:39 +00:00
Mike McQuaidandGitHub d37f2e7ae7 New-Maintainer-Checklist: add analytics link. 2017-03-06 15:31:03 +00:00
EricFromCanada aee23ccb03 Add more flags and descriptions to man pages. 2017-03-05 21:45:15 -05:00
Mike McQuaid eaf8cc1be0 docs.brew.sh: use brew.sh theming.
Unfortunately there's no easy way to share this code with the brew.sh
site but it's at least able to have the `css/`, `img/` (root) and
`_layouts` directories in sync between the two repositories.

Some small CSS tweaks were needed to make these pages render more
attractively.
2017-03-05 15:25:51 +00:00
Markus ReiterandGitHub 9d67afb72e Merge pull request #2233 from reitermarkus/remove-minitest
Remove Minitest.
2017-03-01 13:45:46 +01:00
Mike McQuaid d9b4363833 README: add neutric to maintainers list. 2017-03-01 08:49:35 +00:00
Markus Reiter 487294f815 Remove Minitest. 2017-02-28 22:48:57 +01:00
EricFromCanada afc539f86e Update brew's man page formatting and grammar
Also update command specifications to match descriptions.
2017-02-25 17:37:57 -05:00
Mike McQuaid 8ef45eb896 README: add FX Coudert. 2017-02-25 14:33:04 +00:00
Mike McQuaid 1eee57cb03 README: sort, update maintainer list. 2017-02-25 14:31:43 +00:00
William Woodruff 95aa8869a9 Add William Woodruff, JCount to maintainers lists 2017-02-24 20:06:10 -05:00
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