SVN: packages-ng/README

patrys patrys at pld-linux.org
Fri Apr 3 13:13:37 CEST 2009


Author: patrys
Date: Fri Apr  3 13:13:37 2009
New Revision: 10305

Modified:
   packages-ng/README
Log:
- pdated readme


Modified: packages-ng/README
==============================================================================
--- packages-ng/README	(original)
+++ packages-ng/README	Fri Apr  3 13:13:37 2009
@@ -1,9 +1,9 @@
 This is a Django application designed to mimick Debian's packages.debian.org.
 
-It works by loading primary.sqlite generated by createrepo.
+It works by loading arch.sqlite and noarch.sqlite (as generated by createrepo, you only need to rename and uncompress it).
 
-Before running, make sure you run createrepo -d and uncompress the resulting primary.sqlite.bz2 file.
+Before running, make sure you run createrepo -d and uncompress the resulting primary.sqlite.bz2 files (both for arch and noarch).
 
 The app itself requires a trunk checkout of Django itself available in the python path. It was designed to run as a FastCGI server but you can test it locally by running ./manage runserver and pointing your browser to localhost:8000.
 
-Make sure settings.py has the correct path to the sqlite file.
+Make sure settings.py has the correct path to the sqlite files.


More information about the pld-cvs-commit mailing list