summaryrefslogtreecommitdiff
path: root/test/integration/test-sourceslist-lang-plusminus-options
Commit message (Collapse)AuthorAgeFilesLines
* rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies2015-08-101-2/+2
| | | | | | | | 'files' is a bit too generic as a name for a command usually only used programmatically (if at all) by developers, so instead of "wasting" this generic name for this we use "indextargets" which is actually the name of the datastructure the displayed data is stored in. Along with this rename the config options are renamed accordingly.
* support lang= and target= sources.list optionsDavid Kalnischkies2015-08-101-0/+87
We support arch= for a while, now we finally add lang= as well and as a first simple way of controlling which targets to acquire also target=. This asked for a redesign of the internal API of parsing and storing information about 'deb' and 'deb-src' lines. As this API isn't visible to the outside no damage done through. Beside being a nice cleanup (= it actually does more in less lines) it also provides us with a predictable order of architectures as provides in the configuration rather than based on string sorting-order, so that now the native architecture is parsed/displayed first. Observeable e.g. in apt-get output.