summaryrefslogtreecommitdiffstats
path: root/createprestorepo/README
diff options
context:
space:
mode:
Diffstat (limited to 'createprestorepo/README')
-rw-r--r--createprestorepo/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/createprestorepo/README b/createprestorepo/README
new file mode 100644
index 0000000..010fdd3
--- /dev/null
+++ b/createprestorepo/README
@@ -0,0 +1,22 @@
+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
+
+Installation:
+=============
+1- Untar the package
+2- Run 'make install'
+
+Running:
+1- First run 'makedeltarepo <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.
+
+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.