summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-sources-deb822
Commit message (Collapse)AuthorAgeFilesLines
* use HashStringList in the acquire systemDavid Kalnischkies2014-05-091-24/+24
| | | | | | | | | | | | | It is not very extensible to have the supported Hashes hardcoded everywhere and especially if it is part of virtual method names. It is also possible that a method does not support the 'best' hash (yet), so we might end up not being able to verify a file even though we have a common subset of supported hashes. And those are just two of the cases in which it is handy to have a more dynamic selection. The downside is that this is a MAJOR API break, but the HashStringList has a string constructor for compatibility, so with a bit of luck the few frontends playing with the acquire system directly are okay.
* add test for Suite with pathMichael Vogt2014-01-281-0/+11
|
* enable deb822 sources for associated testcaseDavid Kalnischkies2014-01-261-2/+4
| | | | Git-Dch: Ignore
* Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-01-251-1/+1
|\
| * support " " in deb822 source optionsMichael Vogt2014-01-251-1/+1
| |
* | Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' ↵Michael Vogt2014-01-211-28/+30
|\| | | | | | | | | | | | | into feature/source-deb822 Conflicts: test/integration/test-apt-sources-deb822
| * Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵Michael Vogt2014-01-181-3/+3
| |\ | | | | | | | | | debian/experimental-no-abi-break
| * \ Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵Michael Vogt2014-01-181-1/+1
| |\ \ | | | | | | | | | | | | debian/experimental-no-abi-break
| * \ \ merged mvo/feature/deb822Michael Vogt2014-01-161-16/+15
| |\ \ \
| * | | | rework some testcases to not spit out textDavid Kalnischkies2014-01-151-31/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework also uncovers two FIXMEs Git-Dch: Ignore
* | | | | add support for multipl types in one lineMichael Vogt2014-01-201-3/+10
| | | | |
* | | | | add support for multiple URIs in deb822 style sources.listMichael Vogt2014-01-201-1/+10
| | | | |
* | | | | add support for Enabled: no in deb822 sources.listMichael Vogt2014-01-201-0/+4
| | | | |
* | | | | add Description tag for deb822 sourcesMichael Vogt2014-01-201-3/+3
| |_|_|/ |/| | |
* | | | rename "Suite/Section" to pluralMichael Vogt2014-01-181-3/+3
| |_|/ |/| |
* | | implement suggestion by donkult (thanks!)Michael Vogt2014-01-171-1/+1
| |/ |/|
* | support multiple "Suite:" entriesMichael Vogt2014-01-161-0/+8
| |
* | rename URL to Uri in deb822-sourcesMichael Vogt2014-01-161-1/+1
| |
* | rename "distribution" in sources.list to "suite"Michael Vogt2014-01-161-2/+2
| |
* | * refactor to have a new virtual ParseStanzaMichael Vogt2014-01-161-1/+1
| | | | | | | | | | | | Have a similar ParseStanza() to the current ParseLine(). Rename the Architectures options in deb822 to make it more user friendly
* | remove "," in components againMichael Vogt2014-01-161-11/+0
|/
* improve error messageMichael Vogt2014-01-041-8/+22
|
* improve testsMichael Vogt2014-01-041-5/+16
|
* fix section addingMichael Vogt2013-12-051-0/+10
|
* first version with testMichael Vogt2013-12-051-0/+45