diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2012-08-11 14:19:16 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-14 22:30:49 -0500 |
commit | 04f1f5397a2610313f343cf6184f501abb194c04 (patch) | |
tree | c3de19cf6f0ffbd101b6f79f25865f90a9803814 /python/buildbot-slave/README | |
parent | 9235b253c04f6e41257aae3366de7065cf9c0174 (diff) |
python/buildbot-slave: Added (a slave to buildbot)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/buildbot-slave/README')
-rw-r--r-- | python/buildbot-slave/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/buildbot-slave/README b/python/buildbot-slave/README new file mode 100644 index 000000000000..265a1fcd9323 --- /dev/null +++ b/python/buildbot-slave/README @@ -0,0 +1,5 @@ +Buildbot-slave is a slave to the continuous integration system +designed to automate the build/test cycle (buildbot). +By automatically rebuilding and testing the tree each time +something has changed, build problems are pinpointed quickly, +before other developers are inconvenienced by the failure. |