abhi11 / tanglu-dak

GNU General Public License v2.0
0 stars 2 forks source link

Does not respect the database cache #18

Closed ximion closed 9 years ago

ximion commented 9 years ago

The workflow should be:

This is currently not happening, data is processed multiple times, the database doesn't have an "ignore" column to ignore packages which don't contain good metadata (hence they are processed over and over again) and data is added to the Components file from the internal cache, while it should come from the database.

ximion commented 9 years ago

Still not fixed... Packages are constantly reprocessed.

abhi11 commented 9 years ago

Check now it won't reprocess.

ximion commented 9 years ago

This patch improved the situation a lot, but there are still some packages (mainly libreoffice-stuff) which are processed over and over again...

ximion commented 9 years ago

Fixed, was due to incorrect handling of the bin_dep11 table content and missing handling of stuff with duplicated identifiers.