Skip to content

Commit

Permalink
Merge pull request #241 from UPC/240_lubuntu
Browse files Browse the repository at this point in the history
[#240] Added lubuntu ISO in SQL
  • Loading branch information
frankiejol committed May 22, 2017
2 parents 4499fb4 + 2832ccc commit 5e40e34
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Ravada;
use warnings;
use strict;

our $VERSION = '0.2.6_rc4';
our $VERSION = '0.2.6_rc6';

use Carp qw(carp croak);
use Data::Dumper;
Expand Down Expand Up @@ -188,12 +188,28 @@ sub _update_isos {
}
,xubuntu_xenial => {
name => 'Xubuntu Xenial Xerus'
,description => 'Xubuntu 17.04 Xenial Xerus 64 bits (LTS)'
,description => 'Xubuntu 16.04 Xenial Xerus 64 bits (LTS)'
,url => 'http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/netboot/mini.iso'
,xml => 'yakkety64-amd64.xml'
,xml_volume => 'yakkety64-volume.xml'
,md5 => 'fe495d34188a9568c8d166efc5898d22'
}
,lubuntu_zesty => {
name => 'Lubuntu Zesty Zapus'
,description => 'Lubuntu 17.04 Zesty Zapus 64 bits'
,url => 'http://cdimage.ubuntu.com/lubuntu/releases/17.04/release/lubuntu-17.04-desktop-amd64.iso'
,md5_url => 'http://cdimage.ubuntu.com/lubuntu/releases/17.04/release/MD5SUMS'
,xml => 'yakkety64-amd64.xml'
,xml_volume => 'yakkety64-volume.xml'
}
,lubuntu_xenial => {
name => 'Lubuntu Xenial Xerus'
,description => 'Xubuntu 16.04 Xenial Xerus 64 bits (LTS)'
,url => 'http://cdimage.ubuntu.com/lubuntu/releases/16.04.2/release/lubuntu-16.04.2-desktop-amd64.iso'
,md5_url => 'http://cdimage.ubuntu.com/lubuntu/releases/16.04.2/release/MD5SUMS'
,xml => 'yakkety64-amd64.xml'
,xml_volume => 'yakkety64-volume.xml'
}

);

Expand Down

0 comments on commit 5e40e34

Please sign in to comment.