summaryrefslogtreecommitdiff
path: root/dedup/utils.py
AgeCommit message (Collapse)Author
2016-05-25autoimport: improve fetching package listsHelmut Grohne
Moving the fetching part into dedup.utils. Instead of hard coding the gzip compressed copy, try xz, gz and plain in that order. Also take care to actually close the connection.
2013-08-16make debian version_compare available in sqlHelmut Grohne
2013-03-02move fetchiter from webapp to dedup.utilsHelmut Grohne