diff options
| author | Dominyk Tiller | 2016-08-26 01:35:54 +0100 |
|---|---|---|
| committer | Dominyk Tiller | 2016-08-26 01:35:54 +0100 |
| commit | 0111523e58d5409784d4d0d7a2d38cf7ae965e2d (patch) | |
| tree | 7989a8b919dad8dc1cf4e344bedd3373c79793d8 /share | |
| parent | c39f0baa2169c2c65fd6aca2f33fac6e31899855 (diff) | |
| download | brew-0111523e58d5409784d4d0d7a2d38cf7ae965e2d.tar.bz2 | |
Brew-Test-Bot-For-Core-Contributors: update links
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md | 8 |
1 files changed, 4 insertions, 4 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 f37e57ab9..f9572f519 100644 --- a/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md +++ b/share/doc/homebrew/Brew-Test-Bot-For-Core-Contributors.md @@ -3,11 +3,11 @@ If a build has run and passed on `brew test-bot` then it can be used to quickly There are two types of Jenkins jobs you will interact with: -## [Homebrew Pull Requests](http://bot.brew.sh/job/Homebrew%20Core%20Pull%20Requests/) +## [Homebrew Pull Requests](https://bot.brew.sh/job/Homebrew%20Core%20Pull%20Requests/) This job automatically builds any pull requests submitted to Homebrew/homebrew-core. 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](http://bot.brew.sh/job/Homebrew%20Testing/) -This job is manually triggered to run [`brew test-bot`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/cmd/test-bot.rb) with user-specified parameters. On a successful build it automatically uploads bottles. +## [Homebrew Testing](https://bot.brew.sh/job/Homebrew%20Testing/) +This job is manually triggered to run [`brew test-bot`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/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/brew/blob/master/Library/Homebrew/cmd/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. @@ -21,5 +21,5 @@ To pull and bottle a pull request with `brew pull`: To bottle a test build : 1. Ensure the job has already completed successfully. -2. Run `brew pull --bottle http://bot.brew.sh/job/Homebrew%20Testing/1234/` where `http://bot.brew.sh/job/Homebrew%20Testing/1234/` is the testing build URL in Jenkins. +2. Run `brew pull --bottle https://bot.brew.sh/job/Homebrew%20Testing/1234/` where `https://bot.brew.sh/job/Homebrew%20Testing/1234/` is the testing build URL in Jenkins. 3. Run `git push` to push the commits. |
