aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEricFromCanada2018-02-01 16:04:21 -0500
committerEricFromCanada2018-02-01 16:04:21 -0500
commit2020f382cb6cc51d58f7cf6c2895361129f11b5a (patch)
treec83bd115d4b71480b5efb3f6722cc5a1ddcd68ba /docs
parent701ecb49755d9be3f4c40ce979814027cda1c479 (diff)
downloadbrew-2020f382cb6cc51d58f7cf6c2895361129f11b5a.tar.bz2
docs: add two taps, update CI info
and fix some wording.
Diffstat (limited to 'docs')
-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