diff options
| author | Mike McQuaid | 2014-10-26 15:31:29 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-26 15:31:29 +0000 | 
| commit | 03088c308e02f41a441bf42edc34bda82542e85b (patch) | |
| tree | 551cae9da74224487e609b9ceb743558c49e7496 | |
| parent | cabac9d84d45597861994573a7b872c66e3f91cc (diff) | |
| download | brew-03088c308e02f41a441bf42edc34bda82542e85b.tar.bz2 | |
Tweak core contributor brew-test-bot docs.
| -rw-r--r-- | share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md | 13 | 
1 files changed, 3 insertions, 10 deletions
| diff --git a/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md b/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md index e8ff50081..2e3989f34 100644 --- a/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md +++ b/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md @@ -4,20 +4,13 @@ If a build has run and passed on `brew test-bot` then it can be used to quickly  There are three types of Jenkins jobs:  ## Homebrew -This job automatically builds anything committed to the master branch. On -failure it sends an email to `brew-test-bot@googlegroups.com`. It tests rather than builds bottles. +This job automatically builds anything committed to the master branch. On failure it sends an email to `brew-test-bot@googlegroups.com`. It tests rather than builds bottles.  ## Homebrew Pull Requests - -This job automatically builds any pull requests submitted to Homebrew/homebrew. On -success or failure it updates the pull request status (see more details on the -[main Brew Test Bot wiki page](Brew-Test-Bot)). On a successful build it automatically uploads bottles. +This job automatically builds any pull requests submitted to Homebrew/homebrew. On success or failure it updates the pull request status (see more details on the [main Brew Test Bot wiki page](Brew-Test-Bot.md)). On a successful build it automatically uploads bottles.  ## Homebrew Testing - -This job is manually triggered to run -[`brew-test-bot.rb`](https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/cmd/brew-test-bot.rb) -on with user-specified parameters. On a successful build it automatically uploads bottles. +This job is manually triggered to run [`brew-test-bot.rb`](https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/cmd/brew-test-bot.rb) with user-specified parameters. On a successful build it automatically uploads bottles.  You can manually start this job with parameters to run [`brew-test-bot`](https://github.com/Homebrew/homebrew/blob/master/Library/Contributions/cmd/brew-test-bot.rb) with the same parameters. It's often useful to pass a pull request URL, a commit URL, a commit SHA-1 and/or formula names to have `brew-test-bot` test them, report the results and produce bottles. | 
