This repository was archived by the owner on Mar 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
114114 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 .
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 acess 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:
You can’t perform that action at this time.
0 commit comments