[Buildbot-commits] buildbot/buildbot/scripts tryclient.py, 1.15, 1.16

Brian Warner warner at users.sourceforge.net
Sat Sep 30 21:12:10 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/scripts
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3157/buildbot/scripts

Modified Files:
	tryclient.py 
Log Message:
[project @ try: update docs, remove some dead code]

Original author: warner at lothar.com
Date: 2006-09-30 21:11:24

Index: tryclient.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/scripts/tryclient.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- tryclient.py	19 May 2006 07:44:21 -0000	1.15
+++ tryclient.py	30 Sep 2006 21:12:08 -0000	1.16
@@ -301,7 +301,6 @@
     def createJob(self):
         # returns a Deferred which fires when the job parameters have been
         # created
-        config = self.config
         opts = self.opts
         # generate a random (unique) string. It would make sense to add a
         # hostname and process ID here, but a) I suspect that would cause
@@ -336,7 +335,6 @@
 
     def deliverJob(self):
         # returns a Deferred that fires when the job has been delivered
-        config = self.config
         opts = self.opts
 
         if self.connect == "ssh":





More information about the Commits mailing list