summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Dieter <jdieter@gmail.com>2007-04-05 08:10:03 +0300
committerJonathan Dieter <jdieter@gmail.com>2007-04-05 08:10:03 +0300
commit8915ec18ff01b298bc100385703cce14966e8709 (patch)
tree6b2efa77984d8d2a126625264f0a679a2a94372c
parent1942f8d44c679fc612c97202727ce362c3acb130 (diff)
downloadpresto-8915ec18ff01b298bc100385703cce14966e8709.tar.gz
presto-8915ec18ff01b298bc100385703cce14966e8709.tar.xz
presto-8915ec18ff01b298bc100385703cce14966e8709.zip
Some house-keeping work in preparation for release to Extras.
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
-rw-r--r--yum-presto/ChangeLog3
-rw-r--r--yum-presto/README19
-rw-r--r--yum-presto/presto.conf9
3 files changed, 18 insertions, 13 deletions
diff --git a/yum-presto/ChangeLog b/yum-presto/ChangeLog
index 4b6b95f..b7acf2e 100644
--- a/yum-presto/ChangeLog
+++ b/yum-presto/ChangeLog
@@ -1,3 +1,6 @@
+* Thu Apr 5 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.6
+ - Some minor changes to README and configuration file
+
* Wed Apr 4 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.5
- Many small bug fixes
- Improved logging - Large changes
diff --git a/yum-presto/README b/yum-presto/README
index 7fdea95..4e53751 100644
--- a/yum-presto/README
+++ b/yum-presto/README
@@ -1,20 +1,25 @@
Presto: A project to add delta rpm support into yum for Fedora users
-https://hosted.fedoraproject.org/projects/presto/wiki/WikiStart
+http://hosted.fedoraproject.org/projects/presto. A list of presto-enabled
+repositories is available there.
Installation:
=============
-1- Install yum-presto on your system (yum -y install yum-presto)
-2- Now install an old rpm from updates or extras 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.
+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
+ 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:
======
Presto will read the deltaurl from two possible locations:
-1. The repository's .repo file ("deltaurl = http://repository.com")
+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://repository.com
+ deltaurl = http://your-presto-repository.com
Presto.conf has the following options in [main]:
keepdeltas=1 Always keep deltas in cache no matter what keepcache
diff --git a/yum-presto/presto.conf b/yum-presto/presto.conf
index 899a4e2..c4f0e46 100644
--- a/yum-presto/presto.conf
+++ b/yum-presto/presto.conf
@@ -1,9 +1,6 @@
+# Please go to http://hosted.fedoraproject.org/projects/presto for a list of
+# presto-enabled repositories
+
[main]
enabled=1
neverkeepdeltas=1
-
-[updates]
-deltaurl=http://www.lesbg.com/jdieter/updates/fc6/i386/
-
-[extras]
-deltaurl=http://www.lesbg.com/jdieter/extras/fc6/i386/