summaryrefslogtreecommitdiffstats
path: root/yum-presto/README
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-11-17 17:11:00 +0200
committerJonathan Dieter <jdieter@gmail.com>2007-11-17 17:11:00 +0200
commit8e108fbfef54d24c7645bd5f52a62e335e490c7a (patch)
treed8fb32e5f1b40d2c88db18f0961b2a5dd9be9c24 /yum-presto/README
parent538dd152ea16b5fe34942219f853925ade6c620c (diff)
downloadpresto-8e108fbfef54d24c7645bd5f52a62e335e490c7a.tar.gz
presto-8e108fbfef54d24c7645bd5f52a62e335e490c7a.tar.xz
presto-8e108fbfef54d24c7645bd5f52a62e335e490c7a.zip
Fix README so it is now accurate for 0.4.x and update Changelog.
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
Diffstat (limited to 'yum-presto/README')
-rw-r--r--yum-presto/README28
1 files changed, 10 insertions, 18 deletions
diff --git a/yum-presto/README b/yum-presto/README
index 4e53751..936f0f6 100644
--- a/yum-presto/README
+++ b/yum-presto/README
@@ -4,28 +4,20 @@ repositories is available there.
Installation:
=============
-1- Install yum-presto on your system (yum -y install yum-presto)
-2- Either use a repository that already has presto enabled in it or modify
- your .repo files so they contain the following:
- deltaurl = http://your-presto-repository.com
- where your-presto-repository.com is replaced with a valid presto repository
-3- Now install an old rpm from a presto-enabled repository using rpm, then
+1. Install yum-presto on your system (yum -y install yum-presto)
+2. If your Fedora repositories aren't presto-enabled, find a mirror that is and
+ set your baseurl to point to it. See the web site for a list of
+ presto-enabled Fedora mirrors.
+3. Now install an old rpm from a presto-enabled repository using rpm, then
try updating it using yum. The plugin should kick in, try to download the
drpm, reconstruct the full rpm, and yum should install that.
-Notes:
+Configuration file:
======
-Presto will read the deltaurl from two possible locations:
-1. The repository's .repo file ("deltaurl = http://your-presto-repository.com")
-2. Appended to /etc/yum/pluginconf.d/presto.conf in the form:
- [repository]
- deltaurl = http://your-presto-repository.com
+/etc/yum/pluginconf.d/presto.conf has the following options in [main]:
+keepdeltas=1 Always keep deltas in cache no matter what keepcache
+ is set to.
+neverkeepdeltas=1 (default) Always remove deltas after creating full rpms.
-Presto.conf has the following options in [main]:
-keepdeltas=1 Always keep deltas in cache no matter what keepcache
- is set to.
-neverkeepdeltas=1 Always remove deltas after creating full rpms.
-exitondownloadfailure=0|1 If there is a problem downloading the deltarpm, exit
- rather than trying to download the full rpm.
Note: If you specify neither keepdeltas nor neverkeepdeltas, presto will follow
the keepcache option in yum.conf.