Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mint 18.02 deleted #2043

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -463,19 +463,7 @@ sub _update_isos {
,arch => 'x86_64'
}

,serena64 => {
name => 'Mint 18.1 Mate 64 bits'
,description => 'Mint Serena 18.1 with Mate Desktop based on Ubuntu Xenial 64 bits'
,arch => 'x86_64'
,xml => 'xenial64-amd64.xml'
,xml_volume => 'xenial64-volume.xml'
,url => 'https://mirrors.edge.kernel.org/linuxmint/stable/18.3'
,file_re => 'linuxmint-18.3-mate-64bit.iso'
,md5_url => ''
,md5 => 'c5cf5c5d568e2dfeaf705cfa82996d93'
,min_disk_size => '10'

}

,mint20_64 => {
name => 'Mint 20 Mate 64 bits'
,description => 'Mint Ulyana 20 with Mate Desktop 64 bits'
Expand Down Expand Up @@ -1477,6 +1465,8 @@ sub _remove_old_isos {

,"DELETE FROM iso_images "
." WHERE name like 'Alpine%3.8%'"
,"DELETE FROM iso_images "
." WHERE name like 'Mint 18.1 Mate 64 bits'"
) {
my $sth = $CONNECTOR->dbh->prepare($sql);
$sth->execute();
Expand Down
Loading