[Buildbot-commits] buildbot/buildbot/scripts tryclient.py,1.9,1.10
Brian Warner
warner at users.sourceforge.net
Tue Oct 25 02:12:12 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16562/buildbot/scripts
Modified Files:
tryclient.py
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-386
Creator: Brian Warner <warner at lothar.com>
minor comments
Index: tryclient.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/tryclient.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- tryclient.py 31 Aug 2005 01:51:25 -0000 1.9
+++ tryclient.py 25 Oct 2005 02:12:10 -0000 1.10
@@ -350,7 +350,11 @@
# may emit status messages while we wait
wait = bool(self.getopt("wait", "try_wait", False))
if not wait:
- # TODO: emit the URL where they can follow the builds
+ # TODO: emit the URL where they can follow the builds. This
+ # requires contacting the Status server over PB and doing
+ # getURLForThing() on the BuildSetStatus. To get URLs for
+ # individual builds would require we wait for the builds to
+ # start.
print "not waiting for builds to finish"
return
d = self.running = defer.Deferred()
More information about the Commits
mailing list