diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-03-26 04:47:11 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-03-26 04:47:11 +0200 |
commit | e90d4dbd9a37eed803c0159419c651ad266246c8 (patch) | |
tree | eff1b5bdfcaecb7db639fa56823772599394b157 /README | |
parent | c4618252f9442b4f6a9bf57ce01bb9d8649b67d7 (diff) | |
download | buildbot_ext-e90d4dbd9a37eed803c0159419c651ad266246c8.tar.gz buildbot_ext-e90d4dbd9a37eed803c0159419c651ad266246c8.tar.xz buildbot_ext-e90d4dbd9a37eed803c0159419c651ad266246c8.zip |
README: no line numbers
Diffstat (limited to '')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ display the step in the build details with a nice heading. To use the step you could use the following snippet, assuming that this repository is cloned next to your master.cfg: - #!python + :::python from buildbot_ext.Doxygen import Doxygen build = factory.BuildFactory() @@ -22,7 +22,7 @@ repository is cloned next to your master.cfg: # CPPUnitTest - #!python + :::python from buildbot_ext.CPPUnitTest import CPPUnitTest build = factory.BuildFactory() @@ -32,7 +32,7 @@ repository is cloned next to your master.cfg: # GroupBuildStep - #!python + :::python from buildbot_ext.GroupBuildStep import GroupBuildStep build = factory.BuildFactory() |