Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 7ce7381

Browse files
committed
fix typo
1 parent b4fa951 commit 7ce7381

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ pip install -e homu
109109
))
110110
```
111111

112-
- Buildbot 0.9 via GithubStatusPush
112+
- Buildbot 0.9 via GitHub Status
113113

114-
Buildbot 0.9 support [GithubStatusPush](http://docs.buildbot.net/latest/manual/cfg-reporters.html#githubstatuspush),
115-
so we can use this to integrate with Github and Buildbot 0.9.
114+
Buildbot 0.9 support [GitHubStatusPush](http://docs.buildbot.net/latest/manual/cfg-reporters.html#githubstatuspush),
115+
so we can use this to integrate with GitHub and Buildbot 0.9.
116116

117117
Insert the following code to the `master.cfg` file:
118118

@@ -122,14 +122,14 @@ pip install -e homu
122122

123123

124124
context = Interpolate("buildbot/%(prop:buildername)s")
125-
gs = reporters.GitHubStatusPush(token='A Github personal acess token',
125+
gs = reporters.GitHubStatusPush(token='A GitHub personal access token',
126126
context=context,
127127
startDescription='Build started.',
128128
endDescription='Build done.')
129129
c['services'].append(gs)
130130
```
131131

132-
**Note**: Buildbot 0.9 use project to detect the repository at Github. So made your `project` to `<owner>/<repo>`
132+
**Note**: Buildbot 0.9 use project to detect the repository at GitHub. So made your `project` to `<owner>/<repo>`
133133
in [GitPoller](http://docs.buildbot.net/latest/manual/cfg-changesources.html#gitpoller).
134134

135135
Now the config of the repository in Homu's config file should looks like below:

0 commit comments

Comments
 (0)