rmnull
41bc670abb
update patchelf.rb to 1.2.0 in Gemfile.lock.
2020-07-29 09:38:14 +05:30
Dustin Rodrigues
ea8388c90e
Merge pull request #8127 from dtrodrigues/revert-pr
...
Revert "style: don't allow PR/MR urls for patches"
2020-07-28 22:03:54 -04:00
Dustin Rodrigues
af3ea7d5aa
Revert "style: don't allow PR/MR urls for patches"
...
This reverts commit 7a2483728c18e9cfb45e4b3f079687ec5a8e1503.
2020-07-28 21:20:46 -04:00
Dustin Rodrigues
41c6a48936
Merge pull request #8075 from dtrodrigues/no-pr-url
...
style: don't allow patches to be PR/MR urls
2020-07-28 20:40:26 -04:00
William Ma
cc63cece76
deps: print cask dependencies
...
* Allow references to commands when using `brew deps`, e.g. `brew deps
cellery`
* Fix crash when using `brew deps <formula> --installed
--include-requirements`
* Do not include runtime dependencies as direct dependencies when using
`--tree`
2020-07-28 20:24:19 -04:00
Sam Ford
0a1162ca21
Modify StringToken::PATTERN to fix comparison
2020-07-28 18:25:40 -04:00
Seeker
4bd6c343d0
dev-cmd/audit: enforce uses_from_macos only if core tap
2020-07-28 10:28:00 -07:00
Mike McQuaid
6d9e2d444d
Big Sur fixes
...
- Make missing SDKs message more clear.
- Always refer to Big Sur as 11.0 (even on Intel).
2020-07-28 16:56:55 +01:00
Dustin Rodrigues
7a2483728c
style: don't allow PR/MR urls for patches
2020-07-28 10:18:26 -04:00
Maxim Belkin
06f078fad2
Merge pull request #8072 from maxim-belkin/utf8-fix
...
brew.sh: fixes for UTF-8
2020-07-28 09:01:56 -05:00
Mike McQuaid
b0c5991426
Merge pull request #7953 from MLH-Fellowship/license-multiple
...
Allow multiple licenses to be specified as an array with a consistent internal API
2020-07-28 14:31:02 +01:00
lionellloh
4f45ddd55b
brew style --fix
2020-07-28 21:04:45 +08:00
Lionell Loh Jian An
67a974455b
Apply suggestions from code review
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-28 21:01:36 +08:00
lionellloh
26c786fc0a
double quotes to single quotes
2020-07-28 21:01:36 +08:00
Lionell
0d6ea9e26c
Updated tests to pass
2020-07-28 21:01:36 +08:00
Lionell Loh Jian An
52321b4fcd
Apply suggestions from code review
...
Code review changes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-28 21:01:36 +08:00
Lionell
721c9b06cd
audit-license: Small change to use license_array
2020-07-28 21:01:36 +08:00
lionellloh
4a14ae6589
Audit-license: more tests to ensure behaviour
2020-07-28 21:01:36 +08:00
lionellloh
4ff3d63978
Clean up
2020-07-28 21:01:36 +08:00
lionellloh
3982810eab
brew style --fix
2020-07-28 21:01:36 +08:00
lionellloh
797a07d555
All tests adapted to pass
2020-07-28 21:01:36 +08:00
lionellloh
14d18a9731
Forbidden license logic adapt to Array
2020-07-28 21:01:36 +08:00
lionellloh
557b1d09a2
correct logic for standard license checking
2020-07-28 21:01:36 +08:00
lionellloh
b91587d171
audit-license: adapt code to use Array of licenses
2020-07-28 21:01:36 +08:00
lionellloh
9a2f84d4a5
Modify to_hash output
2020-07-28 21:01:35 +08:00
Lionell Loh Jian An
3d27894015
Apply suggestions from code review
...
Code review changes
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-07-28 21:01:35 +08:00
lionellloh
88eae0633b
overwrote license attr_rw with a special license method
2020-07-28 21:01:35 +08:00
Mike McQuaid
f797392dae
Merge pull request #8118 from MikeMcQuaid/bundle-update
...
brew.sh: run `brew update` before `brew bundle`.
2020-07-28 13:47:46 +01:00
Mike McQuaid
1c84c37f49
Merge pull request #8119 from reitermarkus/effective-arch
...
Fix `effective_arch` on Linux.
2020-07-28 12:29:07 +01:00
Markus Reiter
23340403c1
Fix effective_arch
on Linux.
2020-07-28 12:58:21 +02:00
Mike McQuaid
0be15fc4b7
Run brew update
before brew bundle
.
...
This should help with cases like
https://github.com/Homebrew/homebrew-bundle/issues/751
and is good practise in general.
Also, document the `brew update --preinstall` flag that is being used
here so others can run it manually e.g. as part of CI if needed.
2020-07-28 11:49:52 +01:00
Dawid Dziurla
7279e6f465
Merge pull request #8116 from dawidd6/workflow-dispatch-publish
...
pr-publish: use workflow_dispatch trigger
2020-07-28 12:36:33 +02:00
Dawid Dziurla
7d7b80774e
pr-publish: use workflow_dispatch trigger
2020-07-28 12:06:16 +02:00
Mike McQuaid
376094560f
Merge pull request #8117 from Homebrew/revert-8076-301-redirect
...
Revert "curl: alert on 301 redirect"
2020-07-28 11:02:28 +01:00
Markus Reiter
96af940b71
Merge pull request #8097 from reitermarkus/force-switch
...
Remove `--force` from `global_options`.
2020-07-28 11:42:29 +02:00
Mike McQuaid
a85eb3fa49
Revert "curl: alert on 301 redirect"
2020-07-28 10:38:27 +01:00
Markus Reiter
c0d42dd922
Remove --force
from global_options
.
2020-07-28 10:31:11 +02:00
Markus Reiter
698ac63a06
Merge pull request #8115 from reitermarkus/cask-audit
...
Make `Cask::Auditor` return a `Hash` with warnings and errors.
2020-07-28 10:12:56 +02:00
Mike McQuaid
f6bb1f1ef8
Merge pull request #8053 from Bo98/java.io.tmpdir
...
formula: set java.io.tmpdir
2020-07-28 09:06:38 +01:00
Markus Reiter
bf9659423a
Increase timeout for some integration tests.
2020-07-28 09:50:15 +02:00
Markus Reiter
5cf7ffd93e
Make Cask::Auditor
return a Hash
with warnings and errors.
2020-07-28 09:50:15 +02:00
Mike McQuaid
e6b066a3d9
Merge pull request #8108 from mistydemeo/upgrade_avoid_unrequested_casks
...
upgrade: avoid upgrading unrequested casks
2.4.9
2020-07-28 08:47:00 +01:00
Mike McQuaid
ac0c04c0fa
Merge pull request #8100 from MikeMcQuaid/test-bot-only-formulae
...
workflows/tests: run brew test-bot --only-formulae.
2020-07-28 08:30:07 +01:00
Mike McQuaid
cb214d9c09
Merge pull request #8106 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.2.3
...
build(deps): bump codecov from 0.2.2 to 0.2.3 in /Library/Homebrew
2020-07-28 08:29:12 +01:00
Michka Popoff
e637123cce
Merge pull request #8113 from rwhogg/stdenv-linux-test-fix
...
Fix brew test on Linux stdenv
2020-07-28 07:28:58 +02:00
Bob Wombat Hogg
9b47057b12
Fix brew test on Linux stdenv
2020-07-27 21:41:03 -04:00
Markus Reiter
58317b47be
Merge pull request #8112 from reitermarkus/setup-build-environment-args
...
Pass individual args explicitly to `ENV` extensions.
2020-07-28 03:16:08 +02:00
Markus Reiter
276c570c16
Pass individual args explicitly to ENV
extensions.
2020-07-28 02:52:45 +02:00
Maxim Belkin
219d1322be
brew.sh: fixes for UTF-8
2020-07-27 22:16:30 +00:00
Dawid Dziurla
fddeceda3c
Merge pull request #8110 from dawidd6/with-label
...
pr-automerge: fix variable name
2020-07-27 23:21:22 +02:00