Mike McQuaid
b278165dab
Add HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK variable
...
If set, Homebrew will fail if on the failure of installation from a
bottle rather than falling back to building from source.
2019-01-12 12:08:18 +00:00
dependabot[bot]
0c587fa03b
Bump ethon from 0.11.0 to 0.12.0 in /docs
...
Bumps [ethon](https://github.com/typhoeus/ethon ) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/typhoeus/ethon/releases )
- [Changelog](https://github.com/typhoeus/ethon/blob/v0.12.0/CHANGELOG.md )
- [Commits](https://github.com/typhoeus/ethon/compare/v0.11.0...v0.12.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-11 06:51:20 +00:00
Ian Max Andolina
030ddc9762
Update Shell-Completion.md
...
Please see https://discourse.brew.sh/t/bash-completion-and-brew-instructions-for-setting-up-completions/3808 for details...
2019-01-09 09:08:32 +08:00
Mike McQuaid
170c5493a4
Update deprecations
...
- Add some `odeprecated`
- Make some `odeprecated` now `odisabled`
- Remove `odisabled` code.
- Remove old update migrations
- Remove GCC 4.0 compiler
- Remove Tiger-only code
- Remove 32-bit-only code
- Remove use of LD64
- Remove GCC 4.3 - 4.8 support.
2019-01-08 19:13:46 +00:00
Shaun Jackman
464b41eb52
Merge pull request #5483 from sjackman/docs-linuxbrew
...
Add docs/Linuxbrew.md
2019-01-07 09:45:27 -08:00
dependabot[bot]
1ff6d6360f
Bump html-pipeline from 2.9.2 to 2.10.0 in /docs
...
Bumps [html-pipeline](https://github.com/jch/html-pipeline ) from 2.9.2 to 2.10.0.
- [Release notes](https://github.com/jch/html-pipeline/releases )
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jch/html-pipeline/compare/v2.9.2...v2.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-06 21:25:04 +00:00
Shaun Jackman
f25eff15a6
Add docs/Linuxbrew.md
2019-01-06 10:54:39 -08:00
dependabot[bot]
a8c8e997f8
Bump ffi from 1.9.25 to 1.10.0 in /docs
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.9.25 to 1.10.0.
- [Release notes](https://github.com/ffi/ffi/releases )
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ffi/ffi/compare/1.9.25...1.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-06 14:40:36 +00:00
dependabot[bot]
98daba786c
Bump html-pipeline from 2.9.1 to 2.9.2 in /docs
...
Bumps [html-pipeline](https://github.com/jch/html-pipeline ) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/jch/html-pipeline/releases )
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jch/html-pipeline/compare/v2.9.1...v2.9.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-04 20:32:43 +00:00
Mike McQuaid
bd1e12cc0f
Merge pull request #5485 from Homebrew/dependabot/bundler/docs/sass-3.7.3
...
Bump sass from 3.7.2 to 3.7.3 in /docs
2019-01-04 20:30:49 +00:00
dependabot[bot]
8fb3d8a819
Bump html-proofer from 3.9.3 to 3.10.0 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.9.3 to 3.10.0.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.9.3...v3.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-04 20:10:35 +00:00
dependabot[bot]
27ab0692c3
Bump sass from 3.7.2 to 3.7.3 in /docs
...
Bumps [sass](https://github.com/sass/ruby-sass ) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/sass/ruby-sass/releases )
- [Commits](https://github.com/sass/ruby-sass/compare/3.7.2...3.7.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-04 19:57:41 +00:00
Mike McQuaid
e3a178add2
info: make --json a valid argument.
...
This is already accepted so let's handle this in the logic instead.
2019-01-04 13:26:16 +00:00
Mike McQuaid
9a91faca30
Merge pull request #5476 from garethrees/patch-1
...
Fix grammar
2019-01-03 17:27:16 +00:00
Mike McQuaid
8144667a71
Cleanup periodically if HOMEBREW_INSTALL_CLEANUP is set.
...
This will become the default in a later version of Homebrew but has an
opt-out through HOMEBREW_NO_INSTALL_CLEANUP.
Also, always cleanup files older than 120 days and set the general
default value for "old" logs, casks etc. to 30 days.
2019-01-03 16:23:44 +00:00
Gareth Rees
6591ca59a5
Fix grammar
...
Minor fix to improve readability.
2019-01-03 15:15:35 +00:00
Mike McQuaid
8cfcc7fcf0
cleanup: run and replace brew prune
.
...
It's always seemed a bit pointless to me that we have both of these
commands. Given we're doing more and more to recommend (and eventually,
safely, automatically run (see #4760 ) `brew cleanup` let's roll their
functionality into a single command.
2019-01-02 13:21:34 +00:00
Mike McQuaid
a7832280c9
Merge pull request #5436 from MikeMcQuaid/igas
...
README: add igas, claui surname.
2018-12-23 12:05:12 +00:00
Kenyon Ralph
91f9fba32b
Formula-Cookbook.md: fix wording
2018-12-22 11:40:51 -08:00
Mike McQuaid
f15487380d
README: add igas, claui surname.
2018-12-22 13:20:58 +00:00
Mike McQuaid
c4c1830473
Merge pull request #5432 from MikeMcQuaid/brew-vendor-gems
...
Add `brew vendor-gems` command.
2018-12-22 11:13:22 +00:00
Mike McQuaid
390a7f5447
Add brew vendor-gems
command.
...
This simplifies the process of vendoring gems given `Gemfile` or
`Gemfile.lock` changes.
2018-12-21 20:09:08 +00:00
dependabot[bot]
14af83952c
Bump unicode-display_width from 1.4.0 to 1.4.1 in /docs
...
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width ) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases )
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/master/CHANGELOG.md )
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v1.4.0...v1.4.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-21 14:33:32 +00:00
Mike McQuaid
9666a01803
Merge pull request #5391 from MikeMcQuaid/guidelines-failing-tests
...
docs/Maintainer-Guidelines: don't merge failing tests.
2018-12-17 16:22:45 +00:00
Mike McQuaid
cf391ef160
Maintainer-Guidelines: add sjackman CI test note.
2018-12-17 15:55:06 +00:00
Mike McQuaid
858c5e1afb
Merge pull request #5411 from MikeMcQuaid/bye-jcount
...
README: remove JCount.
2018-12-16 20:01:13 +00:00
Mike McQuaid
2eb1d62d70
README: remove JCount.
2018-12-16 11:40:42 +00:00
dependabot[bot]
da00a899c5
Bump rb-inotify from 0.9.10 to 0.10.0 in /docs
...
Bumps [rb-inotify](https://github.com/guard/rb-inotify ) from 0.9.10 to 0.10.0.
- [Release notes](https://github.com/guard/rb-inotify/releases )
- [Commits](https://github.com/guard/rb-inotify/compare/v0.9.10...v0.10.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-15 23:09:51 +00:00
Mike McQuaid
823716e030
Merge pull request #5406 from jasontedor/clarify-open-source
...
Clarify the meaning of open source for core formula
2018-12-15 19:27:22 +00:00
dependabot[bot]
babbd0f78c
Bump concurrent-ruby from 1.1.3 to 1.1.4 in /docs
...
Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases )
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.3...v1.1.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-15 18:36:08 +00:00
Jason Tedor
d8f4ce1e58
Clarify the meaning of open source for core formula
...
This commit clarifies the meaning of "open-source" when explaining that
only open source formulae are acceptable in core. In particular, the
open source license must be an OSI-approved license.
2018-12-14 16:09:45 -05:00
Mike McQuaid
3245b91900
docs/Maintainer-Guidelines: don't merge failing tests.
2018-12-10 14:48:47 +00:00
Mike McQuaid
38493a35a2
Merge pull request #5373 from EricFromCanada/man-page-text
...
docs: update other man page sections
2018-12-07 15:00:49 +00:00
dependabot[bot]
5f85984d15
Bump rake from 12.3.1 to 12.3.2 in /docs
...
Bumps [rake](https://github.com/ruby/rake ) from 12.3.1 to 12.3.2.
- [Release notes](https://github.com/ruby/rake/releases )
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc )
- [Commits](https://github.com/ruby/rake/compare/v12.3.1...v12.3.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-07 09:50:29 +00:00
Richard Schneeman
1dcf8c689c
Update bash completion docs
...
When I try to run the proposed script in my `~/.bashrc` file I get this output:
```
-bash: have: command not found
-bash: have: command not found
-bash: have: command not found
-bash: have: command not found
-bash: have: command not found
-bash: have: command not found
-bash: have: command not found
-bash: have: command not found
-bash: have: command not found
-bash: have: command not found
-bash: [: =: unary operator expected
# ...
```
It goes on for quite some time and does not give me bash completion.
When I execute `source "$(brew --prefix)/etc/bash_completion"` it works and I get bash completion.
This script also emits a helpful error message letting people know if bash completion was not installed already.
I'll also add that the bash completion script takes a fairly long amount of time. I've seen between one quarter and a half of a second to execute it:
```
$ time source "$(brew --prefix)/etc/bash_completion"
real 0m0.254s
```
Though that's unrelated to this PR, making a note of it.
2018-12-06 12:04:08 -06:00
EricFromCanada
799086f548
docs: update man page text
2018-12-04 10:47:38 -05:00
Bryce Glover
387fb2fde0
man: Mention neither HOMEBREW_DEBUG_INSTALL
nor HOMEBREW_DEBUG_PREFIX
any
...
more.
`brew`'s `man` page's 'ENVIRONMENT' section is intended to list only those
environment variables that users can set, not any that Homebrew sets as part of
its operation.
2018-11-30 13:00:10 -05:00
dependabot[bot]
4876b39f42
Bump html-proofer from 3.9.2 to 3.9.3 in /docs
...
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer ) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases )
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.9.2...v3.9.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-28 20:41:54 +00:00
dependabot[bot]
e9098dc91f
Bump faraday from 0.15.3 to 0.15.4 in /docs
...
Bumps [faraday](https://github.com/lostisland/faraday ) from 0.15.3 to 0.15.4.
- [Release notes](https://github.com/lostisland/faraday/releases )
- [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lostisland/faraday/compare/v0.15.3...v0.15.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-27 11:34:28 +00:00
Mike McQuaid
70bf0d39f3
manpage: add HOMEBREW_UPDATE_TO_TAG docs.
2018-11-25 20:16:27 +00:00
Mike McQuaid
b94ffad71a
Merge pull request #5238 from EricFromCanada/older-installation
...
docs: update instructions for OS X < 10.9
2018-11-17 12:33:11 +00:00
EricFromCanada
81e2fbd032
docs: update instructions for OS X < 10.9
2018-11-14 16:44:35 -05:00
dependabot[bot]
a6fdb0e4e8
Bump github-pages from 192 to 193 in /docs
...
Bumps [github-pages](https://github.com/github/pages-gem ) from 192 to 193.
- [Release notes](https://github.com/github/pages-gem/releases )
- [Commits](https://github.com/github/pages-gem/compare/v192...v193 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-14 15:14:13 +00:00
Mike McQuaid
05e670e1b2
Merge pull request #5284 from native-api/specifying-formula-bottle
...
docs: bottle is a valid formula specifier, too
2018-11-14 11:35:42 +00:00
dependabot[bot]
c510b702aa
Bump html-pipeline from 2.9.0 to 2.9.1 in /docs
...
Bumps [html-pipeline](https://github.com/jch/html-pipeline ) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/jch/html-pipeline/releases )
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jch/html-pipeline/compare/v2.9.0...v2.9.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-13 20:17:14 +00:00
Ivan Pozdeev
57b744680c
docs: bottle is a valid formula specifier, too
2018-11-10 20:33:51 +03:00
Mike McQuaid
a10307368f
Merge pull request #5281 from Homebrew/dependabot/bundler/docs/sass-3.7.2
...
Bump sass from 3.7.1 to 3.7.2 in /docs
2018-11-09 09:36:13 +00:00
dependabot[bot]
95a27864e2
Bump html-pipeline from 2.8.4 to 2.9.0 in /docs
...
Bumps [html-pipeline](https://github.com/jch/html-pipeline ) from 2.8.4 to 2.9.0.
- [Release notes](https://github.com/jch/html-pipeline/releases )
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jch/html-pipeline/compare/v2.8.4...v2.9.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-08 23:46:05 +00:00
dependabot[bot]
2882a12dd5
Bump sass from 3.7.1 to 3.7.2 in /docs
...
Bumps [sass](https://github.com/sass/ruby-sass ) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/sass/ruby-sass/releases )
- [Commits](https://github.com/sass/ruby-sass/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-08 22:44:46 +00:00
dependabot[bot]
1a280c64ab
Bump sass from 3.7.0 to 3.7.1 in /docs
...
Bumps [sass](https://github.com/sass/ruby-sass ) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/sass/ruby-sass/releases )
- [Commits](https://github.com/sass/ruby-sass/compare/3.7.0...3.7.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-07 19:40:29 +00:00