Bug 678588 - Impossible to not keep deltas, but keep full pkgs
Summary: Impossible to not keep deltas, but keep full pkgs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-presto
Version: 14
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jonathan Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-18 14:39 UTC by Nicola Soranzo
Modified: 2011-07-07 22:10 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-07-07 22:10:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.