[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py
Tim Lauridsen
timlau at osuosl.org
Mon Oct 27 12:50:37 UTC 2008
yum/__init__.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit d28f41078e6f741270eda35fdf056212fda84ae9
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Mon Oct 27 13:50:25 2008 +0100
more skipbroken debug output, show what packages there gets pulled out of the transaction
diff --git a/yum/__init__.py b/yum/__init__.py
index 07a9262..ae2bd67 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -757,6 +757,7 @@ class YumBase(depsolve.Depsolve):
def _removePoFromTransaction(self,po):
skip = []
if self.tsInfo.exists(po.pkgtup):
+ self.verbose_logger.debug('SKIPBROKEN: removing %s from transaction' % str(po))
self.tsInfo.remove(po.pkgtup)
if not po.repoid == 'installed':
skip.append(po)
More information about the Yum-commits
mailing list