Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
ad537d77
Commit
ad537d77
authored
Feb 25, 2021
by
Francesc Guasch
Browse files
fix(ISO): Ubuntu Focal Fossa
parent
7b114591
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
ad537d77
...
...
@@ -265,7 +265,7 @@ sub _update_isos {
,
xml
=>
'
focal_fossa-amd64.xml
'
,
xml_volume
=>
'
focal_fossa64-volume.xml
'
,
url
=>
'
http://releases.ubuntu.com/20.04/
'
,
file_re
=>
'
^ubuntu-20.04.
\d+
-desktop-amd64.iso
'
,
file_re
=>
'
^ubuntu-20.04.
*
-desktop-amd64.iso
'
,
sha256_url
=>
'
$url/SHA256SUMS
'
,
min_disk_size
=>
'
9
'
}
...
...
@@ -918,7 +918,7 @@ sub _remove_old_isos {
.
"
AND ( md5 IS NOT NULL OR md5_url IS NOT NULL)
"
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Ubuntu Focal%'
"
.
"
AND file_re like '%20.04.1%'
"
.
"
AND
(
file_re like '%20.04.1%'
OR file_re like '%20.04.%d+%')
"
)
{
my
$sth
=
$CONNECTOR
->
dbh
->
prepare
(
$sql
);
$sth
->
execute
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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