diff options
| author | Michael Janczyk | 2010-08-08 20:25:28 +0200 |
|---|---|---|
| committer | Michael Janczyk | 2010-08-08 20:25:28 +0200 |
| commit | 85b13993176b36f0e5a6e4d3fbffbee956b68f3a (patch) | |
| tree | e486a4b20ffb34e72debfbfb3284eede30713d75 /systemtools | |
| parent | Merge branch 'master' into vmgrid (diff) | |
| parent | Minor optimizations ... (diff) | |
| download | core-85b13993176b36f0e5a6e4d3fbffbee956b68f3a.tar.gz core-85b13993176b36f0e5a6e4d3fbffbee956b68f3a.tar.xz core-85b13993176b36f0e5a6e4d3fbffbee956b68f3a.zip | |
Merge branch 'master' into vmgrid
Diffstat (limited to 'systemtools')
| -rwxr-xr-x | systemtools/updateDistroInfo.suse | 20 |
1 files changed, 20 insertions, 0 deletions
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 = ( |
