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
785de8a9
Commit
785de8a9
authored
Nov 05, 2020
by
Francesc Guasch
Browse files
fix(ISO): Ubuntu Bionic also changed
issue #1420
parent
7d734b37
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
785de8a9
...
...
@@ -266,7 +266,7 @@ sub _update_isos {
,
xml_volume
=>
'
bionic64-volume.xml
'
,
url
=>
'
http://releases.ubuntu.com/18.04/
'
,
file_re
=>
'
^ubuntu-18.04.*desktop-amd64.iso
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
,
min_disk_size
=>
'
9
'
}
...
...
@@ -886,7 +886,7 @@ sub _remove_old_isos {
.
"
AND file_re like '%xfce-CD-1.iso'
"
,"
DELETE FROM iso_images
"
.
"
WHERE name
like
'Ubuntu Focal%'
"
.
"
WHERE
(
name
LIKE
'Ubuntu Focal%'
OR name LIKE 'Ubuntu Bionic%' )
"
.
"
AND ( md5 IS NOT NULL OR md5_url IS NOT NULL)
"
)
{
my
$sth
=
$CONNECTOR
->
dbh
->
prepare
(
$sql
);
...
...
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