Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
0d198e93
Commit
0d198e93
authored
Apr 07, 2017
by
Francesc Guasch
Browse files
[#156] Revised the regexpes and added zesty
parent
8ef9533a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/data/insert_iso_images.sql
View file @
0d198e93
...
...
@@ -16,7 +16,7 @@ VALUES('Ubuntu Trusty 32 bits','Ubuntu 14.04 LTS Trusty 32 bits'
,
'trusty-i386.xml'
,
'trusty-volume.xml'
,
'http://releases.ubuntu.com/14.04/'
,
'ubuntu-14.04.
\d
+
-desktop-i386.iso'
,
'ubuntu-14.04.
*
-desktop-i386.iso'
,
'http://releases.ubuntu.com/14.04/MD5SUMS'
);
...
...
@@ -27,7 +27,7 @@ VALUES('Ubuntu Trusty 64 bits','Ubuntu 14.04.1 LTS Trusty 64 bits'
,
'trusty-amd64.xml'
,
'trusty-amd64-volume.xml'
,
'http://releases.ubuntu.com/16.04/'
,
'ubuntu-1
4
.04.*-desktop-amd64.iso'
,
'ubuntu-1
6
.04.*-desktop-amd64.iso'
,
'http://releases.ubuntu.com/16.04/MD5SUMS'
);
...
...
@@ -72,6 +72,16 @@ VALUES('Debian Jessie 64 bits netinst'
,
'jessie-volume.xml'
,
'http://cdimage.debian.org/cdimage/archive/8.5.0/amd64/iso-cd/'
,
'debian-8.5.0-amd64-netinst.iso'
,
'http://
releases.ubuntu.com/16.10
/MD5SUMS'
,
'http://
cdimage.debian.org/cdimage/archive/8.5.0/amd64/iso-cd
/MD5SUMS'
);
INSERT
INTO
iso_images
(
name
,
description
,
arch
,
xml
,
xml_volume
,
url
,
file_re
,
md5_url
)
VALUES
(
'Ubuntu Zesty Zapus'
,
' Ubuntu 17.04 Zesty Zapus 64 bits'
,
'amd64'
,
'zesty-amd64.xml'
,
'zesty-volume.xml'
,
'http://releases.ubuntu.com/17.04/'
,
'ubuntu-17.04.*desktop-amd64.iso'
,
'http://releases.ubuntu.com/17.04/MD5SUMS'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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