[yum-cvs] 2 commits - yum-updatesd yum-updatesd-helper

Jeremy Katz katzj at linux.duke.edu
Fri Nov 16 16:12:09 UTC 2007


 yum-updatesd        |    1 +
 yum-updatesd-helper |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7c00b3c9986a7fc59ff79ad17699d7b3b070f755
Author: Jeremy Katz <katzj at redhat.com>
Date:   Fri Nov 16 11:07:37 2007 -0500

    import string (rh#387051)

diff --git a/yum-updatesd b/yum-updatesd
index a87c3a8..26e118d 100755
--- a/yum-updatesd
+++ b/yum-updatesd
@@ -24,6 +24,7 @@
 #   --dest=edu.duke.linux.yum /Updatesd edu.duke.linux.yum.CheckNow
 
 import os, sys
+import string
 import syslog
 import string
 import subprocess
commit 6b40dd0329ab6054dc47e718ff8925f202884ab4
Author: Jeremy Katz <katzj at redhat.com>
Date:   Mon Nov 12 11:12:31 2007 -0500

    fix error type (related to rh#374801)

diff --git a/yum-updatesd-helper b/yum-updatesd-helper
index 2daffd2..720563f 100755
--- a/yum-updatesd-helper
+++ b/yum-updatesd-helper
@@ -315,7 +315,7 @@ class UpdatesDaemon(yum.YumBase):
             self.doUpdateSetup()
             try:
                 self.doGroupSetup()
-            except yum.Errors.GroupError:
+            except yum.Errors.GroupsError:
                 pass
         except Exception, e:
             syslog.syslog(syslog.LOG_WARNING,



More information about the Yum-cvs-commits mailing list