summaryrefslogtreecommitdiff
path: root/Utils
diff options
context:
space:
mode:
authorcarlosg <carlosg>2007-02-19 13:37:55 +0000
committercarlosg <carlosg>2007-02-19 13:37:55 +0000
commit06834aca6285c60325e75b3384529de321a4478c (patch)
treece25e8f2ae6985fc6dc2a72e4b397501e274ed2b /Utils
parentab9e19d2f773c10d622b98f737eb53432b6bdfbe (diff)
2007-02-19 Carlos Garnacho <carlosg@gnome.org>
* Utils/Platform.pm: patch by the Guadalinex people to support Guadalinex v4 in s-t-b.
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 fe58417..c9b7ad3 100644
--- a/Utils/Platform.pm
+++ b/Utils/Platform.pm
@@ -93,6 +93,7 @@ my $PLATFORM_INFO = {
"solaris-2.11" => [ "Solaris / OpenSolaris", "2.11", "Nevada" ],
"nexenta-1.0" => [ "Nexenta GNU/Solaris", "1.0", "Ellate" ],
"yellowdog-4.1" => [ "Yellow Dog Linux", "4.1", "Sagitta" ],
+ "guadalinex-v4" => [ "Guadalinex", "v4", "Toro" ],
};
sub get_platform_info
@@ -145,6 +146,7 @@ sub ensure_distro_map
"vine-3.1" => "vine-3.0",
"vlos-1.2" => "gentoo",
"nexenta-1.0" => "solaris-2.11",
+ "guadalinex-v4" => "debian-3.0",
);
return $metamap{$distro} if ($metamap{$distro});