diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-21 20:20:22 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-21 20:20:33 +0200 |
| commit | 8a67219266605b39a522aee08bf7cd3b0b6c3a8c (patch) | |
| tree | fe6fcb3ca511d9573e9c2e4320af72c7e1d70734 /tests/data | |
| parent | abc9feb18b268cbc4ddb79aabb30ce352e31b44a (diff) | |
| download | python-apt-8a67219266605b39a522aee08bf7cd3b0b6c3a8c.tar.gz | |
aptsources: Correctly parse multiple options (LP: #1103200)
It's still not optimal and we do not support the arch+ and arch-
options, but it's a beginning.
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/aptsources/sources.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/aptsources/sources.list b/tests/data/aptsources/sources.list index 376d6961..8ca68075 100644 --- a/tests/data/aptsources/sources.list +++ b/tests/data/aptsources/sources.list @@ -7,3 +7,4 @@ deb http://de.archive.ubuntu.com/ubuntu/ edgy universe # multi-arch deb [arch=amd64,i386] http://de.archive.ubuntu.com/ubuntu/ natty main +deb [arch=amd64,i386 trusted=yes] http://de.archive.ubuntu.com/ubuntu/ natty main |
