From 0be7388798d10b397ff6eef706f872e3339cbb09 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 7 Aug 2020 10:40:22 +0300 Subject: [PATCH] sources.list: add ubuntu Resolves: #77 --- etc/apt/sources.list/ubuntu | 49 +++++++++++++++++++ .../sources.list/{ => ubuntu-mirror}/14.04 | 0 .../sources.list/{ => ubuntu-mirror}/16.04 | 0 .../sources.list/{ => ubuntu-mirror}/18.04 | 0 etc/apt/sources.list/ubuntu-mirror/README.md | 1 + 5 files changed, 50 insertions(+) create mode 100644 etc/apt/sources.list/ubuntu rename etc/apt/sources.list/{ => ubuntu-mirror}/14.04 (100%) rename etc/apt/sources.list/{ => ubuntu-mirror}/16.04 (100%) rename etc/apt/sources.list/{ => ubuntu-mirror}/18.04 (100%) create mode 100644 etc/apt/sources.list/ubuntu-mirror/README.md diff --git a/etc/apt/sources.list/ubuntu b/etc/apt/sources.list/ubuntu new file mode 100644 index 00000000..10b63071 --- /dev/null +++ b/etc/apt/sources.list/ubuntu @@ -0,0 +1,49 @@ +# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to +# newer versions of the distribution. +deb http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME main restricted +deb-src http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME main restricted + +## Major bug fix updates produced after the final release of the +## distribution. +deb http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME-updates main restricted +deb-src http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME-updates main restricted + +## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu +## team. Also, please note that software in universe WILL NOT receive any +## review or updates from the Ubuntu security team. +deb http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME universe +deb-src http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME universe +deb http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME-updates universe +deb-src http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME-updates universe + +## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu +## team, and may not be under a free licence. Please satisfy yourself as to +## your rights to use the software. Also, please note that software in +## multiverse WILL NOT receive any review or updates from the Ubuntu +## security team. +deb http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME multiverse +deb-src http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME multiverse +deb http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME-updates multiverse +deb-src http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME-updates 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 http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME-backports main restricted universe multiverse +deb-src http://COUNTRYCODE.archive.ubuntu.com/ubuntu/ CODENAME-backports 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://COUNTRYCODE.archive.canonical.com/ubuntu CODENAME partner +deb-src http://COUNTRYCODE.archive.canonical.com/ubuntu CODENAME partner + +deb http://security.ubuntu.com/ubuntu/ CODENAME-security main restricted +deb-src http://security.ubuntu.com/ubuntu/ CODENAME-security main restricted +deb http://security.ubuntu.com/ubuntu/ CODENAME-security universe +deb-src http://security.ubuntu.com/ubuntu/ CODENAME-security universe +deb http://security.ubuntu.com/ubuntu/ CODENAME-security multiverse +deb-src http://security.ubuntu.com/ubuntu/ CODENAME-security multiverse \ No newline at end of file diff --git a/etc/apt/sources.list/14.04 b/etc/apt/sources.list/ubuntu-mirror/14.04 similarity index 100% rename from etc/apt/sources.list/14.04 rename to etc/apt/sources.list/ubuntu-mirror/14.04 diff --git a/etc/apt/sources.list/16.04 b/etc/apt/sources.list/ubuntu-mirror/16.04 similarity index 100% rename from etc/apt/sources.list/16.04 rename to etc/apt/sources.list/ubuntu-mirror/16.04 diff --git a/etc/apt/sources.list/18.04 b/etc/apt/sources.list/ubuntu-mirror/18.04 similarity index 100% rename from etc/apt/sources.list/18.04 rename to etc/apt/sources.list/ubuntu-mirror/18.04 diff --git a/etc/apt/sources.list/ubuntu-mirror/README.md b/etc/apt/sources.list/ubuntu-mirror/README.md new file mode 100644 index 00000000..dac0ad29 --- /dev/null +++ b/etc/apt/sources.list/ubuntu-mirror/README.md @@ -0,0 +1 @@ +WARNING: `do-release-upgrade` doesn't like this!