Bug 678588

Summary: Impossible to not keep deltas, but keep full pkgs
Product: [Fedora] Fedora Reporter: Nicola Soranzo <nsoranzo>
Component: yum-prestoAssignee: Jonathan Dieter <jonathan>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: james.antill, jonathan, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-07 22:10:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nicola Soranzo 2011-02-18 14:39:03 UTC
Description of problem:
In presto.conf it is possible to set the option keepdeltas, but if this is set to false, presto will not delete the deltas anyway.

The implementation is in /usr/lib/yum-plugins/presto.py :

        # Check to see whether or not we should keep the drpms
        delete = not conduit.getConf().keepcache
        if conduit.confBool('main', 'keepdeltas'):
            delete = False

So delete = False independently of the value of keepdeltas.

Version-Release number of selected component (if applicable):
yum-presto-0.6.2-2.fc14

How reproducible:
Always

Comment 1 Jonathan Dieter 2011-07-07 22:10:29 UTC
This is fixed in http://koji.fedoraproject.org/koji/buildinfo?buildID=252023 and will be in Fedora 16.  This fix will probably not be backported to Fedora 14 or 15.