Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-12 | importpkg: simplify state logic | Helmut Grohne | |
2013-07-12 | importpkg: split process_package to process_control | Helmut Grohne | |
2013-06-10 | split the import phase to a yaml stream | Helmut Grohne | |
importpkg.py now emits a yaml stream instead of updating the database. The acutual updating now happens in readyaml.py. In this process autoimport.py was significantly reworked to import packages in parallel. | |||
2013-03-26 | Merge branch schemachange | Helmut Grohne | |
2013-03-12 | move ArReader from importpkg to dedup.arreader | Helmut Grohne | |
Also document it. | |||
2013-03-09 | split content table to a hash table | Helmut Grohne | |
In the old content table (package, filename, size) would be the same for multiple hash functions. Now the schema represents that each file has precisely one size, but multiple hashes. | |||
2013-03-07 | enable enforcing foreign keys | Helmut Grohne | |
2013-03-07 | integrate the source table into the package table | Helmut Grohne | |
2013-03-05 | importpkg: source header may contain a version | Helmut Grohne | |
2013-03-04 | importpkg: record the source package relationship | Helmut Grohne | |
2013-03-02 | move sql schema to a separate file | Helmut Grohne | |
2013-02-24 | hash image contents | Helmut Grohne | |
2013-02-23 | importpkg: ignore filenames with encoding errors | Helmut Grohne | |
2013-02-21 | move compression functions to module dedup.compression | Helmut Grohne | |
2013-02-21 | move hashing functions to module dedup.hashing | Helmut Grohne | |
2013-02-21 | rename test.py to importpkg.py | Helmut Grohne | |