MT#62325 Remove support for Debian bullseye release and older

We do not need this support, as trunk is based on bookworm, and we are
transitioning to trixie.

Change-Id: I9c0a47c12edae2f178c610708040c8669224a266
master
Guillem Jover 2 months ago
parent ee99a44c87
commit 67564acdaf

@ -21,10 +21,6 @@
unless length $debian_version;
my %versions = (
8 => 'jessie',
9 => 'stretch',
10 => 'buster',
11 => 'bullseye',
12 => 'bookworm',
13 => 'trixie',
);

Loading…
Cancel
Save