summaryrefslogtreecommitdiffstats
path: root/README
blob: 313e1e10be534f9807d3d390c3860a3550b4405e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Yum Fast Downloader Plugin
==========================
This plugin intends to speedup yum downloads by using a download manager 
application (currently Aria 2) for downloading files instead of URLGrabber
which is used by yum. 
Currently, it provides the following features:
* Downloading repository metadata from several mirrors simultaneously
* Downloading multiple packages in parallel from several mirrors
* Supports HTTP/HTTPS proxies
* Using fastest mirrors for downloading

Currently, it doesn't support downloading delta rpms and other kinds of files

Installation
============
All you need to do is to put yum-fast-downloader.py into /usr/lib/yum-plugins
and yum-fast-downloader.conf in /etc/yum/pluginconf.d/

Future Plans
============
* Support downloading delta packages
* Support downloading other files
* Support other download managers
* What else?!