[yum-commits] Changes to 'e7529ac'

zpavlas at osuosl.org zpavlas at osuosl.org
Thu Mar 14 16:41:51 UTC 2013


New branch 'e7529ac' available with the following commits:
commit ed1f1695742eca0763fafd5ab989c1a9c5ed9da6
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Thu Mar 14 11:20:34 2013 +0100

    Make "yum install" partially case-insensitive.  BZ 921298

commit a03f603293c18c03648b30692669708664e61272
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Mon Mar 11 09:38:50 2013 +0100

    faster bash completion of available packages.  BZ 919852
    
    With "export YUM_CACHEDIR=/var/cache/yum" the shortcut code
    is enabled.  Cached package databases are queried directly
    with no filtering, so more packages might be offered:
    
    1) disabled repositories are used
    2) excludes are not processed
    3) no compatible arch check
    4) no rpmdb check
    
    ..but it's about 5 times faster.

commit 725c84a2d741d09cc20877707bc6f342548160f9
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Wed Mar 13 12:18:33 2013 +0100

    add DbcheckCommand

commit e7529ac1f45a6af2fdcad81a8af8cdce4d3a7f66
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Wed Mar 13 12:24:58 2013 +0100

    call getCanonArch() only once

commit 4ff7a9c0375071f472f9e07a527a1f6f4ae060ad
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Thu Mar 14 12:18:04 2013 +0100

    speed up /proc/cpuinfo parsing on i585 and i686
    
    With 8 cores, /proc/cpuinfo is 240 lines,
    but we need just the first hit (cpu#0)



More information about the Yum-commits mailing list