Add Debian testing + prefer that instead of Ubuntu
This commit is contained in:
parent
a96aeb6310
commit
d0896806c1
3 changed files with 15 additions and 9 deletions
|
|
@ -134,7 +134,7 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(80, 'FreeBSD', '9.0', 'freebsd-9.0', 52),
|
||||
(81, 'Ubuntu', '12.10', 'ubuntu-quantal', 16),
|
||||
(82, 'Ubuntu', '13.04', 'ubuntu-raring', 17),
|
||||
(83, 'Debian', '7.0', 'debian-wheezy', 11),
|
||||
(83, 'Debian', '7', 'debian-wheezy', 11),
|
||||
(84, 'FreeBSD', '8.4', 'freebsd-8.4', 51),
|
||||
(85, 'FreeBSD', '9.1', 'freebsd-9.1', 53),
|
||||
(86, 'FreeBSD', '9.2', 'freebsd-9.2', 54),
|
||||
|
|
@ -142,7 +142,7 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(88, 'Ubuntu', '14.04', 'ubuntu-trusty', 19),
|
||||
(89, 'Ubuntu', '14.10', 'ubuntu-utopic', 20),
|
||||
(90, 'Ubuntu', '15.04', 'ubuntu-vivid', 21),
|
||||
(91, 'Debian', '8.0', 'debian-jessie', 12),
|
||||
(91, 'Debian', '8', 'debian-jessie', 12),
|
||||
(92, 'Ubuntu', '15.10', 'ubuntu-wily', 22),
|
||||
(93, 'Ubuntu', '16.04', 'ubuntu-xenial', 23),
|
||||
(94, 'FreeBSD', '9.3', 'freebsd-9.3', 55),
|
||||
|
|
@ -178,7 +178,7 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(124,'Fedora', '24', 'fedora-24', 23),
|
||||
(125,'Fedora', '25', 'fedora-25', 24),
|
||||
(126,'Ubuntu', '17.04', 'ubuntu-zesty', 25),
|
||||
(127,'Debian', '9.0', 'debian-stretch', 13),
|
||||
(127,'Debian', '9', 'debian-stretch', 13),
|
||||
(128,'Fedora', '26', 'fedora-26', 25),
|
||||
(129,'FreeBSD', '11.1', 'freebsd-11.1', 62),
|
||||
(130,'Ubuntu', '17.10', 'ubuntu-artful', 26),
|
||||
|
|
@ -240,7 +240,7 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(187,'CentOS', '7.6', 'centos-7.6', 50),
|
||||
(188,'FreeBSD', '12.0', 'freebsd-12.0', 70),
|
||||
(189,'Ubuntu', '19.04', 'ubuntu-disco', 29),
|
||||
(190,'Debian', '10.0', 'debian-buster', 14),
|
||||
(190,'Debian', '10 (stable)', 'debian-buster', 14),
|
||||
(191,'Fedora', '30', 'fedora-30', 29),
|
||||
(192,'FreeBSD', '11.3', 'freebsd-11.3', 64),
|
||||
(193,'Ubuntu', '19.10', 'ubuntu-eoan', 30),
|
||||
|
|
@ -261,7 +261,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
|
|||
(208,'FreeBSD', '12.2', 'freebsd-12.2', 72),
|
||||
(209,'FreeBSD', '13.0', 'freebsd-13.0', 80),
|
||||
(210,'Ubuntu', '21.04', 'ubuntu-hirsute', 33),
|
||||
(211,'Fedora', '34', 'fedora-34', 33);
|
||||
(211,'Fedora', '34', 'fedora-34', 33),
|
||||
(212,'Debian', 'testing','debian-bullseye',15);
|
||||
|
||||
|
||||
-- Removes any path components and compression extensions from the filename.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue