docs: add two taps, update CI info

and fix some wording.
This commit is contained in:
EricFromCanada 2018-02-01 16:04:21 -05:00
parent 701ecb4975
commit 2020f382cb
2 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,7 @@
`brew test-bot` is the name for the automated review and testing system funded
by [our Kickstarter in 2013](https://www.kickstarter.com/projects/homebrew/brew-test-bot).
It comprises four Mac Minis running in a data centre in England which host
It comprises four Mac Minis and three Xserves running in two data centres which host
[a Jenkins instance at https://jenkins.brew.sh](https://jenkins.brew.sh) and run the
[`brew-test-bot.rb`](https://github.com/Homebrew/homebrew-test-bot/blob/master/cmd/brew-test-bot.rb)
Ruby script to perform automated testing of commits to the master branch, pull
@ -36,8 +36,6 @@ A passed build looks like this:
On failed or passed builds you can click the "Details" link to view the result
in Jenkins.
When you click this you'll see the results.
A passed build looks like this:
![Passed Jenkins Build](img/docs/brew-test-bot-passed-jenkins.png)

View File

@ -33,11 +33,15 @@ You can be added as a maintainer for one of the Homebrew organization taps and a
* [brewsci/science](https://github.com/brewsci/homebrew-science): Software tailored to scientific endeavours.
* [davidchall/hep](https://github.com/davidchall/homebrew-hep): High energy physics formulae.
* [lifepillar/appleii](https://github.com/lifepillar/homebrew-appleii): Formulae for vintage Apple emulation.
## Interesting forks
* [mistydemeo/tigerbrew](https://github.com/mistydemeo/tigerbrew): Experimental Tiger PowerPC version
* [mistydemeo/tigerbrew](https://github.com/mistydemeo/tigerbrew): Experimental Tiger PowerPC version.
* [Linuxbrew/brew](https://github.com/Linuxbrew/brew): Experimental Linux version
* [Linuxbrew/brew](https://github.com/Linuxbrew/brew): Experimental Linux version.
## Technical details