From 2e89d74d225f689fe48999f84d72fd10cead8788 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 25 Jun 2021 20:03:33 +0000 Subject: [PATCH] Update maintainers, manpage and completions. Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow. --- completions/bash/brew | 2 ++ completions/fish/brew.fish | 2 ++ completions/zsh/_brew | 6 ++++-- docs/Manpage.md | 4 ++++ manpages/brew.1 | 8 ++++++++ 5 files changed, 20 insertions(+), 2 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index d2997bc25c..208f54b08b 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -754,11 +754,13 @@ _brew_dispatch_build_bottle() { --help --issue --linux + --linux-self-hosted --macos --quiet --tap --upload --verbose + --wheezy --workflow " return diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index bbe35d8aa2..89b04b6dec 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -582,11 +582,13 @@ __fish_brew_complete_arg 'dispatch-build-bottle' -l debug -d 'Display any debugg __fish_brew_complete_arg 'dispatch-build-bottle' -l help -d 'Show this message' __fish_brew_complete_arg 'dispatch-build-bottle' -l issue -d 'If specified, post a comment to this issue number if the job fails' __fish_brew_complete_arg 'dispatch-build-bottle' -l linux -d 'Dispatch bottle for Linux (using GitHub runners)' +__fish_brew_complete_arg 'dispatch-build-bottle' -l linux-self-hosted -d 'Dispatch bottle for Linux (using self-hosted runner)' __fish_brew_complete_arg 'dispatch-build-bottle' -l macos -d 'Version of macOS the bottle should be built for' __fish_brew_complete_arg 'dispatch-build-bottle' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'dispatch-build-bottle' -l tap -d 'Target tap repository (default: `homebrew/core`)' __fish_brew_complete_arg 'dispatch-build-bottle' -l upload -d 'Upload built bottles' __fish_brew_complete_arg 'dispatch-build-bottle' -l verbose -d 'Make some output more verbose' +__fish_brew_complete_arg 'dispatch-build-bottle' -l wheezy -d 'Use Debian Wheezy container for building the bottle on Linux' __fish_brew_complete_arg 'dispatch-build-bottle' -l workflow -d 'Dispatch specified workflow (default: `dispatch-build-bottle.yml`)' __fish_brew_complete_arg 'dispatch-build-bottle' -a '(__fish_brew_suggest_formulae_all)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 335f9e801f..eca54c383d 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -715,12 +715,14 @@ _brew_dispatch_build_bottle() { '--debug[Display any debugging information]' \ '--help[Show this message]' \ '--issue[If specified, post a comment to this issue number if the job fails]' \ - '(--macos)--linux[Dispatch bottle for Linux (using GitHub runners)]' \ - '(--linux)--macos[Version of macOS the bottle should be built for]' \ + '(--macos --linux-self-hosted)--linux[Dispatch bottle for Linux (using GitHub runners)]' \ + '(--macos --linux)--linux-self-hosted[Dispatch bottle for Linux (using self-hosted runner)]' \ + '(--linux --linux-self-hosted)--macos[Version of macOS the bottle should be built for]' \ '--quiet[Make some output more quiet]' \ '--tap[Target tap repository (default: `homebrew/core`)]' \ '--upload[Upload built bottles]' \ '--verbose[Make some output more verbose]' \ + '--wheezy[Use Debian Wheezy container for building the bottle on Linux]' \ '--workflow[Dispatch specified workflow (default: `dispatch-build-bottle.yml`)]' \ - formula \ '*::formula:__brew_formulae' diff --git a/docs/Manpage.md b/docs/Manpage.md index 85f40aca7b..d79dc1034b 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1059,6 +1059,10 @@ Build bottles for these formulae with GitHub Actions. Upload built bottles. * `--linux`: Dispatch bottle for Linux (using GitHub runners). +* `--linux-self-hosted`: + Dispatch bottle for Linux (using self-hosted runner). +* `--wheezy`: + Use Debian Wheezy container for building the bottle on Linux. ### `edit` [*`--formula`*] [*`--cask`*] [*`formula`*|*`cask`* ...] diff --git a/manpages/brew.1 b/manpages/brew.1 index 179d7f29d3..2d2b0b3521 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1507,6 +1507,14 @@ Upload built bottles\. \fB\-\-linux\fR Dispatch bottle for Linux (using GitHub runners)\. . +.TP +\fB\-\-linux\-self\-hosted\fR +Dispatch bottle for Linux (using self\-hosted runner)\. +. +.TP +\fB\-\-wheezy\fR +Use Debian Wheezy container for building the bottle on Linux\. +. .SS "\fBedit\fR [\fI\-\-formula\fR] [\fI\-\-cask\fR] [\fIformula\fR|\fIcask\fR \.\.\.]" Open a \fIformula\fR or \fIcask\fR in the editor set by \fBEDITOR\fR or \fBHOMEBREW_EDITOR\fR, or open the Homebrew repository for editing if no formula is provided\. .