Mark oldstable as bullseye_or_later

This commit is contained in:
Jochen Sprickerhof 2024-06-07 09:58:07 +02:00 committed by Johannes Schauer Marin Rodrigues
parent d4149bb4db
commit d0add325d3
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -4293,7 +4293,7 @@ sub get_sourceslist_by_suite {
# the security mirror changes, starting with bullseye # the security mirror changes, starting with bullseye
# https://lists.debian.org/87r26wqr2a.fsf@43-1.org # https://lists.debian.org/87r26wqr2a.fsf@43-1.org
my $bullseye_or_later = 0; my $bullseye_or_later = 0;
if (any { $_ eq $suite } ('stable', 'bullseye', 'bookworm', 'trixie')) if (any { $_ eq $suite } ('oldstable', 'stable', 'bullseye', 'bookworm', 'trixie'))
{ {
$bullseye_or_later = 1; $bullseye_or_later = 1;
} }