aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Brew-Test-Bot.md4
-rw-r--r--docs/Interesting-Taps-and-Forks.md8
2 files changed, 7 insertions, 5 deletions
diff --git a/docs/Brew-Test-Bot.md b/docs/Brew-Test-Bot.md
index 4a3a639d5..46e2f9e71 100644
--- a/docs/Brew-Test-Bot.md
+++ b/docs/Brew-Test-Bot.md
@@ -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)
diff --git a/docs/Interesting-Taps-and-Forks.md b/docs/Interesting-Taps-and-Forks.md
index 5115fd9d5..4d569e6c0 100644
--- a/docs/Interesting-Taps-and-Forks.md
+++ b/docs/Interesting-Taps-and-Forks.md
@@ -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