[Buildbot-commits] buildbot/buildbot/status words.py,1.30,1.31
Brian Warner
warner at users.sourceforge.net
Sat Dec 4 21:20:21 UTC 2004
Update of /cvsroot/buildbot/buildbot/buildbot/status
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18016
Modified Files:
words.py
Log Message:
fix stupid typo
Index: words.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/words.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- words.py 4 Dec 2004 21:18:24 -0000 1.30
+++ words.py 4 Dec 2004 21:20:18 -0000 1.31
@@ -280,7 +280,7 @@
buildcontrol = buildercontrol.getBuild(num)
# make it stop
- bc.stopBuild(r)
+ buildcontrol.stopBuild(r)
self.reply(reply, "build %d interrupted" % num)
command_STOP.usage = "stop build <which> <reason> - Stop a running build"
More information about the Commits
mailing list