docs: redirect from old BrewTestBot URLs

Also, sweep up remaining "Brew Test Bot" instances, and use brewtestbot.png for both BrewTestBot pages.
This commit is contained in:
Eric Knibbe 2024-02-15 14:50:24 -05:00
parent 0a206a4093
commit 220f56037c
No known key found for this signature in database
GPG Key ID: 179D9CDDDB814168
6 changed files with 17 additions and 8 deletions

View File

@ -1,6 +1,13 @@
---
logo: /assets/img/brewtestbot.png
image: /assets/img/brewtestbot.png
redirect_from:
- /Brew-Test-Bot-For-Core-Contributors
---
# BrewTestBot for Maintainers
`brew test-bot` is the command our CI runs to test and build bottles for formulae.
[`brew test-bot`](Manpage.md#test-bot-options-formula) is the command our [CI](https://github.com/BrewTestBot) runs to test and build bottles for formulae.
## Publishing Bottles

View File

@ -1,6 +1,8 @@
---
logo: /assets/img/brewtestbot.png
image: /assets/img/brewtestbot.png
redirect_from:
- /Brew-Test-Bot
---
# BrewTestBot

View File

@ -101,7 +101,7 @@ If you wish to install a non-brew-packaged Python package (from PyPI for example
You can install `pipx` by running `brew install pipx`.
When you use `pipx` to install a Python application, it will always use a virtual environment for you.
It is possible to install some Python packages as formulae, by using `brew install xyz`. We do not recommend using these formulae and recommend you install them with pip using a virtualenv. These syste-wide Hombrew Python formulae are often Homebrew-specific formulae that are useful as dependencies for other Homebrew formulae. It is not recommended to rely on them.
It is possible to install some Python packages as formulae by using `brew install xyz`. We do not recommend using these formulae and instead recommend you install them with pip inside a virtualenv. These system-wide Homebrew Python formulae are often Homebrew-specific formulae that are useful as dependencies for other Homebrew formulae. It is not recommended to rely on them.
## Why is Homebrew's Python being installed as a dependency?