[gnome-ostree] supybot: Actually add timeout to look for smoketests



commit e9970e93b4f99a9f4381e385ad12a1723226f055
Author: Colin Walters <walters verbum org>
Date:   Thu Feb 28 09:01:53 2013 -0500

    supybot: Actually add timeout to look for smoketests

 qa/supybot/GNOMEOSTree/plugin.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/qa/supybot/GNOMEOSTree/plugin.py b/qa/supybot/GNOMEOSTree/plugin.py
index f053522..db82a08 100644
--- a/qa/supybot/GNOMEOSTree/plugin.py
+++ b/qa/supybot/GNOMEOSTree/plugin.py
@@ -50,6 +50,7 @@ class GNOMEOSTree(callbacks.Plugin):
         self.__parent = super(GNOMEOSTree, self)
         self.__parent.__init__(irc)
         schedule.addPeriodicEvent(self._query_new_build, 1, now=False)
+        schedule.addPeriodicEvent(self._query_new_smoketest, 1, now=False)
         self._irc = irc
         self._last_build_version = None
         self._last_smoketest_version = None


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]