Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-10 | abstract the code to iterate over all targets a bit | David Kalnischkies | |
We have two places in the code which need to iterate over targets and do certain things with it. The first one is actually creating these targets for download and the second instance pepares certain targets for reading. Git-Dch: Ignore | |||
2015-06-09 | configureable acquire targets to download additional files | David Kalnischkies | |
First pass at making the acquire system capable of downloading files based on configuration rather than hardcoded entries. It is now possible to instruct 'deb' and 'deb-src' sources.list lines to download more than just Packages/Translation-* and Sources files. Details on how to do that can be found in the included documentation file. |