Bug 680660 - [patch] Add support for deltarpm for yum-plugin-local
Summary: [patch] Add support for deltarpm for yum-plugin-local
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: yum-utils
Version: 6.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: James Antill
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks: 680662
TreeView+ depends on / blocked
 
Reported: 2011-02-26 19:39 UTC by Alexander Todorov
Modified: 2014-01-21 06:20 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-26 19:37:38 UTC
Target Upstream Version:


Attachments (Terms of Use)
enable-delta-rpms-in-the-local-repository.patch (1.46 KB, patch)
2011-02-26 19:39 UTC, Alexander Todorov
no flags Details | Diff

Description Alexander Todorov 2011-02-26 19:39:11 UTC
Created attachment 481178 [details]
enable-delta-rpms-in-the-local-repository.patch

Description of problem:
The local.py plugin for yum provides support for a local repository by running the createrepo command. Now that createrepo supports deltarpm local.py adds few config options for that. 

The attached patch adds 3 more config options wit sane default values. If enabled (disabled by default) the createrepo command will be executed with such parameters that it will generate delta rpms for the local repository. The patch is against latest git master. 

This is useful if you decide to export the local repo to other systems in the network and want to use drpms to reduce bandwidth utilization (e.g. when the local network is overloaded or very slow).

Comment 1 James Antill 2011-03-22 21:22:57 UTC
As it's an internal only RFE atm. ... moving to 6.2.

Comment 6 James Antill 2012-06-26 19:37:38 UTC
>  This is useful if you decide to export the local repo to other systems in the > network and want to use drpms to reduce bandwidth utilization (e.g. when the 
> local network is overloaded or very slow).

 I think it'd be better to do delta stuff in the part of the process that exports everything. I think directly exporting the local repo. is probably a bad idea.


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