Mike McQuaid
e38291f506
Merge pull request #6176 from issyl0/fix_issue_close_bot_yml
...
Fix issue close bot's config file
2019-05-27 09:01:57 +01:00
Mike McQuaid
038d515800
issue-close-app: reorder comment to match README.
2019-05-27 08:43:05 +01:00
Issy Long
0516c78e13
Fix issue close bot's config file
...
- According to the
[README](https://github.com/offu/close-issue-app#usage ) it was missing
an `issueConfigs` key. This was causing errors to be posted to new
issues rather than the despired text.
2019-05-26 19:49:35 +01:00
Mike McQuaid
515aef9863
Merge pull request #6156 from issyl0/dont_show_missing_formula_cask_info_on_linux
...
[Linux] Don't prompt users to `brew cask install`
2019-05-26 09:48:04 +01:00
Isabell (Issy) Long
4a5b02661a
[Linux] Don't prompt users to brew cask install
...
- I tried to install `keybase`, thinking I'd get the CLI. On Linux,
casks don't work, yet I was still prompted to `brew cask install
keybase`. When I tried that (just to make sure), I got the "casks are
only supported on MacOS" error.
- This change makes it so we don't prompt people to install casks if
they're on platforms other than MacOS.
Before:
```
╭─issyl0@grus /home/linuxbrew/.linuxbrew/Homebrew ‹master›
╰─ $ brew install keybase
Error: No available formula with the name "keybase"
Found a cask named "keybase" instead.
```
After:
```
Error: No available formula with the name "keybase"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
```
2019-05-25 15:44:46 +01:00
Mike McQuaid
eaf2370651
Merge pull request #6175 from MikeMcQuaid/issue-close-app
...
github/issue-close-app: autoclose missing issue template.
2019-05-25 13:10:55 +02:00
Mike McQuaid
70ddb67371
github/issue-close-app: autoclose missing issue template.
...
It's not a good use of maintainer time to handle these manually.
2019-05-25 11:05:52 +01:00
Mike McQuaid
50138dbbe3
Merge pull request #6166 from Homebrew/dependabot/bundler/docs/rubyzip-1.2.3
...
build: bump rubyzip from 1.2.2 to 1.2.3 in /docs
2019-05-24 19:21:31 +02:00
dependabot-preview[bot]
55e7021f1f
build: bump rubyzip from 1.2.2 to 1.2.3 in /docs
...
Bumps [rubyzip](https://github.com/rubyzip/rubyzip ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rubyzip/rubyzip/releases )
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md )
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.2...v1.2.3 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-24 16:55:43 +00:00
Mike McQuaid
7091898014
Merge pull request #6164 from MikeMcQuaid/better-permissions-errors
...
Improve permissions errors
2019-05-24 18:12:55 +02:00
Mike McQuaid
4759ffb88f
reinstall: handle remove/rename permission errors.
2019-05-24 16:46:54 +01:00
Mike McQuaid
68068875c7
Merge pull request #6168 from zbeekman/accelerate-vs-veclibfort-lapack
...
Allow Accelerate linkage, deny veclibfort & lapack
2019-05-24 09:32:00 +02:00
Mike McQuaid
11b24b3684
Merge pull request #6169 from Moisan/doc_tests_details
...
docs/Formula-Cookbook: add more details to tests
2019-05-24 09:28:15 +02:00
Izaak Beekman
0cf8ec7547
Allow Accelerate linkage, deny veclibfort & lapack
...
- Accelerate provides more than just BLAS and LAPACK functionality, see
https://developer.apple.com/documentation/accelerate
- Veclibfort exists only to wrap Accelerate's BLAS/LAPACK
- LAPACK is a slow, seldom updated reference implementation
- Encourage usage of OpenBLAS
- Reverts PR #6130
2019-05-23 19:07:17 -04:00
Mike McQuaid
8908dc51d6
keg: tell people what command will remove keg.
...
This will work regardless of permissions.
2019-05-23 10:19:34 +02:00
Mike McQuaid
a89a3dfe91
Use whoami
consistently in chown
commands
2019-05-23 10:19:33 +02:00
Mike McQuaid
2711d5f489
Merge pull request #6165 from MikeMcQuaid/org-dot-github
...
.github/: defer to Homebrew/.github repo.
2019-05-23 10:18:27 +02:00
Cheng XU
ba517e07e2
fix brew style
error
...
Spec path should end with cask/cmd/cache*_spec.rb.
describe Cask::Cmd::Cache, :cask do
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2019-05-23 15:50:55 +08:00
Mike McQuaid
a84a20e97b
.github/: defer to Homebrew/.github repo.
...
This allows maintaining more settings in one place.
2019-05-23 09:46:28 +02:00
Mike McQuaid
c82496cf5c
Merge pull request #6155 from core-code/master
...
Add configuration to new appcast check
2019-05-23 08:28:56 +01:00
Cheng XU
ebec9d35d9
manpages: add brew cask --cache
command
2019-05-23 15:28:00 +08:00
Cheng XU
8ad48f56e8
add test for brew cask --cache
2019-05-23 15:28:00 +08:00
Cheng XU
169ac2d413
cask: add new --cache command
...
It prints the file used to cache Casks.
This can be used to help users to install casks with their files
downloaded from outside brew.
See #6157 .
2019-05-23 15:28:00 +08:00
Mike McQuaid
2d445aed5f
Merge pull request #6160 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.70.0
...
build: bump rubocop from 0.69.0 to 0.70.0 in /Library/Homebrew
2019-05-22 08:20:45 +01:00
dependabot[bot]
2ea5a6d878
build: bump rubocop from 0.69.0 to 0.70.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.69.0 to 0.70.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.69.0...v0.70.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-22 06:56:14 +00:00
Mike McQuaid
0ff2afdfa8
Merge pull request #6158 from amyspark/fix-empty-trashing
...
Skip :trash step if no paths exist
2019-05-21 21:53:13 +01:00
CoreCode
b81ead6dbb
Update appcast.rb
2019-05-21 15:10:39 +02:00
L. E. Segovia
a5fc2ec834
Skip :trash step if no paths exist
...
Fixes Homebrew/cask#63583
2019-05-21 12:56:23 +00:00
CoreCode
b6840c5638
Update audit.rb
2019-05-21 14:51:06 +02:00
Julian Mayer
0939c8832d
Add configuration to new appcast check
2019-05-21 12:07:25 +02:00
Mike McQuaid
b3c0997c0a
Merge pull request #6153 from Homebrew/dependabot/bundler/docs/ffi-1.11.1
...
build: bump ffi from 1.11.0 to 1.11.1 in /docs
2019-05-21 08:22:55 +01:00
dependabot[bot]
3a7941efe1
build: bump ffi from 1.11.0 to 1.11.1 in /docs
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.11.0 to 1.11.1.
- [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.11.0...1.11.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-21 05:18:05 +00:00
Mike McQuaid
7f4aefe41a
Merge pull request #6144 from xu-cheng/bottle
...
Fix bug in bottles
2019-05-20 20:00:08 +01:00
Mike McQuaid
c3f7b7f94c
brew vendor-gems: commit updates.
2019-05-20 16:58:14 +01:00
Mike McQuaid
9c693d7dc8
gitignore: add rubocop-performance.
2019-05-20 16:56:13 +01:00
Mike McQuaid
c3df5aa513
Merge pull request #6132 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-performance-1.3.0
...
build: bump rubocop-performance from 1.2.0 to 1.3.0 in /Library/Homebrew
2019-05-20 15:20:14 +01:00
Mike McQuaid
099b047349
Merge pull request #6147 from Homebrew/dependabot/bundler/docs/yell-2.2.0
...
build: bump yell from 2.1.0 to 2.2.0 in /docs
2.1.3
2019-05-20 08:31:19 +01:00
Cheng Xu
6437a70a5f
Revert "Elide default root_url in the bottle block"
...
This reverts commit e4f4e0f98b6ff9c0f9f988345c2257fbc151e8b0.
This is no longer necessary as `HOMEBREW_FORCE_HOMEBREW_ON_LINUX`
is set when uploading bottles for Homebrew.
2019-05-20 15:09:31 +08:00
Cheng Xu
2e5fbf57af
brew.sh: export HOMEBREW_BOTTLE_DEFAULT_DOMAIN
...
It is used in `global.rb` and `brew bottle`.
Closes https://github.com/Homebrew/linuxbrew-core/issues/13110 .
2019-05-20 15:09:31 +08:00
dependabot[bot]
e0918f8ce4
build: bump yell from 2.1.0 to 2.2.0 in /docs
...
Bumps [yell](https://github.com/rudionrails/yell ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/rudionrails/yell/releases )
- [Commits](https://github.com/rudionrails/yell/compare/v2.1.0...v2.2.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 05:27:38 +00:00
Mike McQuaid
bcc5f042bb
Merge pull request #6143 from letmaik/letmaik/HOMEBREW_CURL_RETRIES
...
Add HOMEBREW_CURL_RETRIES (#6142 )
2019-05-18 19:17:02 +01:00
Maik Riechert
e113fd70be
add HOMEBREW_CURL_RETRIES
2019-05-18 13:23:08 +01:00
Mike McQuaid
8d92fabb47
Merge pull request #6145 from Homebrew/dependabot/bundler/docs/ffi-1.11.0
...
build: bump ffi from 1.10.0 to 1.11.0 in /docs
2019-05-18 09:05:45 +01:00
Mike McQuaid
c635e47ba9
Merge pull request #6146 from Moisan/bump-revision-no-formula
...
bump-revision: raise an error when no formula argument
2019-05-18 09:05:29 +01:00
Thierry Moisan
816fdd0f5a
bump-revision: raise an error when no formula
2019-05-17 20:50:15 -04:00
dependabot[bot]
77058ef647
build: bump ffi from 1.10.0 to 1.11.0 in /docs
...
Bumps [ffi](https://github.com/ffi/ffi ) from 1.10.0 to 1.11.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.10.0...1.11.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-17 21:06:47 +00:00
Mike McQuaid
e098c37dc3
Merge pull request #6141 from chrmoritz/unpackDir
...
fix copying top level symlinks to folders in directory unpack_strategy
2019-05-17 09:01:01 +01:00
Christian Moritz
3bb0f8c665
fix copying top level symlinks to folders in directory unpack_strategy
2019-05-17 00:54:34 +02:00
Mike McQuaid
5a63de0223
Merge pull request #6139 from Homebrew/dependabot/bundler/Library/Homebrew/backports-3.15.0
...
build: bump backports from 3.14.0 to 3.15.0 in /Library/Homebrew
2019-05-16 12:09:22 +01:00
Michka Popoff
32a3484391
Merge pull request #6137 from iMichka/req
...
Homebrew-on-Linux.md: update minimal requirements
2019-05-16 12:06:27 +02:00