BrewTestBot
df21c36c16
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2023-03-19 21:33:22 +00:00
Mike McQuaid
203c93196b
Merge pull request #15011 from carlocab/pr-pull-no-cherry-pick
...
pr-pull: add `--no-cherry-pick` flag
2023-03-19 17:32:31 -04:00
Mike McQuaid
c5fa3d221c
Merge pull request #15009 from apainintheneck/remove-old-prefix-placeholder
...
cask: remove old prefix placeholder
2023-03-19 17:29:00 -04:00
Mike McQuaid
96eb047121
Merge pull request #15008 from dduugg/enable-types
...
Enable types in Library/Homebrew/cask, etc.
2023-03-19 17:22:18 -04:00
Mike McQuaid
c31ae1ce6a
Merge pull request #14948 from hyuraku/remove-cask/cmd/fetch
...
remove `cask/cmd/fetch`
2023-03-19 17:21:22 -04:00
Issy Long
b979646c42
Merge pull request #15000 from issyl0/fix-extra-blank-line-in-caveats
...
caveats: Remove extra blank line between `keg_only` and other caveats
2023-03-19 20:57:15 +00:00
Carlo Cabrera
e7f15ae0ee
Merge pull request #14974 from ywwry66/install_info_from_path
2023-03-20 04:31:46 +08:00
Issy Long
f10b88ca85
caveats: Add a new line if there isn't one from previous conditions
2023-03-19 18:38:09 +00:00
Carlo Cabrera
e5b9e97b92
Use git merge-base to determine original_commit
2023-03-20 00:55:20 +08:00
Carlo Cabrera
c669f1d625
pr-pull: add --no-cherry-pick flag
...
Needed for Homebrew/homebrew-core#125556 . Without this, `pr-pull`
attempts to cherry-pick commits from the PR branch onto the PR branch,
and then gets upset that nothing happened.
See https://github.com/Homebrew/homebrew-core/actions/runs/4461335852/jobs/7835095294#step:10:40
2023-03-19 23:44:44 +08:00
Nanda H Krishna
8f6276ed5f
Merge pull request #14695 from DestroyerXyz/master
...
CI: use actions/cache@v3
2023-03-19 10:14:12 -04:00
hyuraku
4271d41e51
remove new specs
2023-03-19 22:31:00 +09:00
Shreyans Jain
cef132f8ca
fix: save-state and set-output deprecated
...
Signed-off-by: Shreyans Jain <shreyansthebest2007@gmail.com>
2023-03-19 17:37:21 +05:30
hyuraku
dfee012f77
change cask spec to formula one
2023-03-19 19:14:46 +09:00
Mike McQuaid
26914e2469
Merge pull request #15006 from dduugg/brew-types
...
Enable typing in Library/Homebrew/brew.rb
2023-03-19 00:33:42 -04:00
apainintheneck
3aae28aa0d
cask: remove old prefix placeholder
...
This was just a temporary workaround while we
waited for the API to regenerate the JSON content.
2023-03-18 16:42:44 -07:00
Douglas Eichelberger
aea54a9ceb
Generate RBI for StackProf
2023-03-18 16:29:12 -07:00
Douglas Eichelberger
6415ae6739
Add stackprof to Gemfile
2023-03-18 16:23:08 -07:00
Douglas Eichelberger
4f2ff3819b
Clean up rbi files
2023-03-18 16:03:25 -07:00
Douglas Eichelberger
abfe29040b
Enable types in Library/Homebrew/cask
2023-03-18 16:03:10 -07:00
Ruiyang Wu
4ac228cc41
Use install-info from texinfo if not available in /usr/bin
...
`install-info` is not shipped with macOS Ventura and some Linux
distros. This commit uses `install-info` from `texinfo` formula if it
is not available in `/usr/bin`.
See: https://github.com/Homebrew/discussions/discussions/4306
2023-03-18 18:24:03 -04:00
Nanda H Krishna
e89492fc38
Merge pull request #15005 from nandahkrishna/actions-error-remove
...
utils/github/actions: remove `Error` class
2023-03-18 16:58:49 -04:00
Douglas Eichelberger
2969cdb5c1
Enable types in brew.rb
2023-03-18 13:55:19 -07:00
Douglas Eichelberger
6dc20d253a
Add stackprof@0.2.23.rbi
2023-03-18 13:46:13 -07:00
Nanda H Krishna
30845593cc
utils/github/actions: remove Error class
2023-03-18 16:38:08 -04:00
Nanda H Krishna
27bb6ff1dd
Merge pull request #15002 from nandahkrishna/actions-multiline-envfile
...
utils/github/actions: add `format_multiline_string` method
2023-03-18 15:31:12 -04:00
Rylan Polster
5550aa215e
Merge pull request #15001 from issyl0/cask-tests-fix-for-ventura
...
test/cask: Fix "System Settings" caveats for (non-)Ventura OSes
2023-03-18 11:32:48 -04:00
Issy Long
865e99c611
test/cask: Rename 'expected_json_ventura' since it's >= Ventura
...
- Let's actually show in the fixtures JSON filename what's changed
between the two.
2023-03-18 15:16:23 +00:00
Nanda H Krishna
b792a5fd20
utils/github/actions: add format_multiline_string method
2023-03-18 10:49:16 -04:00
Issy Long
6b4b923b44
test/cask: Fix "System Settings" caveats for (non-)Ventura OSes
...
- "System Preferences" was updated to be "System Settings" in macOS
Ventura. This naming was updated in our caveats generator in PR 14997.
- This test was failing for me locally (on Ventura) because it was
hardcoded to expect `System Preferences => Security & Privacy`, but
getting `System Settings => Privacy & Security`.
- This is not the most important thing in the world, we can probably
live with the failing test, but I thought I'd try to fix it anyway.
2023-03-18 13:19:20 +00:00
Issy Long
7bb57612b7
caveats: Remove extra blank line between keg_only and other caveats
...
- This was pointed out by Carlo in
https://github.com/Homebrew/brew/issues/14925#issuecomment-1473303922 ,
it annoyed me the moment I saw it too, and it was a very quick fix.
- The caveats items are joined by "\n" before being displayed, so the
extra `\n` here when generating the `keg_only_text` meant that there
were two blank lines which looked weird. This `keg_only_text` method
is only used here so it doesn't affect anywhere else we show the
`keg_only` message, if there are any other places.
2023-03-18 12:21:10 +00:00
Mike McQuaid
b3684e55a7
Merge pull request #14997 from ZhongRuoyu/ventura-system-settings
...
Update path to system settings on Ventura
2023-03-17 15:45:05 -04:00
Mike McQuaid
647d86f3e4
Merge pull request #14998 from stevenlele/locale
...
Fix locale parsing
2023-03-17 15:36:22 -04:00
Mike McQuaid
b8743d337b
Merge pull request #14991 from issyl0/cask-url-audit-pass-referrer
...
cask/audit: Pass a URL's `referer` through to cURL
2023-03-17 15:33:38 -04:00
Carlo Cabrera
f09fcf45d4
Merge pull request #14995 from Homebrew/sponsors-maintainers-man-completions
...
Update sponsors.
2023-03-18 00:16:26 +08:00
stevenlele
b1ddbfee22
Remove redundant comma in docs
2023-03-17 20:38:26 +08:00
stevenlele
c9e44a0395
Update test
2023-03-17 20:35:17 +08:00
stevenlele
c5973022d4
Update tag order in docs
2023-03-17 20:34:25 +08:00
stevenlele
ca22b67dd2
Fix locale parsing
2023-03-17 20:15:42 +08:00
Ruoyu Zhong
a0ba487a30
Fix brew tests since CI is running on Monterey
...
Signed-off-by: Ruoyu Zhong <zhongruoyu@outlook.com>
2023-03-17 19:53:15 +08:00
Ruoyu Zhong
e9ce4a5a4e
Update path to system settings on Ventura
...
"System Preferences" has been renamed to "System Settings" on Ventura.
Privacy and security settings have moved, too. This commit makes sure
these changes are reflected. (Some adjustments were already made in
#14092.)
Signed-off-by: Ruoyu Zhong <zhongruoyu@outlook.com>
2023-03-17 19:24:07 +08:00
BrewTestBot
69555dc801
Update sponsors.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2023-03-17 00:05:28 +00:00
Issy Long
0701ea42fa
cask/audit: Pass a URL's referer through to cURL
...
- Some casks have URL arguments like "referer" (spelled wrong, that's
intentional in the HTTP spec).
- The audit for one such cask, `iThoughtsX`, was failing because the
"referer" wasn't getting passed through to cURL so the access would
404.
----
Before:
```
❯ brew audit --cask --online --appcast --signing 'ithoughtsx'
[...]
audit for ithoughtsx: failed
- The binary URL https://cdn.toketaware.com?download=iThoughtsX.zip is not reachable (HTTP status code 404)
- Version '9.2.0' differs from '9.3.0' retrieved by livecheck.
- Version '9.2.0' differs from '9.3.0' retrieved by livecheck.
Error: 2 problems in 1 cask detected
```
After:
```
❯ brew audit --cask --online --appcast --signing 'ithoughtsx'
[...]
audit for ithoughtsx: failed
- Version '9.2.0' differs from '9.3.0' retrieved by livecheck.
- Version '9.2.0' differs from '9.3.0' retrieved by livecheck.
Error: 1 problem in 1 cask detected
```
2023-03-16 23:28:50 +00:00
Mike McQuaid
650f516c5b
Merge pull request #14992 from dduugg/enable-typing
...
Fix GitHub.last_commit and enable more typing
2023-03-16 17:12:48 -04:00
Nanda H Krishna
881e860334
Merge pull request #14994 from Homebrew/dependabot/bundler/Library/Homebrew/rack-3.0.7
...
build(deps): bump rack from 3.0.6.1 to 3.0.7 in /Library/Homebrew
2023-03-16 15:39:50 -04:00
BrewTestBot
f2eb7d58b8
Update RBI files for rack.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2023-03-16 19:13:12 +00:00
BrewTestBot
2681bebd4a
brew vendor-gems: commit updates.
2023-03-16 19:07:04 +00:00
dependabot[bot]
4b6d76faf8
build(deps): bump rack from 3.0.6.1 to 3.0.7 in /Library/Homebrew
...
Bumps [rack](https://github.com/rack/rack ) from 3.0.6.1 to 3.0.7.
- [Release notes](https://github.com/rack/rack/releases )
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rack/rack/compare/v3.0.6.1...v3.0.7 )
---
updated-dependencies:
- dependency-name: rack
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 19:02:48 +00:00
Mike McQuaid
d0c5202106
Merge pull request #14984 from alebcay/utils-gzip-not-private
...
utils/gzip: don't mark API as private
2023-03-16 10:23:08 -04:00
Caleb Xu
8d51f806c5
utils/gzip: don't mark API as private
2023-03-16 00:00:54 -04:00