Skip to content

Commit

Permalink
A5 package test
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyCai7 committed Dec 12, 2024
1 parent 83970a2 commit ab7c4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main_common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2394,15 +2394,15 @@ sub set_mu_virt_vars {
# If $_pkg contains none, it is for ease of functional testing when no incidents are coming.
if ($_pkg =~ /none/) {
$_update_package = '';
} elsif ($_pkg =~ /qemu|xen|virt-manager|libguestfs|libslirp|open-vm-tools/) {
} elsif ($_pkg =~ /qemu|xen|virt-manager|libguestfs|guestfs-tools|libslirp|open-vm-tools/) {
$_update_package = $_pkg;
} elsif ($_pkg =~ /libvirt/) {
$_update_package = 'libvirt-client';
} else {
$_update_package = 'kernel-default';
}

set_var('UPDATE_PACKAGE', $_update_package);
set_var('UPDATE_PACKAGE', '');
diag("BUILD is $BUILD, UPDATE_PACKAGE is set to " . get_var('UPDATE_PACKAGE', ''));

# Check if repo is LTSS-Extended-Security and sets EXTENDED_SECURITY to 1
Expand Down

0 comments on commit ab7c4e5

Please sign in to comment.