X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=plugins%2Fknownos.php;h=b6dd89ca0bbe819b136b7df35d49a513f95333af;hp=ee1b15a566bd2630ff67f6ca194387d4c0e64eef;hb=45b1b37dd9688baba31184815cc110f0f1839c1e;hpb=e935e20710eff1bcae9da93ead67ba0c4a4a849e diff --git a/plugins/knownos.php b/plugins/knownos.php index ee1b15a..b6dd89c 100644 --- a/plugins/knownos.php +++ b/plugins/knownos.php @@ -50,11 +50,12 @@ function getKnownOSList() // ubuntu bit for apt - $kos["apt"]["hardy"] = "Hardy Heron (8.04)"; - $kos["apt"]["hardy-backports"] = "Hardy Heron (8.04) Backports"; - $kos["apt"]["hardy-proposed"] = "Hardy Heron (8.04) Proposed"; - $kos["apt"]["hardy-security"] = "Hardy Heron (8.04) Security"; - $kos["apt"]["hardy-updates"] = "Hardy Heron (8.04) Updates"; + // TODO uncomment these ones out of testing + /*$kos["apt"]["hardy"] = "Hardy Heron (8.04 LTS)"; + $kos["apt"]["hardy-backports"] = "Hardy Heron (8.04 LTS) Backports"; + $kos["apt"]["hardy-proposed"] = "Hardy Heron (8.04 LTS) Proposed"; + $kos["apt"]["hardy-security"] = "Hardy Heron (8.04 LTS) Security"; + $kos["apt"]["hardy-updates"] = "Hardy Heron (8.04 LTS) Updates"; $kos["apt"]["karmic"] = "Karmic Koala (9.10)"; $kos["apt"]["karmic-backports"] = "Karmic Koala (9.10) Backports"; $kos["apt"]["karmic-proposed"] = "Karmic Koala (9.10) Proposed"; @@ -69,13 +70,13 @@ function getKnownOSList() $kos["apt"]["maverick-backports"] = "Maverick Meerkat (10.10) Backports"; $kos["apt"]["maverick-proposed"] = "Maverick Meerkat (10.10) Proposed"; $kos["apt"]["maverick-security"] = "Maverick Meerkat (10.10) Security"; - $kos["apt"]["maverick-updates"] = "Maverick Meerkat (10.10) Updates"; + $kos["apt"]["maverick-updates"] = "Maverick Meerkat (10.10) Updates";*/ $kos["apt"]["natty"] = "Natty Narwhal (11.04)"; $kos["apt"]["natty-backports"] = "Natty Narwhal (11.04) Backports"; $kos["apt"]["natty-proposed"] = "Natty Narwhal (11.04) Proposed"; $kos["apt"]["natty-security"] = "Natty Narwhal (11.04) Security"; $kos["apt"]["natty-updates"] = "Natty Narwhal (11.04) Updates"; - $kos["apt"]["oneiric"] = "Oneiric Ocelot (11.10)"; + /*$kos["apt"]["oneiric"] = "Oneiric Ocelot (11.10)"; $kos["apt"]["oneiric-backports"] = "Oneiric Ocelot (11.10) Backports"; $kos["apt"]["oneiric-proposed"] = "Oneiric Ocelot (11.10) Proposed"; $kos["apt"]["oneiric-security"] = "Oneiric Ocelot (11.10) Security"; @@ -85,7 +86,7 @@ function getKnownOSList() $kos["apt"]["squeeze"] = "Debian Squeeze"; $kos["apt"]["wheezy"] = "Debian Wheezy"; $kos["apt"]["stable"] = "Debian Stable"; - $kos["apt"]["unstable"] = "Debian Unstable"; + $kos["apt"]["unstable"] = "Debian Unstable";*/