summaryrefslogtreecommitdiffstats
path: root/presto-utils/README
diff options
context:
space:
mode:
Diffstat (limited to 'presto-utils/README')
-rw-r--r--presto-utils/README17
1 files changed, 10 insertions, 7 deletions
diff --git a/presto-utils/README b/presto-utils/README
index a81187a..ddb3faa 100644
--- a/presto-utils/README
+++ b/presto-utils/README
@@ -2,21 +2,24 @@ Presto: A project to add delta rpm support into yum for Fedora users
http://hosted.fedoraproject.org/projects/presto. A list of presto-enabled
repositories is available there.
-createprestorepo: The presto repository creater
+presto-utils: Tools for working on presto repositories
Installation:
=============
1- Untar the package
2- Run 'make install'
-Running:
+To create a presto repository:
1- First run 'createdeltarpms <repo dir> <drpm dir>' where <repo dir> is the
base directory for your repository and <drpm dir> is the subdirectory you
want to create the deltarpms into
2- Run 'createprestorepo <repo dir>' where <repo dir> is the base directory for
- your repository.
+ your repository. Run 'createprestorepo -m <repo dir>' instead if you want to
+ merge the presto information into the normal repository information.
+
+To remove old deltarpms:
+1- First remove old rpms from your repository using the tools available in
+ yum-utils
+2- Run 'prunedrpms <repo dir>' where <repo dir> is the base directory for your
+ repository.
-WARNING: createprestorepo does *NOT* yet know how to deal with the metadata
- created by createrepo. You will have to manually move metadata from
- .olddata to repodata after running both createprestorepo and
- createrepo.