diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-10-07 20:14:09 +0200 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-10-07 20:14:09 +0200 |
commit | 2dd80a65fa1cbccec2a02833252fc16a6d6990dd (patch) | |
tree | 949e11f06b5f3442807bc122ea11e87da1644296 /README | |
parent | ebuildchange should be datetime, also fix missing de-unicodification (diff) | |
download | packages-3-2dd80a65fa1cbccec2a02833252fc16a6d6990dd.tar.gz packages-3-2dd80a65fa1cbccec2a02833252fc16a6d6990dd.tar.bz2 packages-3-2dd80a65fa1cbccec2a02833252fc16a6d6990dd.zip |
Create MySQL based PackageDB with generator
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -34,6 +34,10 @@ GETTING IT GOING ================ 1) Pick a box to get the db generated + +-- Choose db backend now in core.py (assume you've chosen sqlite + for instructions below) + 2) cd dbgenerator && python core.py pick up the resulting pgo.db file |