Mike McQuaid
99dda758c4
utils: only look for gems in GEM_HOME.
...
This avoids issues where a gem is installed but cannot be found.
Fixes #3355 .
Fixes #3760 .
2018-02-09 21:09:18 +00:00
Mike McQuaid
646d696135
Merge pull request #3780 from MikeMcQuaid/xcode_req_version
...
xcode_requirement: handle nil @version.
2018-02-09 20:35:19 +00:00
Mike McQuaid
c32865011d
xcode_requirement: handle nil @version.
...
When the Xcode requirement doesn't specify a version then we need to
guard this check.
2018-02-09 19:37:15 +00:00
Mike McQuaid
72aa8f5d45
Merge pull request #3778 from yous/cmd-format-formula
...
Format identifiers in oh1
2018-02-09 12:01:33 +00:00
Chayoung You
b05d69f600
Format identifiers in oh1
2018-02-09 18:00:29 +09:00
William Woodruff
b4443e1cc0
Merge branch 'audit-deny-binary-looking-urls'
2018-02-07 11:20:19 -05:00
Sander Bol
14a25bdd69
Grammar: "formula are" -> "formulae are"
...
Fix plural form of formula in `brew doctor` output.
2018-02-07 09:50:01 +01:00
William Woodruff
3f43f60a2a
audit: Warn on new formulae containing binary URLs
2018-02-06 08:44:56 -05:00
Mike McQuaid
af8f8f11e3
Merge pull request #3748 from MikeMcQuaid/pin-more-robust
...
Make pinning more robust
1.5.3
2018-02-05 16:29:01 +01:00
Mike McQuaid
3a2e6b82fd
Make pinning more robust
...
Don’t autoremove pins on uninstall or upgrade and note this in the
manpage.
2018-02-05 10:59:11 +00:00
Mike McQuaid
62f85cfabb
Merge pull request #3765 from MikeMcQuaid/metadata-odeprecated
...
utils: no .metadata deprecations.
2018-02-05 11:58:29 +01:00
Mike McQuaid
3ac2f81f3c
Merge pull request #3757 from EricFromCanada/master
...
docs: add more option descriptions
2018-02-05 10:31:57 +01:00
Mike McQuaid
0a12328500
utils: no .metadata deprecations.
...
Otherwise running on old casks can produce deprecations.
Fixes #3738 .
2018-02-05 09:14:54 +00:00
Mike McQuaid
3269716f3a
Merge pull request #3764 from woodruffw/audit-remove-constant
...
audit: Remove FILEUTILS_METHODS constant
2018-02-05 09:36:17 +01:00
William Woodruff
7fffccba05
audit: Remove FILEUTILS_METHODS constant
...
This constant hasn't been used since there was an `audit_line`
method, and as such is vestigial.
2018-02-04 22:44:46 -05:00
Kevin Abel
601af55b43
Add root dirname as a escape value too
2018-02-02 18:15:05 -06:00
Mike McQuaid
a44b21b2df
Merge pull request #3751 from xiehuc/master
...
add ALL_PROXY for brew
2018-02-02 10:13:27 +00:00
EricFromCanada
91246c2553
docs: fix double backticks appearing in HTML manpage
2018-02-01 17:17:09 -05:00
EricFromCanada
1d2b4ed321
docs: add more missing option descriptions
...
and improve wording or formatting where necessary.
2018-02-01 16:06:17 -05:00
EricFromCanada
2020f382cb
docs: add two taps, update CI info
...
and fix some wording.
2018-02-01 16:04:21 -05:00
xiehuc
3e6adb7e33
update all_proxy and man pages #3751
2018-02-01 18:11:29 +08:00
Mike McQuaid
701ecb4975
Merge pull request #3747 from MikeMcQuaid/no-tap-deprecated
...
tap: don’t tap deprecated taps.
2018-01-30 09:55:08 -08:00
xiehuc
a214387358
add ALL_PROXY for brew
...
Signed-off-by: xiehuc <xiehuc@gmail.com>
2018-01-30 15:36:35 +08:00
ilovezfs
c77cafcf82
Merge pull request #3729 from ilovezfs/bump-formula-pr-more-enhancements
...
bump-formula-pr: more enhancements.
2018-01-29 22:50:03 -08:00
Mike McQuaid
28ce1a1e52
Merge pull request #3749 from MikeMcQuaid/xcode-requirement-macos-upgrade
...
xcode_requirement: inform users of macOS upgrade.
2018-01-29 17:44:10 +00:00
Mike McQuaid
fdd3aa3000
Merge pull request #3746 from alyssais/development_tools_bottle
...
Don't suggest install from bottle if not available
2018-01-29 17:35:52 +00:00
L. E. Segovia
4c5e3d04e1
Fix @reitermarkus's comments
2018-01-29 13:43:21 +00:00
Markus Reiter
91f980208e
Merge pull request #3745 from commitay/style
...
cask style: fix `--fix`
2018-01-29 02:22:33 +01:00
Alyssa Ross
a9dc02a586
Don't suggest install from bottle if not available
...
It only makes sense to tell a user to try installing from a bottle if
there are bottles available for them to install for all the formulae
they specified.
2018-01-28 22:47:39 +00:00
commitay
aa8003103e
cask style: fix --fix
2018-01-29 07:45:34 +10:00
Mike McQuaid
1373441e53
xcode_requirement: inform users of macOS upgrade.
...
If you need a newer Xcode than the latest version provided by your
version of macOS then you need to upgrade your OS to install the
software.
2018-01-28 19:08:19 +00:00
Mike McQuaid
c9f02aa3f7
tap: don’t tap deprecated taps.
...
These no longer have any files in them.
2018-01-28 19:07:01 +00:00
Markus Reiter
9f4b4a1699
Merge pull request #3740 from reitermarkus/cask-style
...
Fix `brew cask style` on Travis.
2018-01-28 17:53:49 +01:00
ilovezfs
ccbe4945ad
bump-formula-pr: improve version formula component regex.
2018-01-28 08:12:12 -08:00
ilovezfs
98e48a9da7
bump-formula-pr: regex escape urls in replacements.
2018-01-28 08:12:12 -08:00
ilovezfs
edd1c76d40
bump-formula-pr: detect download strategy from url.
...
Previously, CurlDownloadStrategy was hard coded.
2018-01-28 08:12:12 -08:00
ilovezfs
6460a34e65
bump-formula-pr: add Debian mirror handling.
2018-01-28 08:12:12 -08:00
ilovezfs
e46fbdd18d
bump-formula-pr: update GNU mirror handling.
...
homebrew/core now uses ftp.gnu.org/gnu for the primary url and
ftpmirror.gnu.org for the mirror.
2018-01-28 08:10:53 -08:00
ilovezfs
99bb068ca7
bump-formula-pr: improve formula name guessing.
2018-01-28 08:10:53 -08:00
Markus Reiter
884c57f9f4
Fix brew cask style
on Travis.
2018-01-28 07:00:20 +01:00
Markus Reiter
5244755a52
Merge pull request #3741 from kant/patch-1
...
Minor proposal
2018-01-28 04:33:33 +01:00
Darío Hereñú
d4a9ffee2f
Minor proposal
2018-01-27 20:20:45 -03:00
Markus Reiter
9b2610b0ad
Merge pull request #3524 from reitermarkus/config
...
Add `Hbc::Config` class.
2018-01-27 23:49:29 +01:00
Markus Reiter
b4df024625
Allow passing down configuration into Cask.
2018-01-27 21:47:18 +01:00
Markus Reiter
6760d26319
Create Hbc::Config
class.
2018-01-27 21:47:18 +01:00
Mike McQuaid
d558ec0933
Merge pull request #3739 from MikeMcQuaid/no-travis-gem-ruby
...
travis.yml: HOME Ruby path caching not needed.
2018-01-27 09:26:29 +00:00
Mike McQuaid
582b9fb3c6
travis.yml: HOME Ruby path caching not needed.
...
This ins stored in vendor/bundle now instead.
2018-01-26 22:32:55 +00:00
Mike McQuaid
ede3d91f0a
Merge pull request #3736 from MikeMcQuaid/travis-config-tweaks
...
.travis.yml: make configuration tweaks.
2018-01-26 22:21:43 +00:00
Mike McQuaid
4abae7f7e9
Always install Gems into bundler location.
2018-01-26 22:05:43 +00:00
Mike McQuaid
d1d4a667d1
tap-new: update based on Homebrew/brew travis.yml.
2018-01-26 21:47:33 +00:00