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
5ea3e08d
Commit
5ea3e08d
authored
Aug 28, 2020
by
Francesc Guasch
Browse files
fix(ISO): updated Debian, Fedora and Mint ISO links
parent
19d1bb3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
5ea3e08d
...
...
@@ -283,26 +283,15 @@ sub _update_isos {
,
min_disk_size
=>
'
10
'
}
,
mint
19
_64
=>
{
name
=>
'
Mint
19
Mate 64 bits
'
,
description
=>
'
Mint
Tara 19
with Mate Desktop 64 bits
'
,
mint
20
_64
=>
{
name
=>
'
Mint
20
Mate 64 bits
'
,
description
=>
'
Mint
Ulyana 20
with Mate Desktop 64 bits
'
,
arch
=>
'
amd64
'
,
xml
=>
'
xenial64-amd64.xml
'
,
xml_volume
=>
'
xenial64-volume.xml
'
,
url
=>
'
http://ftp.cixug.es/mint/linuxmint.com/stable/19/
'
,
file_re
=>
'
linuxmint-19-mate-64bit-v2.iso
'
,
sha256_url
=>
'
http://ftp.cixug.es/mint/linuxmint.com/stable/19/sha256sum.txt
'
,
min_disk_size
=>
'
15
'
}
,
mint19_32
=>
{
name
=>
'
Mint 19 Mate 32 bits
'
,
description
=>
'
Mint Tara 19 with Mate Desktop 32 bits
'
,
arch
=>
'
i386
'
,
xml
=>
'
mint19-i386.xml
'
,
xml_volume
=>
'
mint19_32-volume.xml
'
,
url
=>
'
http://ftp.cixug.es/mint/linuxmint.com/stable/19/
'
,
file_re
=>
'
linuxmint-19-mate-32bit.iso
'
,
sha256_url
=>
'
http://ftp.cixug.es/mint/linuxmint.com/stable/19/sha256sum.txt
'
,
url
=>
'
http://mirrors.evowise.com/linuxmint/stable/20/
'
,
file_re
=>
'
linuxmint-20-mate-64bit.iso
'
,
sha256_url
=>
'
$url/sha256sum.txt
'
,
min_disk_size
=>
'
15
'
}
,
alpine381_64
=>
{
...
...
@@ -330,7 +319,7 @@ sub _update_isos {
,
fedora_28
=>
{
name
=>
'
Fedora 28
'
,
description
=>
'
RedHat Fedora 28 Workstation 64 bits
'
,
url
=>
'
http://
ftp.halifax.rwth-aachen.d
e/fedora/linux/releases/28/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-28-.*\.iso
'
,
url
=>
'
http
s
://
archives.fedoraproject.org/pub/archiv
e/fedora/linux/releases/28/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-28-.*\.iso
'
,
arch
=>
'
amd64
'
,
xml
=>
'
xenial64-amd64.xml
'
,
xml_volume
=>
'
xenial64-volume.xml
'
...
...
@@ -494,7 +483,7 @@ sub _update_isos {
name
=>
'
Debian Buster 32 bits
'
,
description
=>
'
Debian 10 Buster 32 bits (XFCE desktop)
'
,
url
=>
'
https://cdimage.debian.org/debian-cd/^10\..*\d$/i386/iso-cd/
'
,
file_re
=>
'
debian-10.[\d\.]+-i386-xfce-CD-1.iso
'
,
file_re
=>
'
debian-10.[\d\.]+-i386-
(netinst|
xfce-CD-1
)
.iso
'
,
md5_url
=>
'
$url/MD5SUMS
'
,
xml
=>
'
jessie-i386.xml
'
,
xml_volume
=>
'
jessie-volume.xml
'
...
...
@@ -587,6 +576,12 @@ sub _scheduled_fedora_releases($self,$data) {
my
$year
=
$now
[
5
]
+
1900
;
my
$month
=
$now
[
4
]
+
1
;
my
$url_archive
=
'
https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/
';
my
$url_current
=
'
http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/
';
my
$release
=
27
;
for
my
$y
(
2018
..
$year
)
{
for
my
$m
(
5
,
11
)
{
...
...
@@ -594,10 +589,14 @@ sub _scheduled_fedora_releases($self,$data) {
$release
++
;
my
$name
=
"
fedora_
"
.
$release
;
next
if
exists
$data
->
{
$name
};
my
$url
=
$url_archive
;
$url
=
$url_current
if
$y
>=
$year
-
1
;
$data
->
{
$name
}
=
{
name
=>
'
Fedora
'
.
$release
,
description
=>
"
RedHat Fedora
$release
Workstation 64 bits
"
,
url
=>
'
http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/
'
.
$release
,
url
=>
$url
.
$release
.
'
/Workstation/x86_64/iso/Fedora-Workstation-.*-x86_64-
'
.
$release
.
'
-.*\.iso
'
,
arch
=>
'
amd64
'
...
...
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