forked from josch/mmdebstrap
Mark oldstable as bullseye_or_later
This commit is contained in:
parent
d4149bb4db
commit
d0add325d3
1 changed files with 1 additions and 1 deletions
|
@ -4293,7 +4293,7 @@ sub get_sourceslist_by_suite {
|
|||
# the security mirror changes, starting with bullseye
|
||||
# https://lists.debian.org/87r26wqr2a.fsf@43-1.org
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue