Merge pull request #10487 from MikeMcQuaid/bootsnap_ruby_documentation
env_config: update HOMEBREW_BOOTSNAP description.
This commit is contained in:
commit
55f1bb7008
@ -40,7 +40,8 @@ module Homebrew
|
|||||||
description: "Use this username when accessing the Bintray API (where bottles are stored).",
|
description: "Use this username when accessing the Bintray API (where bottles are stored).",
|
||||||
},
|
},
|
||||||
HOMEBREW_BOOTSNAP: {
|
HOMEBREW_BOOTSNAP: {
|
||||||
description: "If set, use Bootsnap to speed up repeated `brew` calls.",
|
description: "If set, use Bootsnap to speed up repeated `brew` calls. "\
|
||||||
|
"A no-op when using Homebrew's vendored, relocatable Ruby on macOS (as it doesn't work).",
|
||||||
boolean: true,
|
boolean: true,
|
||||||
},
|
},
|
||||||
HOMEBREW_BOTTLE_DOMAIN: {
|
HOMEBREW_BOTTLE_DOMAIN: {
|
||||||
|
@ -1708,7 +1708,7 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
|
|||||||
<br>Use this username when accessing the Bintray API (where bottles are stored).
|
<br>Use this username when accessing the Bintray API (where bottles are stored).
|
||||||
|
|
||||||
- `HOMEBREW_BOOTSNAP`
|
- `HOMEBREW_BOOTSNAP`
|
||||||
<br>If set, use Bootsnap to speed up repeated `brew` calls.
|
<br>If set, use Bootsnap to speed up repeated `brew` calls. A no-op when using Homebrew's vendored, relocatable Ruby on macOS (as it doesn't work).
|
||||||
|
|
||||||
- `HOMEBREW_BOTTLE_DOMAIN`
|
- `HOMEBREW_BOTTLE_DOMAIN`
|
||||||
<br>Use this URL as the download mirror for bottles. For example, `HOMEBREW_BOTTLE_DOMAIN=http://localhost:8080` will cause all bottles to download from the prefix `http://localhost:8080/`.
|
<br>Use this URL as the download mirror for bottles. For example, `HOMEBREW_BOTTLE_DOMAIN=http://localhost:8080` will cause all bottles to download from the prefix `http://localhost:8080/`.
|
||||||
|
@ -2379,7 +2379,7 @@ Use this username when accessing the Bintray API (where bottles are stored)\.
|
|||||||
\fBHOMEBREW_BOOTSNAP\fR
|
\fBHOMEBREW_BOOTSNAP\fR
|
||||||
.
|
.
|
||||||
.br
|
.br
|
||||||
If set, use Bootsnap to speed up repeated \fBbrew\fR calls\.
|
If set, use Bootsnap to speed up repeated \fBbrew\fR calls\. A no\-op when using Homebrew\'s vendored, relocatable Ruby on macOS (as it doesn\'t work)\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBHOMEBREW_BOTTLE_DOMAIN\fR
|
\fBHOMEBREW_BOTTLE_DOMAIN\fR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user