Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
fbe2e910
Commit
fbe2e910
authored
Aug 31, 2020
by
Francesc Guasch
Browse files
fix(ISO): Debian buster 32 bits download
parent
98a904da
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
fbe2e910
...
...
@@ -881,6 +881,9 @@ sub _remove_old_isos {
.
"
AND url NOT LIKE '%*%'
"
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Lubuntu Zesty%'
"
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Debian Buster 32%'
"
.
"
AND file_re like '%xfce-CD-1.iso'
"
)
{
my
$sth
=
$CONNECTOR
->
dbh
->
prepare
(
$sql
);
...
...
lib/Ravada/VM/KVM.pm
View file @
fbe2e910
...
...
@@ -410,6 +410,8 @@ sub _refresh_isos($self) {
warn
"
Error: ISO mismatch
"
.
Dumper
(
$row
);
next
;
}
$file_re
=
"
$file_re
\$
"
unless
$file_re
=~
/\$$/
;
$file_re
=
"
^
$file_re
"
unless
$file_re
=~
/^\$/
;
my
$iso_file
=
$self
->
search_volume_path_re
(
qr($file_re)
);
if
(
$iso_file
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment