Skip to content

Commit c22ce18

Browse files
Lenna Petersonpeterjc
Lenna Peterson
authored andcommitted
Formatting, one broken link
1 parent d0982b8 commit c22ce18

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

wiki/Continuous_integration.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Volunteer integration testing
4040
General instructions
4141
--------------------
4242

43-
You will need to install buildbot on your system (\*ONLY\* the slave
43+
You will need to install buildbot on your system (*ONLY* the slave
4444
part). Please see below more specific instructions for your operating
4545
system.
4646

@@ -51,12 +51,16 @@ saying what you are willing to test (platform, python version,
5151
applications) to get a username and a password. With your username and
5252
password you can now configure your buildslave. Something like this:
5353

54-
buildslave create-slave your\_slave\_directory testing.open-bio.org:9989
54+
```bash
55+
buildslave create-slave your_slave_directory testing.open-bio.org:9989
5556
username password
57+
```
5658

5759
Then you should start your slave with
5860

59-
buildslave start your\_slave\_directory
61+
``` bash
62+
buildslave start your_slave_directory
63+
```
6064

6165
Remember to have the external applications that you wish to test (e.g.
6266
blast) correctly installed, if you want to test all of Biopython you
@@ -84,21 +88,21 @@ Windows
8488
-------
8589

8690
After you have your version of Python installed, you will need to
87-
install buildbot. We recommend using Python 2.7. easy\_install
88-
(setuptools) will allow you to install all dependencies except pywin32
89-
and maybe twister (just use the binary installer for the packages).
91+
install buildbot. We recommend using Python 2.7. `easy_install`
92+
(setuptools) will allow you to install all dependencies except `pywin32`
93+
and maybe `twister` (just use the binary installer for the packages).
9094

9195
See: <http://buildbot.net/trac/wiki/RunningBuildbotOnWindows>
9296

9397
If you install buildbot slave as a service (recommended), you might want
94-
to run the python setup script on the link above (buildbot\_service.py)
98+
to run the python setup script on the link above (buildbot_service.py)
9599
on a shell (cmd.exe) with Administrator privileges (right-click on
96100
cmd.exe and chose "Run as Administrator").
97101

98102
Mac
99103
---
100104

101-
If when running 'buildslave start' the slave doesn't seem to start, try
105+
If when running `buildslave start` the slave doesn't seem to start, try
102106
adding python to the list of applications allowed to accept incoming
103107
connections in the Mac OS X advanced firewall settings.
104108

@@ -111,7 +115,7 @@ Server configuration
111115
Buildbot has a server/client architecture where a central server
112116
schedules builds that are actually build and tested by the clients. The
113117
clients are typically volunteer machines. The main requirement of a
114-
public accessible server running Buildbot (twister based).
118+
public accessible server running Buildbot (`twister` based).
115119

116120
One note for people trying to install a Builbot server: It seems that
117121
Buildbot configuration files change a bit from version to version. Be
@@ -160,8 +164,8 @@ Before Buildbot
160164
---------------
161165

162166
Before buildbot we have git. We need to inform buildbot of git changes.
163-
Recommended read is: [github/buildbot
164-
integration](http://www.apparatusproject.org/blog/2009/06/github-and-buildbot-continuous-integration/).
167+
168+
[//]: # (BROKEN Recommended read is: [github/buildbot integration](http://www.apparatusproject.org/blog/2009/06/github-and-buildbot-continuous-integration/).)
165169

166170
While, from an architectural point of view it might seem
167171
convoluted/complex. The implementations is actually quite simple: a

0 commit comments

Comments
 (0)