Skip to content

Commit

Permalink
distro-check.sh: drop EOL, sync new distros
Browse files Browse the repository at this point in the history
* Drop several old EOL distro versions that are no longer being built
* Add
  - fedora-37
  - fedora-38
  - fedora-39
  - opensuse-15.5

* Drop license text and add SPDX License Identifier
* Update copyright to give attribution to Konsulko Group

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
  • Loading branch information
moto-timo committed Mar 4, 2024
1 parent 93f4f3d commit 4a92706
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions tests/distro-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,10 @@
# distro-check.sh
#
# Copyright (C) 2020 Intel Corporation
# Copyright (C) 2024 Konsulko Group
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# SPDX-License-Identifier: GPL-2.0-only
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

# Verify that the distro inside the container matches the one we expect based
# on the build

Expand All @@ -32,12 +22,12 @@ distros["centos-7"]="CentOS Linux 7 (Core)"
distros["debian-9"]="Debian GNU/Linux 9 (stretch)"
distros["debian-10"]="Debian GNU/Linux 10 (buster)"
distros["debian-11"]="Debian GNU/Linux 11 (bullseye)"
distros["fedora-34"]="Fedora 34 (Container Image)"
distros["fedora-35"]="Fedora Linux 35 (Container Image)"
distros["fedora-36"]="Fedora Linux 36 (Container Image)"
distros["opensuse-15.2"]="openSUSE Leap 15.2"
distros["opensuse-15.3"]="openSUSE Leap 15.3"
distros["fedora-37"]="Fedora Linux 37 (Container Image)"
distros["fedora-38"]="Fedora Linux 38 (Container Image)"
distros["fedora-39"]="Fedora Linux 39 (Container Image)"
distros["opensuse-15.4"]="openSUSE Leap 15.4"
distros["opensuse-15.5"]="openSUSE Leap 15.5"
distros["ubuntu-18.04"]="Ubuntu 18.04"
distros["ubuntu-20.04"]="Ubuntu 20.04"
distros["ubuntu-22.04"]="Ubuntu 22.04"
Expand Down

0 comments on commit 4a92706

Please sign in to comment.