| Age | Commit message (Collapse) | Author |
|
analytics: remove unused analytics.
|
|
We didn't end up using the `screenview` and `exception` analytics as
much as expected so let's remove them and focus on stuff that's
formula-specific.
|
|
Remove pending tests that are never run on CI (i.e. require `--online`),
remove fixtures for those tests and just make `--official-cmd-taps`
run by `--online` instead.
|
|
Remove duplicates repo from Acceptable formula doc
|
|
|
|
Duplicates repo is deprecated
|
|
Fix internal links on the manpage
|
|
These previously, incorrectly pointed to bot.brew.sh.
Fixes #2703.
|
|
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
|
|
|
|
|