[copr] master: the hob grab event log is just too noisy - removing (09e5152)

skvidal at fedoraproject.org skvidal at fedoraproject.org
Tue Jan 15 21:29:25 UTC 2013


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : master

>---------------------------------------------------------------

commit 09e5152ba07635722c5f615705d1a9d453e6b6ea
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue Jan 15 16:29:01 2013 -0500

    the hob grab event log is just too noisy - removing


>---------------------------------------------------------------

 copr-be.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/copr-be.py b/copr-be.py
index e76e54f..dfcd4c0 100644
--- a/copr-be.py
+++ b/copr-be.py
@@ -38,7 +38,6 @@ class CoprJobGrab(multiprocessing.Process):
         self.events.put({'when':time.time(), 'who':'jobgrab', 'what':what})
         
     def fetch_jobs(self):
-        self.event('fetching jobs')
         try:
             r = requests.get('%s/waiting_builds/' % self.opts.frontend_url) # auth stuff here? maybe/maybenot
         except requests.RequestException, e:



More information about the copr-devel mailing list