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

Commit 02ab061

Browse files
AkihiroSudathaJeztah
authored andcommitted
Remove Fedora 30 (EOL: 2020-05-26)
Fedora 30 reached EOL on 2020-05-26: https://fedoraproject.org/wiki/End_of_life Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit acaecc4) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 8ff5392e8556df6fb0c6986879b19b6043047a46 Component: packaging
1 parent aaf10aa commit 02ab061

3 files changed

Lines changed: 1 addition & 27 deletions

File tree

components/packaging/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ The scripts will build for this list of packages types:
1616
* DEB packages for Debian 9 Stretch
1717
* RPM packages for Fedora 32
1818
* RPM packages for Fedora 31
19-
* RPM packages for Fedora 30
2019
* RPM packages for CentOS 7
2120
* TGZ and ZIP files with static binaries

components/packaging/rpm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN?=$(RPMBUILD) rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)
4040
SOURCE_FILES=engine.tgz cli.tgz docker.service docker.socket plugin-installers.tgz
4141
SOURCES=$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES))
4242

43-
FEDORA_RELEASES := fedora-32 fedora-31 fedora-30
43+
FEDORA_RELEASES := fedora-32 fedora-31
4444
CENTOS_RELEASES := centos-7 centos-8
4545
RHEL_RELEASES := rhel-7
4646
DISTROS := $(FEDORA_RELEASES) $(CENTOS_RELEASES) $(RHEL_RELEASES)

components/packaging/rpm/fedora-30/Dockerfile

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

0 commit comments

Comments
 (0)