From fc187a173181196edab5d3911b6aacf469180368 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Tue, 7 Jan 2025 17:01:00 +0100 Subject: [PATCH] Remove packaging for Cento 7. (#994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR removes packaging support for Centos 7. This distribution isn’t supported by Ploutos any more, so packages aren’t being built any more, anyway. --- pkg/common/routinator-minimal.routinator.service | 11 ----------- pkg/rules/packages-to-build.yml | 4 ---- 2 files changed, 15 deletions(-) delete mode 100644 pkg/common/routinator-minimal.routinator.service diff --git a/pkg/common/routinator-minimal.routinator.service b/pkg/common/routinator-minimal.routinator.service deleted file mode 100644 index e18a64c1..00000000 --- a/pkg/common/routinator-minimal.routinator.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Routinator 3000 -Documentation=man:routinator(1) -After=network.target - -[Service] -ExecStart=/usr/bin/routinator --config=/etc/routinator/routinator.conf --syslog server -User=routinator - -[Install] -WantedBy=multi-user.target diff --git a/pkg/rules/packages-to-build.yml b/pkg/rules/packages-to-build.yml index 1aee4449..2e2aadb8 100644 --- a/pkg/rules/packages-to-build.yml +++ b/pkg/rules/packages-to-build.yml @@ -10,7 +10,6 @@ image: - "debian:buster" # debian/10 - "debian:bullseye" # debian/11 - "debian:bookworm" # debian/12 - - 'centos:7' - 'rockylinux:8' # compatible with EOL centos:8 - 'rockylinux:9' target: @@ -24,9 +23,6 @@ test-image: # in the original matrix. This is just how GitHub Actions matrix include rules work. - "" include: - - image: "centos:7" - systemd_service_unit_file: pkg/common/routinator-minimal.routinator.service - # CentOS 8 became EOL and is in theory still usable as a build container as there is still a Docker image # available, and package installation can be done by switching the yum config in the container to use packages # from the CentOS 8 vault rather than the now offline actual CentOS 8 repository. However, due to experiencing