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
802711f7
Commit
802711f7
authored
Nov 02, 2020
by
Francesc Guasch
Browse files
fix(ISO): properly use SHA256 file
parent
8486e072
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
802711f7
...
...
@@ -254,7 +254,7 @@ sub _update_isos {
,
xml_volume
=>
'
focal_fossa64-volume.xml
'
,
url
=>
'
http://releases.ubuntu.com/20.04/
'
,
file_re
=>
'
^ubuntu-20.04.*desktop-amd64.iso
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
,
min_disk_size
=>
'
9
'
}
...
...
@@ -885,6 +885,8 @@ sub _remove_old_isos {
.
"
WHERE name like 'Debian Buster 32%'
"
.
"
AND file_re like '%xfce-CD-1.iso'
"
,"
DELETE FROM iso_images
"
.
"
WHERE name like 'Ubuntu Focal%'
"
)
{
my
$sth
=
$CONNECTOR
->
dbh
->
prepare
(
$sql
);
$sth
->
execute
();
...
...
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