| Age | Commit message (Collapse) | Author |
|
docs.brew.sh: use SCSS.
|
|
More environment filtering tweaks
|
|
Import style changes from:
https://github.com/Homebrew/homebrew.github.io/pull/166
|
|
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`
|
|
- only document HOMEBREW_* variables in the manpage (although still
read from all the original environment variables).
- resort manpage environment variables in alphabetical order
- check the original path for trailing slashes
|
|
- Note that Homebrew Cask issues should be filed elsewhere.
- Make `brew`/homebrew-core issue differential in simpler language
- Tell people to fix all `brew doctor` issues
- Refer to the issue checklist and make it even more clear and prominent
that we may close it out immediately if they don't use it.
- Note that proposed new issues should be widely relevant.
- Don't tell people they need to `brew cask install java`; we handle
this in most places with a Java requirement and probably want issues
filed where we don't.
- Remove reference to Homebrew Dupes and replace with reference to
Homebrew Cask to try and get people filing stuff there instead.
Fixes #2608
|
|
|
|
|
|
Also refactor audit cops into two "departments"
- FormulaAudit
- FormulaAuditStrict
|
|
|
|
|
|
Import new brew.sh CSS changes to improve the appearance of tables and
links.
|
|
README: Add Charlie to former maintainers.
|
|
|
|
Acceptable-Formulae: reword 'niche stuff'
|
|
|
|
|
|
audit: allow skipping audit methods.
|
|
GitHub provides a description and homepage field so let `brew create`
use them where possible. Also, detect GitHub repositories based on
`releases` as well as `archive`s.
|
|
Add `--only` and `--except` methods which can be used to selectively
enable or disable audit groups.
|
|
Xcode: update supported versions & download URLs for 8.3
|
|
|
|
|
|
|
|
|
|
- Remove taps that are (or will shortly be) deprecated.
- Remove commands that are only relevant to the boneyard (which will
shortly be removed).
|
|
Add labeled fences to most code blocks, monospace terms where
appropriate, omit "$" when referring to variables
|
|
Also works around bug in Jekyll where a URL with a "#" will cause links
in the same paragraph to not have their extensions replaced by using
"#" instead.
|
|
pull: warn (not die) on bottle publish failure.
|
|
New-Maintainer-Checklist: be more explicit.
|
|
This is useful when you're pulling PRs where individual bottles can't be
uploaded/built but you still want to pull the PR as a whole anyway.
|
|
The existing `brew.1.html` wasn't particularly pleasant to read and
given everything else in `docs/` is a Markdown file it makes sense to
generate a post-processed Markdown file that can in turn be used by
Jekyll to generate a nicely themed HTML file.
|
|
Note some additional ways to help, gotchas and how to get started.
|
|
Also changes some heading levels so only one primary
heading appears per page.
|
|
|
|
|
|
secure urls + remove -k from in-doc curl command
|
|
|
|
|
|
While GitHub allows a single space to denote a sublist, Jekyll is not
so lenient. It also seems unable to handle ordered sublists.
|
|
|
|
Add more flags and descriptions to man pages.
|
|
|
|
|
|
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.
|
|
Remove Minitest.
|
|
|
|
|
|
Also update command specifications to match descriptions.
|
|
|