From 115a37692ee3084d7d08488cb8ebc53f6c1f1f5a Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 22 Nov 2011 16:28:39 +0100 Subject: First update of OpenSLX base files to support new distributions (Ubuntu 11.10 and OpenSuSE 12.1), not complete though. --- tools/updateDistroInfo.suse | 56 ++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 21 deletions(-) (limited to 'tools') diff --git a/tools/updateDistroInfo.suse b/tools/updateDistroInfo.suse index ddc8a0b8..e9978081 100755 --- a/tools/updateDistroInfo.suse +++ b/tools/updateDistroInfo.suse @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright (c) 2009 - OpenSLX GmbH +# Copyright (c) 2009..2011 - OpenSLX GmbH # # This program/file is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -9,6 +9,10 @@ # # General information about OpenSLX can be found at http://openslx.org # +# ----------------------------------------------------------------------------- +# updateDistroInfo.suse +# - perl script to update the package information for OpenSuSE distribtion +# ----------------------------------------------------------------------------- use strict; use warnings; @@ -57,26 +61,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/' - }, +# { +# 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/' +# }, { ver => '11.4', @@ -86,6 +90,16 @@ my @supportedVersions = ( 'i586 x86_64', packageKeysLocation => 'http://download.opensuse.org/distribution/11.4/repo/oss/' + }, + { + ver => + '12.1', + source => + 'http://mirrors.opensuse.org/list/12.html', + supporedArch => + 'i586 x86_64', + packageKeysLocation => + 'http://download.opensuse.org/distribution/12.1/repo/oss/' } ); -- cgit v1.2.3-55-g7522