summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDirk2011-11-22 16:28:39 +0100
committerDirk2011-11-22 16:28:39 +0100
commit115a37692ee3084d7d08488cb8ebc53f6c1f1f5a (patch)
tree563481903996b3d14bde0ac08a2f7af1fcbcd291 /tools
parentplymouth powered bootsplash plugin (diff)
downloadcore-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.tar.gz
core-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.tar.xz
core-115a37692ee3084d7d08488cb8ebc53f6c1f1f5a.zip
First update of OpenSLX base files to support new distributions (Ubuntu 11.10 and OpenSuSE 12.1), not complete though.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/updateDistroInfo.suse56
1 files changed, 35 insertions, 21 deletions
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/'
}
);