Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit dc09faf

Browse files
committed
Remove Ubuntu 18.10 "cosmic", as it reached EOL
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 4a90d5a) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 62084b89b50d72e8fbab564c9d6aca0533196ca5 Component: packaging
1 parent 229ba25 commit dc09faf

3 files changed

Lines changed: 1 addition & 42 deletions

File tree

components/packaging/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The scripts will build for this list of packages types:
1010
* DEB packages for Ubuntu 20.04 Focal
1111
* DEB packages for Ubuntu 19.10 Eoan
1212
* DEB packages for Ubuntu 19.04 Disco
13-
* DEB packages for Ubuntu 18.10 Cosmic
1413
* DEB packages for Ubuntu 18.04 Bionic
1514
* DEB packages for Ubuntu 16.04 Xenial
1615
* DEB packages for Debian 10 Buster

components/packaging/deb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN=docker run --rm -i \
3636
debbuild-$@/$(ARCH)
3737

3838
DEBIAN_VERSIONS := debian-stretch debian-buster
39-
UBUNTU_VERSIONS := ubuntu-xenial ubuntu-bionic ubuntu-cosmic ubuntu-disco ubuntu-eoan ubuntu-focal
39+
UBUNTU_VERSIONS := ubuntu-xenial ubuntu-bionic ubuntu-disco ubuntu-eoan ubuntu-focal
4040
RASPBIAN_VERSIONS := raspbian-stretch raspbian-buster
4141
DISTROS := $(DEBIAN_VERSIONS) $(UBUNTU_VERSIONS) $(RASPBIAN_VERSIONS)
4242

components/packaging/deb/ubuntu-cosmic/Dockerfile

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)