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
aecc3fda
Commit
aecc3fda
authored
Sep 19, 2018
by
Francesc Guasch
Browse files
wip(downloads): fixed some ISO URLs
parent
be2a1305
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
aecc3fda
...
...
@@ -119,6 +119,9 @@ sub BUILD {
}
Ravada::Auth::
init
(
$CONFIG
);
}
sub
_install
($self) {
$self
->
_create_tables
();
$self
->
_upgrade_tables
();
$self
->
_update_data
();
...
...
@@ -248,34 +251,24 @@ sub _update_isos {
,
min_disk_size
=>
'
10
'
}
,
fedora
=>
{
name
=>
'
Fedora 25
'
,
description
=>
'
RedHat Fedora 25 Workstation 64 bits
'
,
url
=>
'
http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/25/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-25-.*\.iso
'
,
arch
=>
'
amd64
'
,
xml
=>
'
xenial64-amd64.xml
'
,
xml_volume
=>
'
xenial64-volume.xml
'
,
sha256_url
=>
'
$url/Fedora-Workstation-25-.*-x86_64-CHECKSUM
'
,
min_disk_size
=>
'
10
'
}
,
fedora_26
=>
{
name
=>
'
Fedora 26
'
,
description
=>
'
RedHat Fedora 26 Workstation 64 bits
'
,
url
=>
'
http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/26/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-26-.*\.iso
'
,
fedora_27
=>
{
name
=>
'
Fedora 27
'
,
description
=>
'
RedHat Fedora 27 Workstation 64 bits
'
,
url
=>
'
http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/27/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-27-.*\.iso
'
,
arch
=>
'
amd64
'
,
xml
=>
'
xenial64-amd64.xml
'
,
xml_volume
=>
'
xenial64-volume.xml
'
,
sha256_url
=>
'
http://fedora.mirrors.ovh.net/linux/releases/26/Workstation/x86_64/iso
/Fedora-Workstation-2
6
-.*-x86_64-CHECKSUM
'
,
sha256_url
=>
'
$url
/Fedora-Workstation-2
7
-.*-x86_64-CHECKSUM
'
,
min_disk_size
=>
'
10
'
}
,
fedora_2
7
=>
{
name
=>
'
Fedora 2
7
'
,
description
=>
'
RedHat Fedora 2
7
Workstation 64 bits
'
,
url
=>
'
http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/2
7
/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-2
7
-.*\.iso
'
,
fedora_2
8
=>
{
name
=>
'
Fedora 2
8
'
,
description
=>
'
RedHat Fedora 2
8
Workstation 64 bits
'
,
url
=>
'
http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/2
8
/Workstation/x86_64/iso/Fedora-Workstation-netinst-x86_64-2
8
-.*\.iso
'
,
arch
=>
'
amd64
'
,
xml
=>
'
xenial64-amd64.xml
'
,
xml_volume
=>
'
xenial64-volume.xml
'
,
sha256_url
=>
'
http://fedora.mirrors.ovh.net/linux/releases/2
7
/Workstation/x86_64/iso/Fedora-Workstation-2
7
-.*-x86_64-CHECKSUM
'
,
sha256_url
=>
'
http://fedora.mirrors.ovh.net/linux/releases/2
8
/Workstation/x86_64/iso/Fedora-Workstation-2
8
-.*-x86_64-CHECKSUM
'
,
min_disk_size
=>
'
10
'
}
,
kubuntu_64
=>
{
...
...
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