diff options
Diffstat (limited to 'python/buildbot-worker/slack-desc')
-rw-r--r-- | python/buildbot-worker/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/buildbot-worker/slack-desc b/python/buildbot-worker/slack-desc new file mode 100644 index 0000000000000..0545d27a692e2 --- /dev/null +++ b/python/buildbot-worker/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +buildbot-worker: buildbot-worker (worker to buildbot) +buildbot-worker: +buildbot-worker: buildbot-woker is a slave to the continuous integration system +buildbot-worker: designed to automate the build/test cycle. +buildbot-worker: By automatically rebuilding and testing the tree each time +buildbot-worker: something has changed, build problems are pinpointed quickly, +buildbot-worker: before other developers are inconvenienced by the failure. +buildbot-worker: +buildbot-worker: Homepage: http://buildbot.net +buildbot-worker: +buildbot-worker: |