diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-30 15:47:56 +0200 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-30 15:47:56 +0200 |
commit | 1c31dadf01898b21afb0404a3ce0594411a27405 (patch) | |
tree | 236c6fa233edd0de268cad12c8703192f29217fd /README | |
parent | Minor requirements fix (diff) | |
download | packages-3-1c31dadf01898b21afb0404a3ce0594411a27405.tar.gz packages-3-1c31dadf01898b21afb0404a3ce0594411a27405.tar.bz2 packages-3-1c31dadf01898b21afb0404a3ce0594411a27405.zip |
Add pkgcore and snakeoil snapshots so parts can be used
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -2,8 +2,11 @@ DIRS ==== dbgenerator: stuff to generate a pgo.db file -template: the initial template contributed by cla -web: web-frontend to the pgo.db file +template: the initial template contributed by cla +web: web-frontend to the pgo.db file +pkgcore: pkgcore version in case you don't have one set up + and use PYTHONPATH=. +snakeoil: same as pkgcore, both are taken from post-0.3.1 HEAD REQUIREMENTS ============ @@ -12,8 +15,8 @@ dbgenerator: ------------ - up-to-date portage tree (non-unionfs'ed as it might give weird mtimes) -- pkgcore 0.3.1 or later - Python 2.5 with sqlite or Python 2.4 with pysqlite2 +- optional: pkgcore and snakeoil (both shipped) generation time: at the time of writing, on my box (3ghz p4, udma100 hdd, partly cluttered fs) @@ -45,5 +48,5 @@ pick up the resulting pgo.db file this should give you something like "HTTP Serving HTTP on http://0.0.0.0:8080/" -6) now point a webbrowser at http://localhost:080/ +6) now point a webbrowser at http://localhost:8080/ and you should see the packages.gentoo.org site |