summaryrefslogtreecommitdiff
path: root/Utils
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2008-01-13 15:16:49 +0100
committerCarlos Garnacho <carlosg@gnome.org>2008-01-13 15:16:49 +0100
commit5d0c001ce29ce2ca0c19decec0b81b7900e5e429 (patch)
tree84499818c6209e3d14e43e78fadba8fda9420bfe /Utils
parenta460359765a3cbbce70e766ce2bd09f8a239edce (diff)
Add Ubuntu 8.04 to the list.
Diffstat (limited to 'Utils')
-rw-r--r--Utils/Platform.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utils/Platform.pm b/Utils/Platform.pm
index 106c5e1..af698c1 100644
--- a/Utils/Platform.pm
+++ b/Utils/Platform.pm
@@ -40,6 +40,7 @@ my $PLATFORM_INFO = {
"ubuntu-6.10" => [ "Ubuntu Linux", "6.10", "Edgy" ],
"ubuntu-7.04" => [ "Ubuntu Linux", "7.04", "Feisty" ],
"ubuntu-7.10" => [ "Ubuntu Linux", "7.10", "Gutsy" ],
+ "ubuntu-8.04" => [ "Ubuntu Linux", "8.04", "Hardy" ],
"redhat-5.2" => [ "Red Hat Linux", "5.2", "Apollo" ],
"redhat-6.0" => [ "Red Hat Linux", "6.0", "Hedwig" ],
"redhat-6.1" => [ "Red Hat Linux", "6.1", "Cartman" ],
@@ -151,6 +152,7 @@ sub ensure_distro_map
"ubuntu-6.06" => "debian-3.0",
"ubuntu-6.10" => "debian-3.0",
"ubuntu-7.10" => "ubuntu-7.04",
+ "ubuntu-8.04" => "ubuntu-7.04",
"vine-3.1" => "vine-3.0",
"vlos-1.2" => "gentoo",
"nexenta-1.0" => "solaris-2.11",