Skip to content

Commit

Permalink
archname detection: another bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Oct 19, 2024
1 parent 96f90f0 commit 12391a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ctr_good_or_invalid.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2326,7 +2326,7 @@ sub rough_pv_os_analysis {
$arch_os_version = 'noble'; # 'Ubuntu 24.04?';
} elsif ($entry->{archname} eq 'aarch64-linux-gnu-thread-multi 6.1.0') {
$arch_os_version = 'noble'; # 'Ubuntu 24.04? (system perl)';
} elsif ($entry->{archname} =~ m{ 6.1.0-25-}) {
} elsif ($entry->{archname} =~ m{ 6.1.0-(25|26)-}) {
$arch_os_version = 'bookworm'; # 'Debian/bookworm?';
} else {
warn "INFO: Unrecognized archname '$entry->{archname}' -> fallback to 'linux'\n";
Expand Down

0 comments on commit 12391a1

Please sign in to comment.