18547 Commits

Author SHA1 Message Date
Mike McQuaid
17fb1b6dd8
cmd/deps: add missing require.
Fixes https://github.com/Homebrew/brew/pull/8126#issuecomment-666345260
2020-07-30 14:20:58 +01:00
Markus Reiter
8d97029b03
Merge pull request #8084 from reitermarkus/cli-parser
Refactor usage of global `Homebrew.args`.
2020-07-30 11:44:12 +02:00
Mike McQuaid
4888a677c7
Merge pull request #8126 from MLH-Fellowship/integrate-deps
deps: Print cask dependencies
2020-07-30 10:20:30 +01:00
Markus Reiter
e07b02fde2 Comment BUILD_FLAGS. 2020-07-30 10:12:34 +02:00
Markus Reiter
08e35e9cb4 Refactor FormulaLoader#get_formula. 2020-07-30 10:07:53 +02:00
Markus Reiter
6b0678e8ed Remove args from FormulaInstaller. 2020-07-30 03:21:12 +02:00
Markus Reiter
05365b5542 Pass args more explicitly in FormulaInstaller. 2020-07-30 03:21:12 +02:00
Markus Reiter
c470a6ff43 Pass args directly to prevent_build_flags. 2020-07-30 03:21:12 +02:00
Markus Reiter
36458b2356 Remove unnecessary check. 2020-07-30 03:21:12 +02:00
Markus Reiter
bdb986f572 Revert unnecessary change. 2020-07-30 03:21:12 +02:00
Markus Reiter
20bd4280ff Pass args.cc to Install. 2020-07-30 03:21:12 +02:00
Markus Reiter
ca18a72673 Refactor output_unsupported_error. 2020-07-30 03:21:12 +02:00
Markus Reiter
db467497ca Fix indentation. 2020-07-30 03:21:12 +02:00
Markus Reiter
620ca4177e Pass args to FormulaInstaller instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
919adcc216 Pass args in update-report instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
e14506e589 Pass args in uninstall instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
b3eca532fc Pass args in install instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
8d52fa909f Pass args in postinstall instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
3a60d50bd3 Pass args in reinstall instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
291eee74c4 Pass args in style instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
bd0346e083 Pass args in pr-automerge instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
e9ade913c4 Pass args in man instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
28b007e24b Pass args in audit instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
24eff8f81a Pass args in SoftwareSpec instead of using global args. 2020-07-30 03:21:12 +02:00
Markus Reiter
f8934c0255 Pass args in Install and Messages instead of using global args. 2020-07-30 03:21:12 +02:00
Baffour Adu Boampong
63b19c3518 Brew style fixes 2020-07-30 01:19:59 +00:00
Baffour Adu Boampong
1377c69016 Change how pr listing 2020-07-30 01:15:37 +00:00
William Ma
f96240eec7 deps: Add tests for CaskDependent 2020-07-29 13:37:38 -04:00
Rylan Polster
b3ae5405e9 bump-formula-pr: call update-python-resources 2020-07-29 09:50:16 -04:00
Rylan Polster
c1ba64677f create: call update-python-resources for --python 2020-07-29 09:50:16 -04:00
Rylan Polster
2d086013f9 dev-cmd: add update-python-resources command 2020-07-29 09:50:16 -04:00
Baffour Adu Boampong
2d99bc3972
Reword formula up to date message
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-29 13:42:35 +00:00
Baffour Adu Boampong
537a07b42d
Remove duplicate line
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-29 13:41:27 +00:00
Baffour Adu Boampong
e2c9bb8a96
Reword number of packages found sentence
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-29 13:40:25 +00:00
Baffour Adu Boampong
8db11ea2d9
Throw error exception when formula not found
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-29 13:39:38 +00:00
William Ma
4216da7629 deps: Move CaskDependencies to its own file 2020-07-29 09:38:07 -04:00
Baffour Adu Boampong
857da6d2a3
Remove fullstop
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-29 13:26:40 +00:00
Baffour Adu Boampong
ceacfc5023
Capitalise repology
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-29 13:26:10 +00:00
Mike McQuaid
92a39bc49e
test: add flag to retry.
This should allow better handling flaky tests.
2020-07-29 12:00:45 +01:00
Mike McQuaid
126e4c9df1
Merge pull request #8123 from rmNULL/rm-patchelf-refinements
cleanup Patchelf refinements, update patchelf to 1.2.0 in Gemfile.lock
2020-07-29 11:31:20 +01:00
Mike McQuaid
a7e9b474cd
Merge pull request #8125 from samford/modify-stringtoken-pattern
Modify StringToken::PATTERN to fix comparison
2020-07-29 11:28:32 +01:00
Mike McQuaid
b36ac5fb99
Merge pull request #8114 from SeekingMeaning/audit/uses_from_macos
dev-cmd/audit: enforce uses_from_macos only if core tap
2020-07-29 11:26:20 +01:00
Mike McQuaid
0ba974aa45
Merge pull request #8122 from MikeMcQuaid/big_sur_fixes
Big Sur fixes
2020-07-29 11:25:56 +01:00
Mike McQuaid
aed65a20d8
Merge pull request #8134 from MikeMcQuaid/info-licenses
info: handle license array.
2020-07-29 11:23:57 +01:00
Jonathan Chang
28554db563
Merge pull request #8133 from Homebrew/another-fix
pr-upload: use PkgVersion.parse instead of Version.new
2020-07-29 20:13:06 +10:00
Mike McQuaid
5606817293
info: handle license array.
Fixes https://github.com/Homebrew/brew/issues/8132
2020-07-29 11:01:37 +01:00
Mike McQuaid
939fa3ee05
Merge pull request #8128 from Homebrew/dependabot/bundler/Library/Homebrew/patchelf-1.2.0
build(deps): bump patchelf from 1.1.1 to 1.2.0 in /Library/Homebrew
2020-07-29 10:53:46 +01:00
Dawid Dziurla
6fe56c33ff
pr-upload: use PkgVersion.parse instead of Version.new 2020-07-29 11:17:50 +02:00
Dawid Dziurla
3ee158bf16
pr-upload: fix formula version 2020-07-29 09:22:09 +02:00
dependabot-preview[bot]
e723989ccb
build(deps): bump patchelf from 1.1.1 to 1.2.0 in /Library/Homebrew
Bumps [patchelf](https://github.com/david942j/patchelf.rb) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/david942j/patchelf.rb/releases)
- [Commits](https://github.com/david942j/patchelf.rb/compare/v1.1.1...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-29 05:40:47 +00:00