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
b83a08ac
Commit
b83a08ac
authored
Nov 25, 2020
by
frankiejol
Browse files
fix(ISO): reviewed bionic and focal downloads
issue #1442
parent
7cf7d6da
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
b83a08ac
...
...
@@ -216,8 +216,8 @@ sub _update_isos {
,
arch
=>
'
amd64
'
,
xml
=>
'
focal_fossa-amd64.xml
'
,
xml_volume
=>
'
focal_fossa64-volume.xml
'
,
url
=>
'
http://cdimage.ubuntu.com/ubuntu-mate/releases/20.04/release/ubuntu-mate-20.04-desktop-amd64.iso
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
url
=>
'
http://cdimage.ubuntu.com/ubuntu-mate/releases/20.04
.*
/release/ubuntu-mate-20.04
.*
-desktop-amd64.iso
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
},
mate_bionic
=>
{
name
=>
'
Ubuntu Mate Bionic 64 bits
'
...
...
@@ -235,7 +235,7 @@ sub _update_isos {
,
xml
=>
'
bionic-i386.xml
'
,
xml_volume
=>
'
bionic32-volume.xml
'
,
url
=>
'
http://cdimage.ubuntu.com/ubuntu-mate/releases/18.04.*/release/ubuntu-mate-18.04.*-desktop-i386.iso
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
},
mate_xenial
=>
{
name
=>
'
Ubuntu Mate Xenial
'
...
...
@@ -244,7 +244,7 @@ sub _update_isos {
,
xml
=>
'
yakkety64-amd64.xml
'
,
xml_volume
=>
'
yakkety64-volume.xml
'
,
url
=>
'
http://cdimage.ubuntu.com/ubuntu-mate/releases/16.04.*/release/ubuntu-mate-16.04.*-desktop-amd64.iso
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
,
min_disk_size
=>
'
10
'
},
,
focal_fossa
=>
{
...
...
@@ -333,9 +333,9 @@ sub _update_isos {
,
arch
=>
'
amd64
'
,
xml
=>
'
focal_fossa-amd64.xml
'
,
xml_volume
=>
'
focal_fossa64-volume.xml
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
url
=>
'
http://cdimage.ubuntu.com/kubuntu/releases/20.04/release/
'
,
file_re
=>
'
kubuntu-20.04-desktop-amd64.iso
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
,
url
=>
'
http://cdimage.ubuntu.com/kubuntu/releases/20.04
.*
/release/
'
,
file_re
=>
'
kubuntu-20.04
.*
-desktop-amd64.iso
'
,
rename_file
=>
'
kubuntu_focal_fossa_64.iso
'
}
,
kubuntu_64
=>
{
...
...
@@ -346,7 +346,7 @@ sub _update_isos {
,
xml_volume
=>
'
bionic64-volume.xml
'
,
sha256_url
=>
'
$url/SHA256SUMS
'
,
url
=>
'
http://cdimage.ubuntu.com/kubuntu/releases/18.04/release/
'
,
file_re
=>
'
kubuntu-18.04.
5
-desktop-amd64.iso
'
,
file_re
=>
'
kubuntu-18.04.
\d+
-desktop-amd64.iso
'
,
rename_file
=>
'
kubuntu_bionic_64.iso
'
}
,
kubuntu_32
=>
{
...
...
@@ -357,7 +357,7 @@ sub _update_isos {
,
xml_volume
=>
'
bionic32-volume.xml
'
,
sha256_url
=>
'
$url/SHA256SUMS
'
,
url
=>
'
http://cdimage.ubuntu.com/kubuntu/releases/18.04/release/
'
,
file_re
=>
'
kubuntu-18.04.
5
-desktop-i386.iso
'
,
file_re
=>
'
kubuntu-18.04.
\d+
-desktop-i386.iso
'
,
rename_file
=>
'
kubuntu_bionic_32.iso
'
}
,
suse_15
=>
{
...
...
@@ -377,7 +377,7 @@ sub _update_isos {
,
arch
=>
'
amd64
'
,
xml
=>
'
bionic-amd64.xml
'
,
xml_volume
=>
'
bionic64-volume.xml
'
,
md5
_url
=>
'
$url/../
MD5
SUMS
'
,
sha256
_url
=>
'
$url/../
SHA256
SUMS
'
,
url
=>
'
http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/
'
,
file_re
=>
'
mini.iso
'
,
rename_file
=>
'
xubuntu_bionic_64.iso
'
...
...
@@ -407,7 +407,7 @@ sub _update_isos {
name
=>
'
Lubuntu Bionic Beaver 64 bits
'
,
description
=>
'
Lubuntu 18.04 Bionic Beaver 64 bits
'
,
url
=>
'
http://cdimage.ubuntu.com/lubuntu/releases/18.04.*/release/lubuntu-18.04.*-desktop-amd64.iso
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
,
xml
=>
'
bionic-amd64.xml
'
,
xml_volume
=>
'
bionic64-volume.xml
'
}
...
...
@@ -416,7 +416,7 @@ sub _update_isos {
,
description
=>
'
Lubuntu 18.04 Bionic Beaver 32 bits
'
,
arch
=>
'
i386
'
,
url
=>
'
http://cdimage.ubuntu.com/lubuntu/releases/18.04.*/release/lubuntu-18.04.*-desktop-i386.iso
'
,
md5
_url
=>
'
$url/
MD5
SUMS
'
,
sha256
_url
=>
'
$url/
SHA256
SUMS
'
,
xml
=>
'
bionic-i386.xml
'
,
xml_volume
=>
'
bionic32-volume.xml
'
}
...
...
t/request/15_download.t
View file @
b83a08ac
...
...
@@ -31,7 +31,7 @@ sub test_download($vm, $id_iso, $test=0) {
rvd_back
->
_process_all_requests_dont_fork
();
is
(
$req1
->
status
,
'
done
');
is
(
$req1
->
error
,'');
is
(
$req1
->
error
,''
,
$iso
->
{
name
}
);
}
...
...
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