Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use HashStringList in the acquire system | David Kalnischkies | 2014-05-09 | 1 | -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 path | Michael Vogt | 2014-01-28 | 1 | -0/+11 |
| | |||||
* | enable deb822 sources for associated testcase | David Kalnischkies | 2014-01-26 | 1 | -2/+4 |
| | | | | Git-Dch: Ignore | ||||
* | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2014-01-25 | 1 | -1/+1 |
|\ | |||||
| * | support " " in deb822 source options | Michael Vogt | 2014-01-25 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' ↵ | Michael Vogt | 2014-01-21 | 1 | -28/+30 |
|\| | | | | | | | | | | | | | into feature/source-deb822 Conflicts: test/integration/test-apt-sources-deb822 | ||||
| * | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | 2014-01-18 | 1 | -3/+3 |
| |\ | | | | | | | | | | debian/experimental-no-abi-break | ||||
| * \ | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | 2014-01-18 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | debian/experimental-no-abi-break | ||||
| * \ \ | merged mvo/feature/deb822 | Michael Vogt | 2014-01-16 | 1 | -16/+15 |
| |\ \ \ | |||||
| * | | | | rework some testcases to not spit out text | David Kalnischkies | 2014-01-15 | 1 | -31/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework also uncovers two FIXMEs Git-Dch: Ignore | ||||
* | | | | | add support for multipl types in one line | Michael Vogt | 2014-01-20 | 1 | -3/+10 |
| | | | | | |||||
* | | | | | add support for multiple URIs in deb822 style sources.list | Michael Vogt | 2014-01-20 | 1 | -1/+10 |
| | | | | | |||||
* | | | | | add support for Enabled: no in deb822 sources.list | Michael Vogt | 2014-01-20 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | add Description tag for deb822 sources | Michael Vogt | 2014-01-20 | 1 | -3/+3 |
| |_|_|/ |/| | | | |||||
* | | | | rename "Suite/Section" to plural | Michael Vogt | 2014-01-18 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | implement suggestion by donkult (thanks!) | Michael Vogt | 2014-01-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | support multiple "Suite:" entries | Michael Vogt | 2014-01-16 | 1 | -0/+8 |
| | | |||||
* | | rename URL to Uri in deb822-sources | Michael Vogt | 2014-01-16 | 1 | -1/+1 |
| | | |||||
* | | rename "distribution" in sources.list to "suite" | Michael Vogt | 2014-01-16 | 1 | -2/+2 |
| | | |||||
* | | * refactor to have a new virtual ParseStanza | Michael Vogt | 2014-01-16 | 1 | -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 again | Michael Vogt | 2014-01-16 | 1 | -11/+0 |
|/ | |||||
* | improve error message | Michael Vogt | 2014-01-04 | 1 | -8/+22 |
| | |||||
* | improve tests | Michael Vogt | 2014-01-04 | 1 | -5/+16 |
| | |||||
* | fix section adding | Michael Vogt | 2013-12-05 | 1 | -0/+10 |
| | |||||
* | first version with test | Michael Vogt | 2013-12-05 | 1 | -0/+45 |