SOURCES: buildbot-fixes.patch (NEW) - from upstream

arekm arekm at pld-linux.org
Fri Jan 30 19:56:59 CET 2009


Author: arekm                        Date: Fri Jan 30 18:56:59 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from upstream

---- Files affected:
SOURCES:
   buildbot-fixes.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/buildbot-fixes.patch
diff -u /dev/null SOURCES/buildbot-fixes.patch:1.1
--- /dev/null	Fri Jan 30 19:57:00 2009
+++ SOURCES/buildbot-fixes.patch	Fri Jan 30 19:56:54 2009
@@ -0,0 +1,12 @@
+diff -urN buildbot-0.7.9.org/buildbot/scheduler.py buildbot-0.7.9/buildbot/scheduler.py
+--- buildbot-0.7.9.org/buildbot/scheduler.py	2008-09-16 18:02:31.000000000 +0200
++++ buildbot-0.7.9/buildbot/scheduler.py	2009-01-30 19:55:42.416536719 +0100
+@@ -172,7 +172,7 @@
+                 (self, time.strftime("%H:%M:%S", time.localtime(when))))
+         now = util.now()
+         if when < now:
+-            when = now + 1
++            when = now
+         if self.timer:
+             self.timer.cancel()
+         self.timer = reactor.callLater(when - now, self.fireTimer)
================================================================


More information about the pld-cvs-commit mailing list