From a1ce124ca35870e0c622ac23eb4de1f2c5fababd Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:03:20 +0000 Subject: [PATCH] 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. --- completions/bash/brew | 1 + completions/fish/brew.fish | 1 + completions/zsh/_brew | 1 + docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 9 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index 8bc69fa51d2e4..2611b88a9713e 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1772,6 +1772,7 @@ _brew_pr_pull() { --no-upload --quiet --resolve + --retain-bottle-dir --root-url --root-url-using --tap diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 6c8d26d761029..46245adf12848 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1206,6 +1206,7 @@ __fish_brew_complete_arg 'pr-pull' -l no-commit -d 'Do not generate a new commit __fish_brew_complete_arg 'pr-pull' -l no-upload -d 'Download the bottles but don\'t upload them' __fish_brew_complete_arg 'pr-pull' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'pr-pull' -l resolve -d 'When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting' +__fish_brew_complete_arg 'pr-pull' -l retain-bottle-dir -d 'Does not clean up the tmp directory for the bottle so it can be used later' __fish_brew_complete_arg 'pr-pull' -l root-url -d 'Use the specified URL as the root of the bottle\'s URL instead of Homebrew\'s default' __fish_brew_complete_arg 'pr-pull' -l root-url-using -d 'Use the specified download strategy class for downloading the bottle\'s URL instead of Homebrew\'s default' __fish_brew_complete_arg 'pr-pull' -l tap -d 'Target tap repository (default: `homebrew/core`)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 3c0198f0981b7..21714f3ac4e33 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1493,6 +1493,7 @@ _brew_pr_pull() { '--no-upload[Download the bottles but don'\''t upload them]' \ '--quiet[Make some output more quiet]' \ '--resolve[When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting]' \ + '--retain-bottle-dir[Does not clean up the tmp directory for the bottle so it can be used later]' \ '--root-url[Use the specified URL as the root of the bottle'\''s URL instead of Homebrew'\''s default]' \ '--root-url-using[Use the specified download strategy class for downloading the bottle'\''s URL instead of Homebrew'\''s default]' \ '--tap[Target tap repository (default: `homebrew/core`)]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 24a7a6d738d04..9a2b6cf02c673 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1432,6 +1432,8 @@ Requires write access to the repository. When a patch fails to apply, leave in progress and allow user to resolve, instead of aborting. * `--warn-on-upload-failure`: Warn instead of raising an error if the bottle upload fails. Useful for repairing bottle uploads that previously failed. +* `--retain-bottle-dir`: + Does not clean up the tmp directory for the bottle so it can be used later. * `--committer`: Specify a committer name and email in `git`'s standard author format. * `--message`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 954d4c9fdfc61..f170d805e08b6 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2054,6 +2054,10 @@ When a patch fails to apply, leave in progress and allow user to resolve, instea Warn instead of raising an error if the bottle upload fails\. Useful for repairing bottle uploads that previously failed\. . .TP +\fB\-\-retain\-bottle\-dir\fR +Does not clean up the tmp directory for the bottle so it can be used later\. +. +.TP \fB\-\-committer\fR Specify a committer name and email in \fBgit\fR\'s standard author format\. .