diff options
author | Yuchen Pei <hi@ypei.me> | 2022-02-02 18:42:18 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-02-02 18:42:18 +1100 |
commit | 590d31cb1bfef595ee58bb31de3ef47e6ad42ec9 (patch) | |
tree | 9dcaf04d10664a8ae39099f49624c9ac5df13f9d | |
parent | 2c9dfcf0288b9f2c0a3451e7e1802c63abc40731 (diff) |
Added T10 Nabia to the distro list.
-rw-r--r-- | distros.sql | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/distros.sql b/distros.sql index ffb88c3..a847e17 100644 --- a/distros.sql +++ b/distros.sql @@ -46,11 +46,12 @@ insert into distros (clean_name, full_name, id_order, active) values ('trisquel_ insert into distros (clean_name, full_name, id_order, active) values ('trisquel_7_0', 'Trisquel 7.0 Belenos', 35, 1); insert into distros (clean_name, full_name, id_order, active) values ('trisquel_8_0', 'Trisquel 8.0 Flidas', 36, 1); insert into distros (clean_name, full_name, id_order, active) values ('trisquel_9_0', 'Trisquel 9.0 Etiona', 37, 1); -insert into distros (clean_name, full_name, id_order, active) values ('ututo_xs_2009', 'UTUTO XS 2009', 38, 0); -insert into distros (clean_name, full_name, id_order, active) values ('ututo_xs_2010', 'UTUTO XS 2010', 39, 0); -insert into distros (clean_name, full_name, id_order, active) values ('ututo_xs_2012_04', 'UTUTO XS 2012.04', 40, 0); -insert into distros (clean_name, full_name, id_order, active) values ('venenux_0_8', 'VENENUX 0.8', 41, 0); -insert into distros (clean_name, full_name, id_order, active) values ('venenux_0_8_2', 'VENENUX-EC 0.8.2', 42, 0); -insert into distros (clean_name, full_name, id_order, active) values ('venenux_0_9', 'VENENUX 0.9', 43, 0); -insert into distros (clean_name, full_name, id_order, active) values ('debian_testing', 'Debian GNU/Linux Testing', 44, 0); -insert into distros (clean_name, full_name, id_order, active) values ('debian_unstable', 'Debian GNU/Linux Unstable', 45, 0); +insert into distros (clean_name, full_name, id_order, active) values ('trisquel_10_0', 'Trisquel 10.0 Nabia', 38, 1); +insert into distros (clean_name, full_name, id_order, active) values ('ututo_xs_2009', 'UTUTO XS 2009', 39, 0); +insert into distros (clean_name, full_name, id_order, active) values ('ututo_xs_2010', 'UTUTO XS 2010', 40, 0); +insert into distros (clean_name, full_name, id_order, active) values ('ututo_xs_2012_04', 'UTUTO XS 2012.04', 41, 0); +insert into distros (clean_name, full_name, id_order, active) values ('venenux_0_8', 'VENENUX 0.8', 42, 0); +insert into distros (clean_name, full_name, id_order, active) values ('venenux_0_8_2', 'VENENUX-EC 0.8.2', 43, 0); +insert into distros (clean_name, full_name, id_order, active) values ('venenux_0_9', 'VENENUX 0.9', 44, 0); +insert into distros (clean_name, full_name, id_order, active) values ('debian_testing', 'Debian GNU/Linux Testing', 45, 0); +insert into distros (clean_name, full_name, id_order, active) values ('debian_unstable', 'Debian GNU/Linux Unstable', 46, 0); |