From 1974b3ba8bd3c040ce63f09a48dcd2a1b77f864c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 9 Aug 2012 19:51:04 +0300 Subject: [PATCH] misc/sources.list.ubuntu1204: add "official" repositories with easy to remember url. --- misc/sources.list.ubuntu1204 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 misc/sources.list.ubuntu1204 diff --git a/misc/sources.list.ubuntu1204 b/misc/sources.list.ubuntu1204 new file mode 100644 index 0000000..50fd9d9 --- /dev/null +++ b/misc/sources.list.ubuntu1204 @@ -0,0 +1,31 @@ +# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to +# newer versions of the distribution. +deb mirror://mirrors.ubuntu.com/mirrors.txt precise main restricted universe multiverse + +## Major bug fix updates produced after the final release of the +## distribution. +deb mirror://mirrors.ubuntu.com/mirrors.txt precise-updates main restricted universe multiverse + +## N.B. software from this repository may not have been tested as +## extensively as that contained in the main release, although it includes +## newer versions of some applications which may provide useful features. +## Also, please note that software in backports WILL NOT receive any review +## or updates from the Ubuntu security team. +#deb mirror://mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse +deb mirror://mirrors.ubuntu.com/mirrors.txt precise-security main restricted universe multiverse +deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise main restricted universe multiverse +deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-updates main restricted universe multiverse +#deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-backports main restricted universe multiverse +deb-src mirror://mirrors.ubuntu.com/mirrors.txt precise-security main restricted universe multiverse + +## Uncomment the following two lines to add software from Canonical's +## 'partner' repository. +## This software is not part of Ubuntu, but is offered by Canonical and the +## respective vendors as a service to Ubuntu users. +deb http://archive.canonical.com/ubuntu precise partner +deb-src http://archive.canonical.com/ubuntu precise partner + +## This software is not part of Ubuntu, but is offered by third-party +## developers who want to ship their latest software. +deb http://extras.ubuntu.com/ubuntu precise main +deb-src http://extras.ubuntu.com/ubuntu precise main