diff options
| author | Michael Vogt <egon@tas> | 2007-01-26 17:41:22 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@tas> | 2007-01-26 17:41:22 +0100 |
| commit | dcd76a77e84c98cac04bebceac449b938e853848 (patch) | |
| tree | ce334a1cd1f0576a64e997b15fde5641a57e1249 /tests/data | |
| parent | 4b7a231e14ff217094bf6f68f0523de2baa4cfab (diff) | |
| parent | 238e469ebc586cc50095a855b64619632c22fbf2 (diff) | |
| download | python-apt-dcd76a77e84c98cac04bebceac449b938e853848.tar.gz | |
merged glatzors python-apt branch that includes the new aptsource module
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/sources.list | 6 | ||||
| -rw-r--r-- | tests/data/sources.list.testDistribution | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/sources.list b/tests/data/sources.list new file mode 100644 index 00000000..5481d4f0 --- /dev/null +++ b/tests/data/sources.list @@ -0,0 +1,6 @@ +# comment 1 +deb http://de.archive.ubuntu.com/ubuntu/ edgy main +# comment 2 +deb http://de.archive.ubuntu.com/ubuntu/ edgy restricted +# comment 3 +deb http://de.archive.ubuntu.com/ubuntu/ edgy universe
\ No newline at end of file diff --git a/tests/data/sources.list.testDistribution b/tests/data/sources.list.testDistribution new file mode 100644 index 00000000..1687c504 --- /dev/null +++ b/tests/data/sources.list.testDistribution @@ -0,0 +1,11 @@ +deb http://de.archive.ubuntu.com/ubuntu/ edgy main +deb http://de.archive.ubuntu.com/ubuntu/ edgy restricted +deb http://de.archive.ubuntu.com/ubuntu/ edgy universe +deb http://de.archive.ubuntu.com/ubuntu/ edgy-updates universe multiverse +deb http://de.archive.ubuntu.com/ubuntu/ edgy-updates restricted +deb http://de.archive.ubuntu.com/ubuntu/ edgy-security main +deb http://de.archive.ubuntu.com/ubuntu/ edgy-security multiverse +deb http://ftp.debian.org/debian sid main +deb ftp://ubuntu.cs.utah.edu/pub/ubuntu/ubuntu/ breezy main +deb ftp://ubuntu.cs.utah.edu/pub/ubuntu/ubuntu/ breezy-backports main +deb http://archive.ubuntu.com/ubuntu/ hoary main |
