Michka Popoff
9c3515ce73
Merge pull request #9284 from iMichka/first
...
pr-pull: fix empty workflow check
2020-11-25 17:49:21 +01:00
Markus Reiter
1690f064a2
Add types for Formula
.
2020-11-25 17:36:52 +01:00
Mike McQuaid
311c10636b
Deprecation fixes
...
- `brew uninstall --zap` replaces `brew cask zap`
- clarify how `--json` should behave
Fixes https://github.com/Homebrew/brew/issues/9296
2020-11-25 16:33:16 +00:00
Markus Reiter
5be4c9b5e0
Upgrade typed
sigils.
2020-11-25 17:04:19 +01:00
Markus Reiter
0032cfca5b
Refactor brew typecheck
.
2020-11-25 17:04:19 +01:00
Michka Popoff
76e52ebe62
pr-pull: fix empty workflow check
...
workflow_run is an array, which first element is the json
returned by the github API. We need to check that first element
if we want to know if the workflow exists.
2020-11-25 16:10:35 +01:00
Mike McQuaid
c5a9de8ff5
Merge pull request #9295 from MikeMcQuaid/ls-formula-default
...
cmd/list: --formula is no longer a default.
2020-11-25 14:43:03 +00:00
Mike McQuaid
9bd312bab2
Merge pull request #9267 from reitermarkus/macos-version-11.1
...
Handle macOS versions >= 11.1 correctly.
2020-11-25 14:36:01 +00:00
Mike McQuaid
88ba32c519
os/mac/version: explain Big Sur to_sym logic.
2020-11-25 13:53:52 +00:00
Mike McQuaid
f15c4183e0
cmd/list: --formula is no longer a default.
...
This behaviour is disabled.
2020-11-25 13:47:05 +00:00
Mike McQuaid
918fbcc263
Merge pull request #9247 from reitermarkus/deprecate-cask-commands
...
Deprecate remaining cask commands.
2020-11-25 10:10:56 +00:00
Mike McQuaid
f364f0c841
Merge remote-tracking branch 'origin/master' into deprecate-cask-commands
2020-11-25 09:39:00 +00:00
Mike McQuaid
b484f70572
Remove cask
from man brew
.
2020-11-25 09:37:21 +00:00
Mike McQuaid
db33c9a2a0
Merge pull request #9209 from MikeMcQuaid/deprecations
...
Deprecations for Homebrew 2.6.0
2020-11-25 08:49:52 +00:00
Mike McQuaid
fd08ffdd67
cmd/update.sh: update Git logic.
...
Co-authored-by: Maxim Belkin <maxim.belkin@gmail.com>
2020-11-25 08:44:40 +00:00
Jonathan Chang
d90c34ef51
docs: explain why upgrade upgrades unrelated stuff
2020-11-25 17:46:10 +11:00
Maxim Belkin
82ad6a56e9
Address review comments.
2020-11-24 21:01:22 -06:00
Maxim Belkin
2b6c1e220d
brew.sh: don't mention HOMEBREW_DEVELOPER
2020-11-24 20:51:49 -06:00
Markus Reiter
da2d80cdcb
Merge pull request #9282 from reitermarkus/app-source-not-there
...
Add more BOM debug information.
2020-11-25 02:33:05 +01:00
Rylan Polster
6cb7d5841b
Merge pull request #9283 from Rylan12/fix-update-python-resources
...
fix update-python-resources for formulae not in a tap
2020-11-24 17:29:03 -05:00
Shaun Jackman
a4cfe9d651
Revise docs/FAQ.md
2020-11-24 13:58:08 -08:00
Shaun Jackman
a89dc612bc
Revise docs/FAQ.md
...
Co-authored-by: Issy Long <issyl0@github.com>
2020-11-24 13:54:19 -08:00
Rylan Polster
737d9b698b
fix update-python-resources for formulae not in a tap
2020-11-24 16:52:29 -05:00
Markus Reiter
b9fc7e100b
Add more BOM debug information.
2020-11-24 22:12:17 +01:00
Rylan Polster
4942d44604
Merge pull request #9185 from Rylan12/migrate-automatic-resource-list
...
Migrate automatic python resource list to Homebrew/core
2020-11-24 16:10:21 -05:00
Rylan Polster
b2e25d12aa
utils/pypi: refactor package handling
2020-11-24 15:40:15 -05:00
Rylan Polster
ee47b863c4
move mapping from formula_lists to pypi_formula_mappings
2020-11-24 15:40:15 -05:00
Rylan Polster
20de58b5ae
bump-formula-pr: use new update_python_resources! signature
2020-11-24 15:40:15 -05:00
Rylan Polster
fac2bd8843
use auto update list when --print-only is passed
2020-11-24 15:40:15 -05:00
Rylan Polster
51a1b7c9e1
move pypi list to tap formula_lists directory
2020-11-24 15:40:15 -05:00
Rylan Polster
b1d907291b
update man pages
2020-11-24 15:40:15 -05:00
Rylan Polster
8e670995f8
migrate automatic python resource list to Homebrew/core
2020-11-24 15:40:15 -05:00
Shaun Jackman
4bbf92912b
Enable HOMEBREW_PATCHELF_RB_WRITE by default
...
Enable HOMEBREW_PATCHELF_RB_WRITE by default for everyone except CI.
It may be disabled using HOMEBREW_NO_PATCHELF_RB_WRITE.
It may be enabled on CI using HOMEBREW_PATCHELF_RB_WRITE.
2020-11-24 10:52:11 -08:00
Shaun Jackman
66dccb3b14
FAQ: Default installation prefix on Linux
...
Why does Homebrew on Linux recommend that I install to
/home/linuxbrew/.linuxbrew?
2020-11-24 10:43:05 -08:00
Markus Reiter
63dead36cc
Merge pull request #9277 from reitermarkus/app-source-not-there
...
Add debug information for empty BOM error.
2020-11-24 19:26:57 +01:00
Tom Schoonjans
b2864fb118
Temporarily disable VERSIONED_KEG_ONLY_ALLOWLIST test
2020-11-24 17:57:44 +00:00
Markus Reiter
0fb9fd2cbe
Don't output backtrace in Formulary
.
2020-11-24 18:55:17 +01:00
Michka Popoff
9d795a777e
Merge pull request #9254 from iMichka/pr-pull
...
pr-pull: allow to pull from multiple workflows
2020-11-24 18:34:27 +01:00
Markus Reiter
c324155295
Add debug information for empty BOM error.
2020-11-24 18:26:15 +01:00
Carlos Sanchez
278bc77f2d
fix: launchctl list can return empty id
...
causing
Error: undefined method `match?' for nil:NilClass
Seen in macOS Big Sur
2020-11-24 18:12:10 +01:00
Markus Reiter
04549ff16f
Merge pull request #9270 from Homebrew/dependabot/github_actions/reitermarkus/rerun-workflow-e2647e8885422412d5acbd61f9add5b1e77ad3ab
...
Bump reitermarkus/rerun-workflow from cf91bee6964dfde64eccbf5600c3ea206af11359 to 1.1.5
2020-11-24 17:53:29 +01:00
Mike McQuaid
d496f5c121
Deprecations for Homebrew 2.6.0
...
Do the usual deprecate/disable dance for the Homebrew 2.6.0 release.
Not to be merged until the next release will definitely be 2.6.0.
2020-11-24 16:44:02 +00:00
dependabot[bot]
dfcfa836b8
Bump reitermarkus/rerun-workflow
...
Bumps [reitermarkus/rerun-workflow](https://github.com/reitermarkus/rerun-workflow ) from cf91bee6964dfde64eccbf5600c3ea206af11359 to 1.1.5. This release includes the previously tagged commit.
- [Release notes](https://github.com/reitermarkus/rerun-workflow/releases )
- [Commits](cf91bee696...e2647e8885
)
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-24 15:28:43 +00:00
Michka Popoff
1fc3d22ab4
pr-pull: allow to pull from multiple workflows
...
and allow to skip missing workflows
Can be used like this:
brew pr-pull --workflows=tests.yml,wheezy_tests.yml --ignore-missing-artifacts=wheezy_tests.yml PRNUMBER
2020-11-24 15:46:44 +01:00
Michka Popoff
15da2fcb25
Merge pull request #9275 from iMichka/audit
...
audit: do not check for mixed dependencies
2020-11-24 13:45:22 +01:00
Michka Popoff
120c169546
audit: do not check for mixed dependencies
...
- for disabled formulae
- for deprecated formulae, except for the versioned ones.
2020-11-24 12:31:02 +01:00
Markus Reiter
7085c37098
Merge pull request #9222 from reitermarkus/brew-cask-create
...
Allow creating casks with `brew create --cask`.
2020-11-24 11:34:38 +01:00
Tom Schoonjans
5d0a4d58c2
formula_auditor: add cairomm@1.14 to allowlist
2020-11-24 09:07:48 +00:00
Markus Reiter
1d7cfc4337
Merge pull request #9261 from reitermarkus/system_command-types
...
Add types for `SystemCommand`.
2020-11-24 09:56:25 +01:00
Markus Reiter
cd7d639735
Merge pull request #9259 from EricFromCanada/bump-cask-autoupdate
...
bump-cask-pr: run auto-update beforehand
2020-11-24 09:16:57 +01:00