base: do not use non-free repositories for Ubuntu

Remove restricted and multiverse from ubuntu.

restricted is supported software that is non-free.
multiverse is unsupported software that is non-free.

We should not use any of them. And they are not mirrored by OpenStack
infra.

Change-Id: I34b9d56559eada96abec13814a2aa91b57055710
This commit is contained in:
Marcin Juszkiewicz 2019-06-17 18:19:57 +02:00
parent b07241ff55
commit 96460c4bfe
3 changed files with 12 additions and 12 deletions

View File

@ -1,12 +1,12 @@
# For non-x86 architectures we use sources.list.ubuntu.<arch>
# Default repos
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic main universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main universe
deb http://archive.ubuntu.com/ubuntu/ bionic-security main universe
# Backports have a lower priority and must be explicitly installed to be used
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-backports main universe
# We need to add the repo for the updated packages they provide. The main ones
# are qemu, libvirt, and openvswitch.

View File

@ -1,10 +1,10 @@
# Default repos
deb http://ports.ubuntu.com/ bionic main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-security main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic main universe
deb http://ports.ubuntu.com/ bionic-updates main universe
deb http://ports.ubuntu.com/ bionic-security main universe
# Backports have a lower priority and must be explicitly installed to be used
deb http://ports.ubuntu.com/ bionic-backports main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-backports main universe
# We need to add the repo for the updated packages they provide. The main ones
# are qemu, libvirt, and openvswitch.

View File

@ -1,10 +1,10 @@
# Default repos
deb http://ports.ubuntu.com/ bionic main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-security main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic main universe
deb http://ports.ubuntu.com/ bionic-updates main universe
deb http://ports.ubuntu.com/ bionic-security main universe
# Backports have a lower priority and must be explicitly installed to be used
deb http://ports.ubuntu.com/ bionic-backports main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-backports main universe
# We need to add the repo for the updated packages they provide. The main ones
# are qemu, libvirt, and openvswitch.