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

Commit eeec8d3

Browse files
AkihiroSudathaJeztah
authored andcommitted
Remove Ubuntu 19.04 "Disco Dingo" (EOL: 2020-01-23)
Ubuntu 19.04 "Disco Dingo" reached EOL on 2020-01-23: https://fridge.ubuntu.com/2020/01/23/ubuntu-19-04-disco-dingo-end-of-life-reached-on-january-23-2020/ Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit 38aadec) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: e1a64b584b0599ba596e6b7ff7a5567c94e10a82 Component: packaging
1 parent 02ab061 commit eeec8d3

3 files changed

Lines changed: 1 addition & 43 deletions

File tree

components/packaging/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ The scripts will build for this list of packages types:
99

1010
* DEB packages for Ubuntu 20.04 Focal
1111
* DEB packages for Ubuntu 19.10 Eoan
12-
* DEB packages for Ubuntu 19.04 Disco
1312
* DEB packages for Ubuntu 18.04 Bionic
1413
* DEB packages for Ubuntu 16.04 Xenial
1514
* 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-disco ubuntu-eoan ubuntu-focal
39+
UBUNTU_VERSIONS := ubuntu-xenial ubuntu-bionic ubuntu-eoan ubuntu-focal
4040
RASPBIAN_VERSIONS := raspbian-stretch raspbian-buster
4141
DISTROS := $(DEBIAN_VERSIONS) $(UBUNTU_VERSIONS) $(RASPBIAN_VERSIONS)
4242

components/packaging/deb/ubuntu-disco/Dockerfile

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

0 commit comments

Comments
 (0)