38785 Commits

Author SHA1 Message Date
Mike McQuaid
ab16b59ee7
Merge pull request #16116 from iMichka/dep2
brew unbottled: skip deprecated
2023-10-18 09:08:27 +01:00
Mike McQuaid
f656f8db97
dev-cmd/unbottled: more idiomatic Ruby. 2023-10-18 08:52:25 +01:00
Mike McQuaid
e7be31dcbc
Merge pull request #16115 from apainintheneck/add-lost-option-to-unbottled
dev-cmd/unbottled: add --lost option
2023-10-18 08:49:56 +01:00
apainintheneck
e48c155f42 dev-cmd/unbottled: share common parts of bottle tag regex
This makes it easier to see that the two regexes are related
and could make it easier to change them in the future if
need be.
2023-10-17 22:41:50 -07:00
Michka Popoff
651cef6f6b
brew unbottled: skip deprecated formulae
We are not interested in bottling them
2023-10-17 23:12:22 +02:00
Mike McQuaid
23ee8afa94
Merge pull request #16117 from EricFromCanada/hg-branches-tags 2023-10-17 07:45:46 +01:00
Eric Knibbe
4562ab4299
download_strategy: support Mercurial tags/branches 2023-10-17 00:24:40 -04:00
apainintheneck
83598bb950 cmd/unbottled: Address review feedback for --lost
- Add heading message to indicate bottle tag used
- Use --no-ext-diff with git to avoid potential problems
- Resolve formula renames to avoid false positives
- Increase parsing stringency
2023-10-16 20:51:38 -07:00
apainintheneck
20f00a6427 dev-cmd/unbottled: add --lost option
This option tries to find bottles where the bottle was removed
from the formula in the past week and not added back in.

It checks the output of `git log` to see if there are any
bottles that fit this criteria.
2023-10-15 16:05:17 -07:00
Bo Anderson
c0c8a4dd4d
Merge pull request #16113 from Bo98/audit-retry
Add retries to some online audit checks
4.1.16
2023-10-14 17:58:27 +01:00
Bo Anderson
e80bb70bed
Add retries to some online audit checks 2023-10-14 17:43:18 +01:00
Nanda H Krishna
fbe50bf280
Merge pull request #16112 from Homebrew/sponsors-maintainers-man-completions
Update sponsors.
2023-10-13 21:07:12 -04:00
BrewTestBot
36cd691033
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-10-13 20:32:39 +00:00
Bo Anderson
eddbc0d732
Merge pull request #16111 from Bo98/manifest-retry
cmd/fetch: support retrying manifest downloads
2023-10-13 21:31:52 +01:00
Bo Anderson
337a8fc6ea
cmd/fetch: support retrying manifest downloads 2023-10-13 21:14:07 +01:00
Mike McQuaid
b085889f51
Merge pull request #16106 from EricFromCanada/cmd-deps-head
cmd/deps: show deps for head spec with `--HEAD`
2023-10-13 12:09:37 +01:00
Eric Knibbe
8e01227add
cmd/deps: show deps for head spec with --HEAD
Plus a few man page fixes
2023-10-13 00:29:09 -04:00
Bo Anderson
d3fd36da48
Merge pull request #16109 from Bo98/typecheck-sonoma-fix
utils/gems: fix Sonoma compatibility check
2023-10-13 00:16:27 +01:00
Bo Anderson
900d867345
utils/gems: fix Sonoma compatibility check 2023-10-13 00:02:06 +01:00
Mike McQuaid
41dc533add
Merge pull request #16108 from Bo98/api-rename-fix
formulary: load from API for formula renames
2023-10-12 17:49:58 +01:00
Bo Anderson
408e15f485
formulary: load from API for formula renames 2023-10-12 17:04:54 +01:00
Mike McQuaid
5e78ba31e3
Merge pull request #16103 from Homebrew/sponsors-maintainers-man-completions 2023-10-12 07:18:10 +01:00
Mike McQuaid
07daa5582a
Merge pull request #16104 from Homebrew/sorbet-files-update 2023-10-12 07:04:51 +01:00
BrewTestBot
31bbdbfee1
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-10-12 06:04:47 +00:00
Mike McQuaid
5e5f5c9c04
Merge pull request #16105 from davidchall/patch-1 2023-10-12 07:04:08 +01:00
David C Hall
a3887482bb
Update tap-new.rb 2023-10-11 19:40:04 -07:00
David C Hall
8e65816335
Adding GHA permission for GitHub Packages
When a tap stores bottles in GitHub Packages, then the publish workflow requires the corresponding write permission.
2023-10-11 19:31:54 -07:00
Eric Knibbe
eacf8d96d6
Merge pull request #16102 from EricFromCanada/api-urls-using
api: add `using:` attribute to head & stable URLs
2023-10-11 21:57:03 -04:00
BrewTestBot
cecd63ed29
sorbet: Update RBI files.
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
2023-10-12 00:23:27 +00:00
BrewTestBot
77c83b3054
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-10-12 00:05:17 +00:00
Eric Knibbe
03e743a75e
api: add using: attribute to head & stable URLs 2023-10-11 14:14:18 -04:00
Mike McQuaid
f89c7194e8
Merge pull request #16098 from reitermarkus/odebug-system-command
Improve `odebug`/`SystemCommand` debugging output.
2023-10-11 09:10:46 +01:00
Markus Reiter
00c976ce38
Fix test. 2023-10-11 09:42:22 +02:00
Mike McQuaid
43e537afeb
Merge pull request #16099 from heller/terminal-manpages-16074
Tips-N'-Tricks: homebrew.man.conf for Terminal.app
2023-10-11 08:26:52 +01:00
Carlo Cabrera
b831a4ec2f
Merge pull request #16100 from Homebrew/dependabot/bundler/Library/Homebrew/regexp_parser-2.8.2
build(deps-dev): bump regexp_parser from 2.8.1 to 2.8.2 in /Library/Homebrew
2023-10-11 14:18:46 +08:00
BrewTestBot
104983533d
Update RBI files for regexp_parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
2023-10-10 18:35:18 +00:00
BrewTestBot
254f9ec5bd
brew vendor-gems: commit updates. 2023-10-10 18:28:45 +00:00
dependabot[bot]
6319514a64
build(deps-dev): bump regexp_parser in /Library/Homebrew
Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 2.8.1 to 2.8.2.
- [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ammar/regexp_parser/compare/v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: regexp_parser
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-10 18:24:38 +00:00
Matthew Heller
c7653f5570
Apply suggestions from code review
Update instructions: Append to the file from the shell, and fix permissions if on macOS Intel.

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2023-10-10 12:00:50 -05:00
Matthew Heller
26ee0bade1 Local linter didn't care about newline at EOF but CI did care... 2023-10-10 01:55:32 -05:00
Matthew Heller
29b43e1dc9 Fixes for the linter. 2023-10-10 01:52:31 -05:00
Matthew Heller
95b19823b7 Tips-N'-Tricks: homebrew.man.conf for Terminal.app
Add instructions for fixing Terminal.app's "Open man Page" command by creating homebrew.man.conf.
2023-10-10 01:23:54 -05:00
Markus Reiter
4b7aed84fa
Add test for print_stdout: :debug. 2023-10-10 03:42:22 +02:00
Markus Reiter
5d87da135a
Allow printing command output when HOMEBREW_DEBUG/--debug is set. 2023-10-10 03:42:22 +02:00
Markus Reiter
16aa6372a3
Make odebug output to stderr. 2023-10-10 03:42:22 +02:00
Mike McQuaid
e57a87cfe9
Merge pull request #16085 from samford/improve-date-version-parsing-take-2
Version: Improve date version parsing
4.1.15
2023-10-09 13:13:59 +01:00
Carlo Cabrera
a2d56ceb2e
Merge pull request #16097 from JameelKaisar/update-actions-publish
Add missing permissions to actions publish
2023-10-09 14:50:34 +08:00
Jameel Kaisar
2779b8ea7f Add missing permissions to actions publish
This commit adds the missing permissions to the
actions publish script. The 'contents: write'
permission is required to publish releases and
the 'pull-requests: write' permission is required
to close the pull request after the changes are committed.
2023-10-08 22:13:59 +00:00
Mike McQuaid
5349b76292
Merge pull request #16096 from EricFromCanada/cli-args-extras
cli/parser: depopulate commands' internal args lists
2023-10-08 19:28:48 +01:00
Mike McQuaid
abeab3e6c6
cli/parser: tweak style.
Co-authored-by: Kevin <apainintheneck@gmail.com>
2023-10-08 19:12:43 +01:00