[Buildbot-commits] buildbot/buildbot/changes p4poller.py, 1.11, 1.12
Brian Warner
warner at users.sourceforge.net
Thu Nov 22 00:26:34 UTC 2007
Update of /cvsroot/buildbot/buildbot/buildbot/changes
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19609/buildbot/changes
Modified Files:
p4poller.py
Log Message:
[project @ p4poller: keep polling even after a single failure. Closes #135.]
Original author: warner at lothar.com
Date: 2007-11-22 00:24:51+00:00
Index: p4poller.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/changes/p4poller.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- p4poller.py 17 Apr 2007 06:38:50 -0000 1.11
+++ p4poller.py 22 Nov 2007 00:26:32 -0000 1.12
@@ -111,6 +111,7 @@
# If there's a failure, log it so it isn't lost.
if isinstance(res, failure.Failure):
log.msg('P4 poll failed: %s' % res)
+ return None
return res
def _get_changes(self):
More information about the Commits
mailing list