[yum-git] 3 commits - yum/depsolve.py

James Antill james at linux.duke.edu
Tue May 27 15:26:15 UTC 2008


 yum/depsolve.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 64e13a38c203303e91e0ff0c3b831ddc2de62f19
Merge: 7bf7ce0... 496fd8e...
Author: James Antill <james at and.org>
Date:   Tue May 27 09:42:00 2008 -0400

    Merge branch 'master' of ssh://login.linux.duke.edu/home/groups/yum/git/yum
    
    * 'master' of ssh://login.linux.duke.edu/home/groups/yum/git/yum:
      update sr & sr at latin translation by Igor Miletic
      Remove old excluded mechanism from SqliteSack

commit 7bf7ce04f34b0fa1540b02de70d696675864efc3
Merge: 976043b... 3194633...
Author: James Antill <james at and.org>
Date:   Mon May 26 17:37:23 2008 -0400

    Merge branch 'master' of ssh://login.linux.duke.edu/home/groups/yum/git/yum
    
    * 'master' of ssh://login.linux.duke.edu/home/groups/yum/git/yum:
      Fix flag conversion in YumHeaderPackage._populatePrco()
      Use already known txmbr when resolving installed pkgs problems
      Restart .check* every time the tsInfo got modified to only resolve problems that still exist
      Make Depsolve.check* generators instead of returning lists
      Make sure rpm.RPMSENSE_* int constants are used as flags in PRCOs.
      Fix code merge error in RpmSack._getPRCO
      PackageSack API cleanup
      Remove Depsolve.whatProvides

commit 976043b4bf4dbb71632e4fa7a297e80ff58c6c97
Author: James Antill <james at and.org>
Date:   Fri May 23 09:50:58 2008 -0400

    Minor bit rot, pointed out by Jay Soffian

diff --git a/yum/depsolve.py b/yum/depsolve.py
index a08f481..dad4912 100644
--- a/yum/depsolve.py
+++ b/yum/depsolve.py
@@ -489,7 +489,6 @@ class Depsolve(object):
         # find the best one 
 
         # try updating the already install pkgs
-        length = len(self.tsInfo)
         for pkg in provSack.returnNewestByName():
             results = self.update(requiringPo=requiringPo, name=pkg.name,
                                   epoch=pkg.epoch, version=pkg.version,



More information about the Yum-cvs-commits mailing list