23600 Commits

Author SHA1 Message Date
Markus Reiter
1f9130e070 Remove references to brew-cask from brew man page. 2020-08-14 05:35:34 +02:00
Maxim Belkin
50f47e88ec utils/ruby.sh: reoganize code
Moved OS-specific logic to functions:
 - `find_ruby`: returns (via echo) Ruby that can be used
 - `usable_ruby`: checks whether Ruby satisfies Homebrew

Pre-create OS-specific error messages:
 - `upgrade_fail`: message that is printed when Homebrew fails to upgrade
   vendor Ruby
 - `install_fail`: message that is printed when Homebrew fails to install
   vendor Ruby

Unconditionally set `TERMINFO_DIRS` when installing/upgrading vendor Ruby
**but** export it on Linux only.

Motivation: move OS-specific logic to functions so that it's easier to
understand the main steps.
2020-08-13 23:57:23 +00:00
Seeker
8df618958d bump-formula-pr: add warnings for patches and resources 2020-08-13 16:05:50 -07:00
Seeker
c983d85eea bump-formula-pr: add determine_mirror helper method 2020-08-13 16:05:09 -07:00
Markus Reiter
3b2a9c3b55
Merge pull request #8335 from waldyrious/show-cask-descs-in-info-command
Show cask description in `brew cask info` command
2020-08-14 00:52:27 +02:00
Maxim Belkin
d33691dcdb
brew.sh: don't suppress stderr for 'locale charmap'
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
2020-08-13 17:08:06 -05:00
Waldir Pimenta
53932185e6 Show cask description as None if not present 2020-08-13 22:21:10 +01:00
Waldir Pimenta
619af6a723 Show cask description in brew cask info command 2020-08-13 22:21:10 +01:00
Waldir Pimenta
efbfb90c42 Use cask with name for basic info command test
Also add non-dummy URL in the test fixture, to match the name, version, etc.
2020-08-13 22:21:10 +01:00
Markus Reiter
9fa67ba354
Merge pull request #8336 from reitermarkus/external-command-help
Add missing `help` methods for external `cask` commands.
2020-08-13 23:14:48 +02:00
Markus Reiter
60c4e22eb0 Add missing help methods for external cask commands. 2020-08-13 22:25:13 +02:00
Markus Reiter
7bc9b3f2b7
Merge pull request #8239 from reitermarkus/cask-cli-parser
Use `CLI::Parser` for `cask` commands.
2020-08-13 21:42:51 +02:00
Markus Reiter
f8e8f20471
Merge pull request #8333 from reitermarkus/desc-ios-iphone
Allow iOS and iPhone at the beginning of descriptions.
2020-08-13 21:16:30 +02:00
Elizabeth Tackett
3ecb90b987 trigger GitHub actions 2020-08-13 13:27:36 -05:00
Markus Reiter
62ae16bfa8 Allow iOS and iPhone at the beginning of descriptions. 2020-08-13 18:18:03 +02:00
Elizabeth Tackett
ed23eb1fab update repology for changes to GitHub module 2020-08-13 09:56:41 -05:00
Mike McQuaid
24cb33b023
Merge pull request #8331 from MikeMcQuaid/actions-cleanup
GitHub Actions cleanup
2020-08-13 15:41:52 +01:00
Mike McQuaid
d2fc08d942
GitHub Actions cleanup
- Add consistent spacing
- Remove `pull_request: []` warning
- remove identical, implicit `name` usage
- use `actions/cache@v1` for compatibility
2020-08-13 14:54:22 +01:00
Elizabeth Tackett
05d03a3909 remove duplicate methods 2020-08-13 08:37:26 -05:00
Baffour Adu Boampong
6c266a6964
Merge branch 'master' into mlh-outdated-packages 2020-08-13 13:18:08 +00:00
Maxim Belkin
bab43d4cc8
brew.sh: use 'command -v' instead of 'which'
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
2020-08-13 06:59:39 -05:00
Mike McQuaid
117cba9126
Merge pull request #8313 from maxim-belkin/gh-tests-tweaks
tests.yml: minor tweaks
2020-08-13 11:46:43 +01:00
Mike McQuaid
a023b9b455
Merge pull request #8327 from dtrodrigues/rate-limit
docs: update GitHub rate limit URL
2020-08-13 08:56:33 +01:00
Mike McQuaid
e2a2d791ba
Merge pull request #8321 from dtrodrigues/prerelease-tag
audit: check GitHub tags for prerelease status
2020-08-13 08:52:55 +01:00
Mike McQuaid
f9bbf4495c
Merge pull request #8326 from reitermarkus/deprecate-cask-eid
Add `cask-eid` to list of deprecated taps.
2020-08-13 08:52:14 +01:00
Mike McQuaid
34972abfa1
Merge pull request #8325 from maxim-belkin/utils-ruby-local-variables
utils/ruby.sh: test_ruby(): keep temporary variables local
2020-08-13 08:49:27 +01:00
Dustin Rodrigues
35a27bfe9c docs: update GitHub rate limit URL 2020-08-12 23:51:12 -04:00
Markus Reiter
b48bc316e0 Use CLI::Parser for cask commands. 2020-08-13 05:15:15 +02:00
Markus Reiter
72ce3fabe2 Add cask-eid to list of deprecated taps. 2020-08-13 04:24:37 +02:00
Dustin Rodrigues
0bf7773a0b audit: add existing prerelease formulae to allowlist 2020-08-12 21:34:07 -04:00
Dustin Rodrigues
4723e65056 audit: check formula version against prerelease allowlist version 2020-08-12 21:33:37 -04:00
Maxim Belkin
f3283b60cc
utils/ruby.sh: test_ruby(): keep temporary variables local 2020-08-12 17:07:41 -05:00
Maxim Belkin
ecbe2213e4 brew.sh: handle systems with no 'locale'
such as Alpine Linux

Closes Linuxbrew/docker#83
2020-08-12 21:08:14 +00:00
Seeker
6d9bf7286e
Merge pull request #8183 from SeekingMeaning/version/tokens
version: add major, minor, patch methods
2020-08-12 10:39:30 -07:00
Seeker
1aceab06fb version: make major, minor, patch more idiomatic 2020-08-12 10:14:11 -07:00
Alexander Bayandin
c453fc3cca
Merge pull request #8320 from bayandin/allow-go@1.14
rubocop/urls: add go@1.14 to binary URLs allowlist
2020-08-12 16:22:31 +01:00
Mike McQuaid
415863356e
Merge pull request #8301 from Homebrew/workflows-push
workflows: test on "push" not "pull_request".
2020-08-12 16:14:44 +01:00
Dustin Rodrigues
1c10f51f98 audit: check GitHub tags for prerelease status 2020-08-12 10:39:28 -04:00
Alexander Bayandin
8142bf2797 rubocop/urls: add go@1.14 to binary URLs allowlist 2020-08-12 15:35:20 +01:00
Baffour Adu Boampong
e16ec86026 remove line which converts formula names into lowercase 2020-08-12 14:29:23 +00:00
Maxim Belkin
e5e7a9a7e9
Merge pull request #8312 from maxim-belkin/fix-cleanup
cleanup: fix input handling

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-08-12 09:29:23 -05:00
Baffour Adu Boampong
bd82f35ec6 Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages 2020-08-12 14:24:53 +00:00
Baffour Adu Boampong
62125c2214 Refactor how test formulas are installed in tests 2020-08-12 14:24:35 +00:00
Baffour Adu Boampong
8acc72773a Refactor how test formulas are installed in tests 2020-08-12 14:24:21 +00:00
Rylan Polster
289a6d3fbf
Merge pull request #8319 from Rylan12/xonsh-add-to-pypi-blocklist
Add xonsh update-python-resources blocklist
2020-08-12 09:52:01 -04:00
Rylan Polster
a703f73d19 Add xonsh update-python-resources blocklist 2020-08-12 09:26:35 -04:00
Maxim Belkin
ac6295491c
cmd/cleanup.rb: fix input handling 2020-08-12 08:22:45 -05:00
Maxim Belkin
2b859282e0
tests.yml: address review comments 2020-08-12 07:52:36 -05:00
Mike McQuaid
63fa38a576
Merge pull request #8303 from Homebrew/dependabot/bundler/docs/html-pipeline-2.14.0
build(deps): bump html-pipeline from 2.13.0 to 2.14.0 in /docs
2020-08-12 10:53:53 +01:00
Mike McQuaid
845d3a2f20
Merge pull request #8309 from Bo98/rexml
vendor/bundle/ruby: unvendor REXML
2020-08-12 10:53:34 +01:00