Rylan Polster
|
53a27185a6
|
Merge pull request #8146 from Rylan12/update-python-resources-fix
update-python-resources: add --no-cache-dir flag
|
2020-07-31 12:18:00 -04:00 |
|
Rylan Polster
|
8e370b35fa
|
Merge pull request #8147 from Rylan12/bump-formula-pr-pypi-version
bump-formula-pr: handle pypi url version changes
|
2020-07-31 11:55:50 -04:00 |
|
Rylan Polster
|
ec7be559f4
|
Refactor package name and url logic to PyPI module
|
2020-07-31 10:10:07 -04:00 |
|
Mike McQuaid
|
acd5e58363
|
Merge pull request #8143 from Bo98/formula-each
formula: don't catch errors in the Formula.each yield
|
2020-07-31 11:15:49 +01:00 |
|
Vítor Galvão
|
a7276adc10
|
Merge pull request #8140 from miccal/caskstyle
rubocop.yml: cask fixes for new style
|
2020-07-31 01:39:42 +01:00 |
|
Rylan Polster
|
020ce249ee
|
bump-formula-pr: handle pypi url version changes
|
2020-07-30 19:05:43 -04:00 |
|
Rylan Polster
|
03cf0e0180
|
update-python-resources: add --no-cache-dir flag
|
2020-07-30 14:26:27 -04:00 |
|
Markus Reiter
|
c115d59b26
|
Merge pull request #8138 from MikeMcQuaid/deps_cask_dependent
cmd/deps: add missing require.
|
2020-07-30 19:21:37 +02:00 |
|
Rylan Polster
|
f4f4d911c0
|
Merge pull request #8139 from Rylan12/bump-revision-fix
bump-revision: fixes for new style and license dsl
|
2020-07-30 12:21:02 -04:00 |
|
Bo Anderson
|
71f9ec79c7
|
formula: don't catch errors in the Formula.each yield
|
2020-07-30 17:09:07 +01:00 |
|
Bo Anderson
|
a7e692e7bc
|
dependencies: fix error in recursive_includes
|
2020-07-30 16:12:57 +01:00 |
|
miccal
|
633dea1bb1
|
rubocop.yml: cask fixes for new style
|
2020-07-30 22:10:53 +08:00 |
|
Rylan Polster
|
bdc8438f7c
|
bump-revision: update revision syntax
|
2020-07-30 09:32:29 -04:00 |
|
Rylan Polster
|
1ac470fe7a
|
bump-revision: handle array of licenses
Allowing multiple licenses meant that `formula.license` returned an
array. This converts that array to the appropriate format for
`bump-revision`
|
2020-07-30 09:30:44 -04:00 |
|
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 |
|
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 |
|
William Ma
|
4216da7629
|
deps: Move CaskDependencies to its own file
|
2020-07-29 09:38:07 -04: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 |
|