Repository : http://git.fedorahosted.org/cgit/copr.git
On branch : skvidal-backend
commit f568f120f4dddf1fdb1818db9664d36efcded46b Author: Seth Vidal skvidal@fedoraproject.org Date: Tue Dec 4 16:55:14 2012 -0500
more debug output yay!
backend/dispatcher.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/backend/dispatcher.py b/backend/dispatcher.py index 4afd9f9..a9427aa 100644 --- a/backend/dispatcher.py +++ b/backend/dispatcher.py @@ -130,6 +130,7 @@ class Worker(multiprocessing.Process): # if we get here we're in trouble self.callback.log('No IP back from spawn_instance - dumping cache output') self.callback.log(str(play.SETUP_CACHE)) + self.callback.log(play.stats.summarize(localhost)) return None
def terminate_instance(self,ip):
copr-devel@lists.fedorahosted.org