[Buildbot-commits] buildbot/buildbot interfaces.py,1.21,1.22

Brian Warner warner at users.sourceforge.net
Mon Apr 18 00:26:58 UTC 2005


Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8250/buildbot

Modified Files:
	interfaces.py 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-42
Creator:  Brian Warner <warner at monolith.lothar.com>

merge doc updates [org.apestaart at thomas/buildbot--doc--0--patch-6]

Merge epydoc changes from Thomas, add some hacks of my own. No code
changes to the buildbot itself, although I hacked docs/epyrun a bit.


Index: interfaces.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/interfaces.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- interfaces.py	3 Dec 2004 22:54:50 -0000	1.21
+++ interfaces.py	18 Apr 2005 00:26:56 -0000	1.22
@@ -17,9 +17,9 @@
     """Object which feeds Change objects to the changemaster. When files or
     directories are changed and the version control system provides some
     kind of notification, this object should turn it into a Change object
-    and pass it through:
+    and pass it through::
 
-     self.changemaster.addChange(change)
+      self.changemaster.addChange(change)
     """
 
     def start(self):
@@ -433,9 +433,9 @@
     These names are not guaranteed to be unique, however they are usually
     chosen to be useful within the scope of a single step (i.e. the Compile
     step might produce both 'log' and 'warnings'). The name may also have
-    spaces. If you want something more globally meaningful, try:
+    spaces. If you want something more globally meaningful, try::
 
-     '%s.%s' % (log.getStep.getName(), log.getName())
+      '%s.%s' % (log.getStep.getName(), log.getName())
 
     The Log can be represented as plain text, or it can be accessed as a
     list of items, each of which has a channel indicator (header, stdout,





More information about the Commits mailing list