mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 14:31:00 +00:00
appliance info: update apltest for zstd based archives
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b44e81e42a
commit
40946b6c60
@ -17,7 +17,7 @@ foreach my $k (keys %{$pkglist->{'all'}}) {
|
|||||||
# heuristic only..
|
# heuristic only..
|
||||||
my $template = "$res->{package}_$res->{version}_$res->{architecture}.tar";
|
my $template = "$res->{package}_$res->{version}_$res->{architecture}.tar";
|
||||||
|
|
||||||
if ($k !~ m/^($res->{os}-)?\Q$template\E\.(gz|xz)$/) {
|
if ($k !~ m/^($res->{os}-)?\Q$template\E\.(gz|xz|zst)$/) {
|
||||||
print "ERROR: $k != $template\n";
|
print "ERROR: $k != $template\n";
|
||||||
#print Dumper($res) . "\n";
|
#print Dumper($res) . "\n";
|
||||||
$err = 1;
|
$err = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user