From 02282d9ddbb513f28d5790a402d446e2e804191a Mon Sep 17 00:00:00 2001 From: Zero King Date: Thu, 3 Aug 2017 10:36:48 +0000 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb9773f..f78af3d 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ The PR bot processes GitHub webhook events and can be built with `go get github.com/macports/mpbot-github/pr/prbot`. -The CI bot tests PRs on Travis CI and can be built with `go get github.com/macports/mpbot-github/ci/runner`, -it assumes that MacPorts is already installed and no cleanup is needed. +The CI bot tests PRs on Travis CI and can be built with `go get github.com/macports/mpbot-github/ci/runner`. ## PR bot @@ -22,3 +21,8 @@ In `pr/prbot/main.go`, secrets and production flag: - BOT_ENV: set to `production` to actually mention maintainers You can use `-l addr:port` to set the listen address for GitHub webhook. + +## CI bot + +The CI bot is executed as root under Travis CI environment bootstrapped by [this script](https://github.com/macports/macports-ports/blob/master/_ci/bootstrap.sh). +It assumes that MacPorts is already installed and no cleanup is needed.