]> git.ipfire.org Git - pakfire.git/commit
Create a local SOLV file that contains all package information.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Nov 2011 11:39:39 +0000 (12:39 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Nov 2011 11:39:39 +0000 (12:39 +0100)
commitc4d7f8f1f1fc635b38c3cfca765bfc5b3328e53a
tree18407f28f66ca4efd13552b9b9fe99b80d13fe80
parent51b452f0feab577c2d9725eb7331bc90a8d68f97
Create a local SOLV file that contains all package information.

Reading the sqlite is very slow (however) and as we like to
have a very great user experience, we can cache all information
that is needed by the solver.
For anything else, the full sqlite database is kept and we rely on
that in the first place.
python/pakfire/constants.py
python/pakfire/repository/base.py
python/pakfire/repository/index.py
python/pakfire/transaction.py