diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-08 14:13:13 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-02-08 14:13:13 +0100 |
commit | fe32e82bce354ffd2832acb39c253f90a9ffb5b9 (patch) | |
tree | 2d7a233e7e5599987f9548cadfde73954330e192 /test/networkless-install-fixes/sources.test.list | |
parent | 1b7fe0e12c7553e0efc90ca6922caecb8d5cbb07 (diff) | |
parent | 87123e9d81225376f089b0172d0689c1b0413f4f (diff) |
merged from apt--mvo
Diffstat (limited to 'test/networkless-install-fixes/sources.test.list')
-rw-r--r-- | test/networkless-install-fixes/sources.test.list | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/networkless-install-fixes/sources.test.list b/test/networkless-install-fixes/sources.test.list new file mode 100644 index 000000000..380e1804d --- /dev/null +++ b/test/networkless-install-fixes/sources.test.list @@ -0,0 +1,25 @@ + +# archive.ubuntu.com +deb http://archive.ubuntu.com/ubuntu/ hardy main restricted +deb-src http://archive.ubuntu.com/ubuntu/ hardy main restricted + +deb http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted +deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates main restricted + +deb http://archive.ubuntu.com/ubuntu/ hardy universe +deb-src http://archive.ubuntu.com/ubuntu/ hardy universe + +deb http://archive.ubuntu.com/ubuntu/ hardy-updates universe +deb-src http://archive.ubuntu.com/ubuntu/ hardy-updates universe + +# security.ubuntu.com +deb http://security.ubuntu.com/ubuntu/ hardy-security main restricted +deb-src http://security.ubuntu.com/ubuntu/ hardy-security main restricted + +deb http://security.ubuntu.com/ubuntu/ hardy-security universe +deb-src http://security.ubuntu.com/ubuntu/ hardy-security universe + + +# archive.canonical.com +deb http://archive.canonical.com/ubuntu/ hardy-partner universe +deb-src http://archive.canonical.com/ubuntu/ hardy-partner universe |