From e490bcded890c13992db844f89dc922a788841b8 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Fri, 16 Jul 2010 19:03:43 +0200 Subject: added systems suse 11.3 scilin 5.4-5.5, todo installer packages for suse 11.3 in lib/distro-info --- systemtools/updateDistroInfo.suse | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'systemtools/updateDistroInfo.suse') diff --git a/systemtools/updateDistroInfo.suse b/systemtools/updateDistroInfo.suse index 025f102d..b877ab55 100755 --- a/systemtools/updateDistroInfo.suse +++ b/systemtools/updateDistroInfo.suse @@ -57,6 +57,26 @@ my @supportedVersions = ( packageKeysLocation => 'http://download.opensuse.org/distribution/11.1/repo/oss/' } + { + ver => + '11.2', + source => + 'http://mirrors.opensuse.org/list/11.2.html', + supporedArch => + 'i586 x86_64', + packageKeysLocation => + 'http://download.opensuse.org/distribution/11.2/repo/oss/' + } + { + ver => + '11.3', + source => + 'http://mirrors.opensuse.org/list/11.3.html', + supporedArch => + 'i586 x86_64', + packageKeysLocation => + 'http://download.opensuse.org/distribution/11.3/repo/oss/' + } ); my %sourceLists = ( -- cgit v1.2.3-55-g7522