From 401a104803e9743eb62a9485779bfa8237694c46 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 18 Nov 2011 16:47:23 +0100 Subject: plymouth powered bootsplash plugin --- src/initramfs/rootfs/bin/plymouth | Bin 0 -> 30268 bytes src/initramfs/rootfs/lib/libply-splash-core.so.2 | Bin 0 -> 59092 bytes .../rootfs/lib/libply-splash-graphics.so.2 | Bin 0 -> 26152 bytes src/initramfs/rootfs/lib/libply.so.2 | Bin 0 -> 75568 bytes src/initramfs/rootfs/lib/libpng12.so.0 | Bin 0 -> 145224 bytes src/initramfs/rootfs/lib/plymouth/details.so | Bin 0 -> 9652 bytes .../rootfs/lib/plymouth/renderers/frame-buffer.so | Bin 0 -> 17988 bytes src/initramfs/rootfs/lib/plymouth/script.so | Bin 0 -> 63496 bytes .../lib/plymouth/themes/details/details.plymouth | 4 + src/initramfs/rootfs/sbin/plymouthd | Bin 0 -> 55196 bytes .../plugins/plymouth/OpenSLX/OSPlugin/plymouth.pm | 152 +++++++++++++++++++++ src/os-plugins/plugins/plymouth/XX_plymouth.sh | 31 +++++ .../files/lib/plymouth/themes/default.plymouth | 8 ++ .../lib/plymouth/themes/unifr-rz/progress_bar.png | Bin 0 -> 173 bytes .../lib/plymouth/themes/unifr-rz/progress_box.png | Bin 0 -> 196 bytes .../plymouth/themes/unifr-rz/rz_banner_trans.png | Bin 0 -> 15730 bytes .../lib/plymouth/themes/unifr-rz/rz_logo_trans.png | Bin 0 -> 4309 bytes .../lib/plymouth/themes/unifr-rz/unifr-rz.plymouth | 9 ++ .../lib/plymouth/themes/unifr-rz/unifr-rz.script | 37 +++++ .../plymouth/init-hooks/00-started/plymouth.sh | 22 +++ .../init-hooks/40-started-hw-config/plymouth.sh | 4 + 21 files changed, 267 insertions(+) create mode 100755 src/initramfs/rootfs/bin/plymouth create mode 100644 src/initramfs/rootfs/lib/libply-splash-core.so.2 create mode 100644 src/initramfs/rootfs/lib/libply-splash-graphics.so.2 create mode 100644 src/initramfs/rootfs/lib/libply.so.2 create mode 100644 src/initramfs/rootfs/lib/libpng12.so.0 create mode 100644 src/initramfs/rootfs/lib/plymouth/details.so create mode 100644 src/initramfs/rootfs/lib/plymouth/renderers/frame-buffer.so create mode 100644 src/initramfs/rootfs/lib/plymouth/script.so create mode 100644 src/initramfs/rootfs/lib/plymouth/themes/details/details.plymouth create mode 100755 src/initramfs/rootfs/sbin/plymouthd create mode 100644 src/os-plugins/plugins/plymouth/OpenSLX/OSPlugin/plymouth.pm create mode 100644 src/os-plugins/plugins/plymouth/XX_plymouth.sh create mode 100644 src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/default.plymouth create mode 100644 src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/progress_bar.png create mode 100644 src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/progress_box.png create mode 100644 src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/rz_banner_trans.png create mode 100644 src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/rz_logo_trans.png create mode 100644 src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/unifr-rz.plymouth create mode 100644 src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/unifr-rz.script create mode 100644 src/os-plugins/plugins/plymouth/init-hooks/00-started/plymouth.sh create mode 100644 src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh diff --git a/src/initramfs/rootfs/bin/plymouth b/src/initramfs/rootfs/bin/plymouth new file mode 100755 index 00000000..28cdeb40 Binary files /dev/null and b/src/initramfs/rootfs/bin/plymouth differ diff --git a/src/initramfs/rootfs/lib/libply-splash-core.so.2 b/src/initramfs/rootfs/lib/libply-splash-core.so.2 new file mode 100644 index 00000000..ad5583ed Binary files /dev/null and b/src/initramfs/rootfs/lib/libply-splash-core.so.2 differ diff --git a/src/initramfs/rootfs/lib/libply-splash-graphics.so.2 b/src/initramfs/rootfs/lib/libply-splash-graphics.so.2 new file mode 100644 index 00000000..97c145b9 Binary files /dev/null and b/src/initramfs/rootfs/lib/libply-splash-graphics.so.2 differ diff --git a/src/initramfs/rootfs/lib/libply.so.2 b/src/initramfs/rootfs/lib/libply.so.2 new file mode 100644 index 00000000..9f5cb99f Binary files /dev/null and b/src/initramfs/rootfs/lib/libply.so.2 differ diff --git a/src/initramfs/rootfs/lib/libpng12.so.0 b/src/initramfs/rootfs/lib/libpng12.so.0 new file mode 100644 index 00000000..191f1563 Binary files /dev/null and b/src/initramfs/rootfs/lib/libpng12.so.0 differ diff --git a/src/initramfs/rootfs/lib/plymouth/details.so b/src/initramfs/rootfs/lib/plymouth/details.so new file mode 100644 index 00000000..8b1e3a86 Binary files /dev/null and b/src/initramfs/rootfs/lib/plymouth/details.so differ diff --git a/src/initramfs/rootfs/lib/plymouth/renderers/frame-buffer.so b/src/initramfs/rootfs/lib/plymouth/renderers/frame-buffer.so new file mode 100644 index 00000000..700bd97f Binary files /dev/null and b/src/initramfs/rootfs/lib/plymouth/renderers/frame-buffer.so differ diff --git a/src/initramfs/rootfs/lib/plymouth/script.so b/src/initramfs/rootfs/lib/plymouth/script.so new file mode 100644 index 00000000..dbdf404b Binary files /dev/null and b/src/initramfs/rootfs/lib/plymouth/script.so differ diff --git a/src/initramfs/rootfs/lib/plymouth/themes/details/details.plymouth b/src/initramfs/rootfs/lib/plymouth/themes/details/details.plymouth new file mode 100644 index 00000000..bd849642 --- /dev/null +++ b/src/initramfs/rootfs/lib/plymouth/themes/details/details.plymouth @@ -0,0 +1,4 @@ +[Plymouth Theme] +Name=Details +Description=Verbose fallback theme +ModuleName=details diff --git a/src/initramfs/rootfs/sbin/plymouthd b/src/initramfs/rootfs/sbin/plymouthd new file mode 100755 index 00000000..0b0d0224 Binary files /dev/null and b/src/initramfs/rootfs/sbin/plymouthd differ diff --git a/src/os-plugins/plugins/plymouth/OpenSLX/OSPlugin/plymouth.pm b/src/os-plugins/plugins/plymouth/OpenSLX/OSPlugin/plymouth.pm new file mode 100644 index 00000000..34b6241c --- /dev/null +++ b/src/os-plugins/plugins/plymouth/OpenSLX/OSPlugin/plymouth.pm @@ -0,0 +1,152 @@ +# Copyright (c) 2007..2011 - OpenSLX GmbH +# +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your suggestions, praise, or complaints to feedback@openslx.org +# +# General information about OpenSLX can be found at http://openslx.org/ +# ----------------------------------------------------------------------------- +# plymouth.pm +# ----------------------------------------------------------------------------- +package OpenSLX::OSPlugin::plymouth; + +use strict; +use warnings; + +use base qw(OpenSLX::OSPlugin::Base); + +use File::Path; + +use OpenSLX::Basics; +use OpenSLX::Utils; +use OpenSLX::DistroUtils; + +sub new +{ + my $class = shift; + + my $self = { + name => 'plymouth', + }; + + return bless $self, $class; +} + +sub getInfo +{ + my $self = shift; + + return { + description => unshiftHereDoc(<<' End-of-Here'), + Splashscreen for the boot process using plymouth. + End-of-Here + precedence => 30, + }; +} + +sub getAttrInfo +{ + my $self = shift; + + return { + 'plymouth::active' => { + applies_to_systems => 1, + applies_to_clients => 1, + description => unshiftHereDoc(<<' End-of-Here'), + should the plymouth-plugin be executed during boot? + End-of-Here + content_regex => qr{^(0|1)$}, + content_descr => '1 means active - 0 means inactive', + default => '1', + }, + + 'plymouth::theme' => { + applies_to_systems => 1, + applies_to_clients => 1, + description => unshiftHereDoc(<<' End-of-Here'), + name of the theme to apply to plymouth (default unifr-rz) + End-of-Here + content_regex => undef, + content_descr => undef, + default => 'unifr-rz', + }, + }; +} + +sub suggestAdditionalKernelParams +{ + my $self = shift; + my $makeInitRamFSEngine = shift; + + my @suggestedParams; + + # add quiet, if not already set + if (!$makeInitRamFSEngine->haveKernelParam('quiet')) { + push @suggestedParams, 'quiet'; + } + + # add splash, required by plymouth to start correctly + if (!$makeInitRamFSEngine->haveKernelParam('splash')) { + push @suggestedParams, 'splash'; + } + + return @suggestedParams; +} + +sub suggestAdditionalKernelModules +{ + my $self = shift; + my $makeInitRamFSEngine = shift; + + my @suggestedModules; + + push @suggestedModules, qw( drm drm_ms_helper ch7006 sil164 i810 i830 i915 mga nouveau r128 radeon savage sis tdfx ttm via ); + + return @suggestedModules; +} + +sub installationPhase +{ + my $self = shift; + my $info = shift; + + return; +} + +sub removalPhase +{ + my $self = shift; + my $info = shift; + + return; +} + + +sub copyRequiredFilesIntoInitramfs +{ + my $self = shift; + my $targetPath = shift; + my $attrs = shift; + my $makeInitRamFSEngine = shift; + + # TODO: multi-theme support + + my $plymouthDir = "$openslxConfig{'base-path'}/lib/plugins/plymouth"; + my $plymouthTheme = $attrs->{'plymouth::theme'} || ''; + my $themeDir = ''; + + if ($plymouthTheme) { + $themeDir = "$plymouthDir/files/lib/plymouth/themes/$plymouthTheme"; + } + + $makeInitRamFSEngine->addCMD( + "cp -p $plymouthDir/files/lib/plymouth/themes/default.plymouth $targetPath/lib/plymouth/themes + cp -rp $themeDir $targetPath/lib/plymouth/themes" + ); + + return; +} + +1; diff --git a/src/os-plugins/plugins/plymouth/XX_plymouth.sh b/src/os-plugins/plugins/plymouth/XX_plymouth.sh new file mode 100644 index 00000000..f9927eae --- /dev/null +++ b/src/os-plugins/plugins/plymouth/XX_plymouth.sh @@ -0,0 +1,31 @@ +# Copyright (c) 2007..2008 - RZ Uni Freiburg +# Copyright (c) 2008 - 2009 OpenSLX GmbH +# +# This program/file is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your feedback to feedback@openslx.org +# +# General information about OpenSLX can be found at http://openslx.org +# +# stage3 part of 'plymouth' plugin +# +# script is included from init via the "." load function - thus it has all +# variables and functions available + +if [ -e /initramfs/plugin-conf/plymouth.conf ]; then + . /initramfs/plugin-conf/plymouth.conf + if [ $plymouth_active -ne 0 ]; then + [ $DEBUGLEVEL -gt 0 ] && echo "executing the 'plymouth' plugin..."; + + if [ -f /mnt/etc/init/kdm.conf ]; + then + sed 's/exec kdm/plymouth quit \n exec kdm/g' -i /mnt/etc/init/kdm.conf + else + sed 's/exec kdm/plymouth quit \n exec kdm/g' -i /mnt/etc/init.inactive/kdm.conf + fi + [ $DEBUGLEVEL -gt 0 ] && echo "done with the 'plymouth' plugin..."; + fi +fi + diff --git a/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/default.plymouth b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/default.plymouth new file mode 100644 index 00000000..bc669108 --- /dev/null +++ b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/default.plymouth @@ -0,0 +1,8 @@ +[Plymouth Theme] +Name=Uni-Freiburg Basic Theme +Description=Uni-Freiburg simple blue-ish theme with simple progress bar +ModuleName=script + +[script] +ImageDir=/lib/plymouth/themes/unifr-rz +ScriptFile=/lib/plymouth/themes/unifr-rz/unifr-rz.script diff --git a/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/progress_bar.png b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/progress_bar.png new file mode 100644 index 00000000..dd1e747a Binary files /dev/null and b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/progress_bar.png differ diff --git a/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/progress_box.png b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/progress_box.png new file mode 100644 index 00000000..c485cfbc Binary files /dev/null and b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/progress_box.png differ diff --git a/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/rz_banner_trans.png b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/rz_banner_trans.png new file mode 100644 index 00000000..9cb68040 Binary files /dev/null and b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/rz_banner_trans.png differ diff --git a/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/rz_logo_trans.png b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/rz_logo_trans.png new file mode 100644 index 00000000..16b069cc Binary files /dev/null and b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/rz_logo_trans.png differ diff --git a/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/unifr-rz.plymouth b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/unifr-rz.plymouth new file mode 100644 index 00000000..0f300f6b --- /dev/null +++ b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/unifr-rz.plymouth @@ -0,0 +1,9 @@ +[Plymouth Theme] +Name=Simple RZ Theme +Description=Simple blue RZ theme with progress bar. +ModuleName=script + +[script] +ImageDir=/lib/plymouth/themes/unifr-rz +ScriptFile=/lib/plymouth/themes/unifr-rz/unifr-rz.script + diff --git a/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/unifr-rz.script b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/unifr-rz.script new file mode 100644 index 00000000..00b6970a --- /dev/null +++ b/src/os-plugins/plugins/plymouth/files/lib/plymouth/themes/unifr-rz/unifr-rz.script @@ -0,0 +1,37 @@ +Window.SetBackgroundTopColor(0.00, 0.21, 0.57); +#Window.SetBackgroundBottomColor(0.00, 0.17, 0.95); + +title_left_image = Image("rz_banner_trans.png"); +title_right_image = Image("rz_logo_trans.png"); +title_left_sprite = Sprite(title_left_image); +title_right_sprite = Sprite(title_right_image); +screen_width = Window.GetWidth(); + +title_right_sprite.SetX(screen_width - title_right_image.GetWidth()); + +#----------------------------------------- Progress Bar -------------------------------- + +progress_box.image = Image("progress_box.png"); +progress_box.sprite = Sprite(progress_box.image); + +progress_box.x = Window.GetWidth() / 2 - progress_box.image.GetWidth() / 2; +progress_box.y = Window.GetHeight() * 0.75 - progress_box.image.GetHeight() / 2; +progress_box.sprite.SetPosition(progress_box.x, progress_box.y, 0); + +progress_bar.original_image = Image("progress_bar.png"); +progress_bar.sprite = Sprite(); + +progress_bar.x = Window.GetWidth() / 2 - progress_bar.original_image.GetWidth() / 2; +progress_bar.y = Window.GetHeight() / 2 * 1.5 - progress_box.image.GetHeight() / 2 + (progress_box.image.GetHeight() - progress_bar.original_image.GetHeight()) / 2; +progress_bar.sprite.SetPosition(progress_bar.x, progress_bar.y, 1); + +fun progress_callback (duration, progress) + { + if (progress_bar.image.GetWidth () != Math.Int (progress_bar.original_image.GetWidth () * progress)) + { + progress_bar.image = progress_bar.original_image.Scale(progress_bar.original_image.GetWidth(progress_bar.original_image) * progress, progress_bar.original_image.GetHeight()); + progress_bar.sprite.SetImage (progress_bar.image); + } + } + +Plymouth.SetBootProgressFunction(progress_callback); diff --git a/src/os-plugins/plugins/plymouth/init-hooks/00-started/plymouth.sh b/src/os-plugins/plugins/plymouth/init-hooks/00-started/plymouth.sh new file mode 100644 index 00000000..ab8c9346 --- /dev/null +++ b/src/os-plugins/plugins/plymouth/init-hooks/00-started/plymouth.sh @@ -0,0 +1,22 @@ + ( hwinfo --gfxcard >/etc/hwinfo.gfxcard + case $(cat /etc/hwinfo.gfxcard) in + *i915*) + modprobe -a ${MODPRV} i915 2>/dev/null + ;; + *intel*|*Intel*) + modprobe -a ${MODPRV} i810 i830 i915 2>/dev/null + ;; + *nvidia*|*NVidia*|*nouveau*) + modprobe ${MODPRV} nouveau 2>/dev/null + ;; + *radeon*|*Radeon*) + modprobe ${MODPRV} radeon 2>/dev/null + ;; + *mga*|*matrox*|*Matrox*) + modprobe ${MODPRV} mga 2>/dev/null + ;; + *) + modprobe -a ${MODPRV} r128 savage sis tdfx ttm via + ;; + esac + modprobe -a drm fbcon; mdev -s ) & diff --git a/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh b/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh new file mode 100644 index 00000000..97094a07 --- /dev/null +++ b/src/os-plugins/plugins/plymouth/init-hooks/40-started-hw-config/plymouth.sh @@ -0,0 +1,4 @@ +plymouthd && plymouth show-splash + +echo "Plymouth init hook successfully called!" >> /tmp/plymouth.log +echo "Plymouth init hook successfully called!" -- cgit v1.2.3-55-g7522 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. --- src/installer/OpenSLX/OSSetup/Engine.pm | 6 +- .../distro-info/suse-12.1/export-filter.example | 15 + src/lib/distro-info/suse-12.1/mirrors/base | 246 +++++ src/lib/distro-info/suse-12.1/mirrors/base_non-oss | 238 +++++ src/lib/distro-info/suse-12.1/mirrors/base_update | 246 +++++ .../distro-info/suse-12.1/prereqfiles/etc/group | 33 + .../distro-info/suse-12.1/prereqfiles/etc/hosts | 1 + .../distro-info/suse-12.1/prereqfiles/etc/passwd | 14 + .../distro-info/suse-12.1/prereqfiles/etc/shadow | 14 + src/lib/distro-info/suse-12.1/settings.default | 1126 ++++++++++++++++++++ src/lib/distro-info/suse-12.1/settings.example | 23 + .../gpg-pubkey-0dfb3188-41ed929b.asc | 17 + .../gpg-pubkey-307e3d54-4be01a65.asc | 13 + .../gpg-pubkey-3d25d3d9-36e12d04.asc | 30 + .../gpg-pubkey-3dbdc284-4be1884d.asc | 19 + .../gpg-pubkey-56b4177a-4be18cab.asc | 19 + .../gpg-pubkey-7e2e3b05-4be037ca.asc | 18 + .../gpg-pubkey-9c800aca-4be01999.asc | 30 + .../gpg-pubkey-a1912208-446a0899.asc | 31 + .../suse-12.1/trusted-package-keys/pubring.gpg | Bin 0 -> 6490 bytes src/lib/distro-info/ubuntu-11.10/mirrors/base | 162 +++ .../distro-info/ubuntu-11.10/mirrors/base_security | 162 +++ .../distro-info/ubuntu-11.10/mirrors/base_updates | 171 +++ .../distro-info/ubuntu-11.10/prereqfiles/etc/hosts | 1 + src/lib/distro-info/ubuntu-11.10/settings.default | 76 ++ src/lib/distro-info/ubuntu-11.10/settings.example | 23 + tools/updateDistroInfo.suse | 56 +- 27 files changed, 2766 insertions(+), 24 deletions(-) create mode 100644 src/lib/distro-info/suse-12.1/export-filter.example create mode 100644 src/lib/distro-info/suse-12.1/mirrors/base create mode 100644 src/lib/distro-info/suse-12.1/mirrors/base_non-oss create mode 100644 src/lib/distro-info/suse-12.1/mirrors/base_update create mode 100644 src/lib/distro-info/suse-12.1/prereqfiles/etc/group create mode 100644 src/lib/distro-info/suse-12.1/prereqfiles/etc/hosts create mode 100644 src/lib/distro-info/suse-12.1/prereqfiles/etc/passwd create mode 100644 src/lib/distro-info/suse-12.1/prereqfiles/etc/shadow create mode 100644 src/lib/distro-info/suse-12.1/settings.default create mode 100644 src/lib/distro-info/suse-12.1/settings.example create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-307e3d54-4be01a65.asc create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3dbdc284-4be1884d.asc create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-56b4177a-4be18cab.asc create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-7e2e3b05-4be037ca.asc create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-9c800aca-4be01999.asc create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc create mode 100644 src/lib/distro-info/suse-12.1/trusted-package-keys/pubring.gpg create mode 100644 src/lib/distro-info/ubuntu-11.10/mirrors/base create mode 100644 src/lib/distro-info/ubuntu-11.10/mirrors/base_security create mode 100644 src/lib/distro-info/ubuntu-11.10/mirrors/base_updates create mode 100644 src/lib/distro-info/ubuntu-11.10/prereqfiles/etc/hosts create mode 100644 src/lib/distro-info/ubuntu-11.10/settings.default create mode 100644 src/lib/distro-info/ubuntu-11.10/settings.example diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm index a3e4c1be..4dc0f917 100644 --- a/src/installer/OpenSLX/OSSetup/Engine.pm +++ b/src/installer/OpenSLX/OSSetup/Engine.pm @@ -62,6 +62,8 @@ use vars qw(%supportedDistros); 'suse-11.3_x86_64' => 'clone,update,shell', 'suse-11.4' => 'clone,install,update,shell', 'suse-11.4_x86_64' => 'clone,update,shell', + 'suse-12.1' => 'clone,install,update,shell', + 'suse-12.1_x86_64' => 'clone,update,shell', 'scilin-4.7' => 'clone,update,shell', 'scilin-5.3' => 'clone,update,shell', 'scilin-5.4_x86_64' => 'clone,update,shell', @@ -75,11 +77,9 @@ use vars qw(%supportedDistros); 'ubuntu-9.10' => 'clone,install,update,shell', 'ubuntu-9.10_amd64' => 'clone,update,shell', 'ubuntu-10.04' => 'clone,install,update,shell', - 'ubuntu-10.04_amd64'=> 'clone,update,shell', 'ubuntu-10.10' => 'clone,install,update,shell', - 'ubuntu-10.10_amd64'=> 'clone,update,shell', 'ubuntu-11.04' => 'clone,install,update,shell', - 'ubuntu-11.04_amd64'=> 'clone,update,shell', + 'ubuntu-11.10' => 'clone,install,update,shell', 'linuxmint-10' => 'clone,update,shell', 'linuxmint-11' => 'clone,update,shell', ); diff --git a/src/lib/distro-info/suse-12.1/export-filter.example b/src/lib/distro-info/suse-12.1/export-filter.example new file mode 100644 index 00000000..a414fef4 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/export-filter.example @@ -0,0 +1,15 @@ +# this file defines the filter rules used when exporting a vendor-OS +# of this distro +# +# copy this file to 'export-filter' and add your own filters to it +# in order to overrule the filters provided by openslx +# +#Examples: +# the following line would include anything below /var/spool/ +#+ /var/spool/* +# +# this would exclude anything in /etc that starts with dhcpd.conf +#- /etc/dhcpd.conf* +# +# and this would exclude all rpmnew-files: +#- *.rpmnew diff --git a/src/lib/distro-info/suse-12.1/mirrors/base b/src/lib/distro-info/suse-12.1/mirrors/base new file mode 100644 index 00000000..f99d7bbc --- /dev/null +++ b/src/lib/distro-info/suse-12.1/mirrors/base @@ -0,0 +1,246 @@ +http://opensuse.mirror.ac.za/opensuse/distribution/12.1/repo/oss +http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/12.1/repo/oss +http://mirror.alva.ge/pub/opensuse/distribution/12.1/repo/oss +http://fundawang.lcuc.org.cn/opensuse/distribution/12.1/repo/oss +http://mirrors.sohu.com/opensuse/distribution/12.1/repo/oss +http://mirrors.ustc.edu.cn/opensuse/distribution/12.1/repo/oss +ftp://opensuse.mirror.ac.za/opensuse/distribution/12.1/repo/oss +http://mirror.alva.ge/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/12.1/repo/oss +http://mirror.linux.or.id/linux/opensuse/distribution/12.1/repo/oss +http://opensuse.idrepo.or.id/opensuse/distribution/12.1/repo/oss +http://repo.ugm.ac.id/opensuse/distribution/12.1/repo/oss +http://mirror.isoc.org.il/pub/opensuse/distribution/12.1/repo/oss +ftp://repo.ugm.ac.id/opensuse/distribution/12.1/repo/oss +ftp://mirror.isoc.org.il/opensuse/distribution/12.1/repo/oss +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/12.1/repo/oss +ftp://mirrors.ustc.edu.cn/opensuse/distribution/12.1/repo/oss +http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/12.1/repo/oss +ftp://dl2.foss-id.web.id/repo/opensuse/distribution/12.1/repo/oss +http://ftp.novell.co.jp/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/12.1/repo/oss +http://ftp.riken.jp/Linux/opensuse/distribution/12.1/repo/oss +http://dl2.foss-id.web.id/opensuse/distribution/12.1/repo/oss +ftp://ftp.kddilabs.jp/Linux/packages/opensusedistribution/12.1/repo/oss +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.daum.net/opensuse/distribution/12.1/repo/oss +ftp://ftp.novell.co.jp/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.riken.jp/Linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/12.1/repo/oss +http://mirror.suse.ru/distribution/12.1/repo/oss +ftp://ftp.daum.net/opensuse/distribution/12.1/repo/oss +http://93.158.155.193/opensuse/distribution/12.1/repo/oss +ftp://allotter.yandex.net/opensuse/distribution/12.1/repo/oss +http://77.88.19.74/opensuse/distribution/12.1/repo/oss +http://77.88.19.73/opensuse/distribution/12.1/repo/oss +ftp://dispenser.yandex.net/opensuse/distribution/12.1/repo/oss +ftp://seeder.yandex.net/opensuse/distribution/12.1/repo/oss +http://77.88.19.68/opensuse/distribution/12.1/repo/oss +ftp://spreader.yandex.net/opensuse/distribution/12.1/repo/oss +http://mirrors.isu.net.sa/pub/opensuse/distribution/12.1/repo/oss +ftp://mirrors.isu.net.sa/pub/opensuse/distribution/12.1/repo/oss +http://ftp.linux.org.tr/opensuse/distribution/12.1/repo/oss +http://ftp.metu.edu.tr/opensuse/distribution/12.1/repo/oss +ftp://ftp.linux.org.tr/opensuse/distribution/12.1/repo/oss +ftp://ftp.metu.edu.tr/opensuse/distribution/12.1/repo/oss +http://ftp.twaren.net/Linux/OpenSuSE/distribution/12.1/repo/oss +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/12.1/repo/oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/12.1/repo/oss +http://ftp.tugraz.at/mirror/opensuse/distribution/12.1/repo/oss +ftp://ftp.tugraz.at/mirror/opensuse/distribution/12.1/repo/oss +http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/12.1/repo/oss +http://suse.inode.at/opensuse/distribution/12.1/repo/oss +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/12.1/repo/oss +ftp://suse.inode.at/opensuse/distribution/12.1/repo/oss +http://mirror.opensuse.com.ba/opensuse/distribution/12.1/repo/oss +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/12.1/repo/oss +http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/12.1/repo/oss +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/12.1/repo/oss +http://mirror.bgadmin.com/distribution/12.1/repo/oss +http://ftp.byfly.by/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.byfly.by/pub/opensuse/distribution/12.1/repo/oss +http://mirror.switch.ch/ftp/mirror/opensuse/distribution/12.1/repo/oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/12.1/repo/oss +http://ftp.linux.cz/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/12.1/repo/oss +ftp://ftp.linux.cz/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/12.1/repo/oss +http://mirror.karneval.cz/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/12.1/repo/oss +http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/12.1/repo/oss +ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/12.1/repo/oss +http://ftp4.gwdg.de/pub/opensuse/distribution/12.1/repo/oss +http://ftp3.gwdg.de/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp4.gwdg.de/pub/opensuse/distribution/12.1/repo/oss +http://ftp5.gwdg.de/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp5.gwdg.de/pub/opensuse/distribution/12.1/repo/oss +http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/12.1/repo/oss +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/12.1/repo/oss +http://widehat.opensuse.org/distribution/12.1/repo/oss +http://opensuse.intergenia.de/distribution/12.1/repo/oss +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/12.1/repo/oss +http://www.opensuse-education.org/opensuse/distribution/12.1/repo/oss +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.halifax.rwth-aachen.de/opensuse/distribution/12.1/repo/oss +http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/distribution/12.1/repo/oss +ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/12.1/repo/oss +http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/12.1/repo/oss +ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/12.1/repo/oss +http://ftp.uni-bayreuth.de/linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/12.1/repo/oss +http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/12.1/repo/oss +http://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/12.1/repo/oss +ftp://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/12.1/repo/oss +http://ftp.uni-kl.de/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.uni-kassel.de/opensuse/distribution/12.1/repo/oss +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/12.1/repo/oss +ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/12.1/repo/oss +http://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.uni-siegen.de/opensuse/distribution/12.1/repo/oss +http://ftp.uni-ulm.de/mirrors/opensuse/distribution/12.1/repo/oss +ftp://ftp.uni-siegen.de/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/12.1/repo/oss +http://ftp.klid.dk/ftp/opensuse/distribution/12.1/repo/oss +ftp://ftp.klid.dk/opensuse/distribution/12.1/repo/oss +http://ftp.estpak.ee/pub/suse/opensuse/distribution/12.1/repo/oss +http://ftp.linux.ee/pub/opensuse/distribution/12.1/repo/oss +http://suse.bifi.unizar.es/opensuse/distribution/12.1/repo/oss +http://ftp.gui.uva.es/sites/opensuse.org/distribution/12.1/repo/oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/12.1/repo/oss +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/12.1/repo/oss +http://fr2.rpmfind.net/linux/opensuse/distribution/12.1/repo/oss +http://opensuse.cict.fr/distribution/12.1/repo/oss +http://opensuse.mirrors.proxad.net/opensuse/distribution/12.1/repo/oss +ftp://fr2.rpmfind.net/linux/opensuse/distribution/12.1/repo/oss +ftp://mirror.cict.fr/opensuse/distribution/12.1/repo/oss +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/oss +http://mirror.ovh.net/opensuse/distribution/12.1/repo/oss +ftp://mirror.ovh.net/opensuse/distribution/12.1/repo/oss +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/12.1/repo/oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/12.1/repo/oss +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/12.1/repo/oss +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/12.1/repo/oss +ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/12.1/repo/oss +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/12.1/repo/oss +http://ftp.ntua.gr/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/12.1/repo/oss +http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/12.1/repo/oss +ftp://ftp.ntua.gr/pub/linux/opensusedistribution/12.1/repo/oss +http://roxen.integrity.hu/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/12.1/repo/oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/12.1/repo/oss +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/oss +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/oss +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/12.1/repo/oss +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/oss +ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/oss +http://spo1.linux.edu.lv/opensuse/distribution/12.1/repo/oss +ftp://opensuse.mirror.garr.it/mirrors/opensusedistribution/12.1/repo/oss +ftp://spo1.linux.edu.lv/opensuse/distribution/12.1/repo/oss +http://repo1.linux.edu.lv/distribution/12.1/repo/oss +http://repo.fedora.md/mirrors/opensuse/distribution/12.1/repo/oss +ftp://repo1.linux.edu.lv/distribution/12.1/repo/oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/12.1/repo/oss +ftp://ftp.fedora.md/mirrors/opensuse/distribution/12.1/repo/oss +ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/12.1/repo/oss +http://mirror.leaseweb.com/opensuse/distribution/12.1/repo/oss +ftp://mirror.leaseweb.com/opensuse/distribution/12.1/repo/oss +http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/12.1/repo/oss +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/12.1/repo/oss +http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/12.1/repo/oss +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/12.1/repo/oss +http://opensuse.hro.nl/opensuse/distribution/12.1/repo/oss +ftp://opensuse.hro.nl/opensuse/distribution/12.1/repo/oss +http://opensuse.uib.no/distribution/12.1/repo/oss +http://ftp.uninett.no/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/distribution/12.1/repo/oss +ftp://ftp.uninett.no/pub/linux/opensuse/distribution/12.1/repo/oss +http://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/12.1/repo/oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/12.1/repo/oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/12.1/repo/oss +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/12.1/repo/oss +ftp://ftp.pbone.net/pub/opensuse/distribution/12.1/repo/oss +http://ftp.sileman.pl/pub/opensuse/distribution/12.1/repo/oss +ftp://ftp.sileman.pl/pub/opensuse/distribution/12.1/repo/oss +http://ftp.isr.ist.utl.pt/pub/opensuse/distribution/12.1/repo/oss +http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/12.1/repo/oss +http://lisa.gov.pt/ftp/opensuse/distribution/12.1/repo/oss +ftp://ftp.isr.ist.utl.pt/pub/opensuse/distribution/12.1/repo/oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/12.1/repo/oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/12.1/repo/oss +http://ftp.gts.lug.ro/opensuse/distribution/12.1/repo/oss +ftp://ftp.gts.lug.ro/opensuse/distribution/12.1/repo/oss +ftp://cesium.di.uminho.pt/pub/opensuse/distribution/12.1/repo/oss +http://ftp.ines.lug.ro/opensuse/distribution/12.1/repo/oss +ftp://ftp.ines.lug.ro/opensuse/distribution/12.1/repo/oss +http://ftp.roedu.net/mirrors/opensuse.org/distribution/12.1/repo/oss +ftp://ftp.roedu.net/mirrors/opensuse.org/distribution/12.1/repo/oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/12.1/repo/oss +http://ftp.df.lth.se/pub/opensuse/distribution/12.1/repo/oss +ftp://mirrors.se.eu.kernel.org/opensuse/distribution/12.1/repo/oss +http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/12.1/repo/oss +ftp://ftp.df.lth.se/pub/opensusedistribution/12.1/repo/oss +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/12.1/repo/oss +http://opensuse.ynet.sk/distribution/12.1/repo/oss +http://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/12.1/repo/oss +ftp://opensuse.ynet.sk/distribution/12.1/repo/oss +ftp://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/12.1/repo/oss +http://mirror.csclub.uwaterloo.ca/opensuse/distribution/12.1/repo/oss +http://mirror.anl.gov/pub/opensuse/opensuse/distribution/12.1/repo/oss +http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/12.1/repo/oss +ftp://mirror.csclub.uwaterloo.ca/opensuse/distribution/12.1/repo/oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/12.1/repo/oss +http://opensuse.mirror.freedomvoice.com/distribution/12.1/repo/oss +http://linux.dell.com/repo/community/distribution/12.1/repo/oss +ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/12.1/repo/oss +http://www.gtlib.gatech.edu/pub/opensuse/distribution/12.1/repo/oss +http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/12.1/repo/oss +http://ftp.ussg.iu.edu/linux/opensuse/distribution/12.1/repo/oss +ftp://mirror.freedomvoice.com/opensusedistribution/12.1/repo/oss +ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/12.1/repo/oss +http://mirrors2.kernel.org/opensuse/distribution/12.1/repo/oss +http://mirrors1.kernel.org/opensuse/distribution/12.1/repo/oss +http://mirror.metrocast.net/opensuse/distribution/12.1/repo/oss +http://130.57.19.201/distribution/12.1/repo/oss +ftp://mirrors2.kernel.org/opensuse/distribution/12.1/repo/oss +ftp://130.57.19.201/pub/opensuse/distribution/12.1/repo/oss +http://ftp.osuosl.org/pub/opensuse/distribution/12.1/repo/oss +http://mirror.rackspace.com/openSUSE/distribution/12.1/repo/oss +http://mirrors.rit.edu/opensuse/distribution/12.1/repo/oss +ftp://mirror.rackspace.com/openSUSE/distribution/12.1/repo/oss +ftp://mirrors1.kernel.org/opensuse/distribution/12.1/repo/oss +http://suse.mirrors.tds.net/pub/opensuse/distribution/12.1/repo/oss +http://mirror.umoss.org/opensuse/distribution/12.1/repo/oss +http://ftp.utexas.edu/opensuse/distribution/12.1/repo/oss +ftp://ftp.osuosl.org/pub/opensuse/distribution/12.1/repo/oss +http://opensuse.cs.utah.edu/distribution/12.1/repo/oss +http://mirrors.xmission.com/opensuse/distribution/12.1/repo/oss +ftp://ftp.utexas.edu/mirrors/opensuse/distribution/12.1/repo/oss +ftp://opensuse.cs.utah.edu/opensuse/distribution/12.1/repo/oss +ftp://mirrors.xmission.com/opensuse/distribution/12.1/repo/oss +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/12.1/repo/oss +http://opensuse.mirror.aussiehq.net.au/distribution/12.1/repo/oss +http://ftp.iinet.net.au/pub/opensuse/distribution/12.1/repo/oss +http://mirror.internode.on.net/pub/opensuse/distribution/12.1/repo/oss +http://ftp.netspace.net.au/pub/opensuse/distribution/12.1/repo/oss +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/12.1/repo/oss +ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/distribution/12.1/repo/oss +http://mirror.optus.net/opensuse/distribution/12.1/repo/oss +http://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/12.1/repo/oss +http://opensuse.c3sl.ufpr.br/distribution/12.1/repo/oss +ftp://ftp.iinet.net.au/pub/opensuse/distribution/12.1/repo/oss +ftp://mirror.internode.on.net/pub/opensuse/distribution/12.1/repo/oss +ftp://mirror.optus.net/opensuse/distribution/12.1/repo/oss +ftp://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/12.1/repo/oss +ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/12.1/repo/oss diff --git a/src/lib/distro-info/suse-12.1/mirrors/base_non-oss b/src/lib/distro-info/suse-12.1/mirrors/base_non-oss new file mode 100644 index 00000000..0dafd8a6 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/mirrors/base_non-oss @@ -0,0 +1,238 @@ +http://opensuse.mirror.ac.za/opensuse/distribution/12.1/repo/non-oss +http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/12.1/repo/non-oss +http://mirror.alva.ge/pub/opensuse/distribution/12.1/repo/non-oss +http://fundawang.lcuc.org.cn/opensuse/distribution/12.1/repo/non-oss +http://mirrors.sohu.com/opensuse/distribution/12.1/repo/non-oss +http://mirror.alva.ge/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/12.1/repo/non-oss +http://mirror.linux.or.id/linux/opensuse/distribution/12.1/repo/non-oss +http://opensuse.idrepo.or.id/opensuse/distribution/12.1/repo/non-oss +http://repo.ugm.ac.id/opensuse/distribution/12.1/repo/non-oss +http://mirrors.ustc.edu.cn/opensuse/distribution/12.1/repo/non-oss +http://mirror.isoc.org.il/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/12.1/repo/non-oss +http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/12.1/repo/non-oss +ftp://dl2.foss-id.web.id/repo/opensuse/distribution/12.1/repo/non-oss +http://ftp.novell.co.jp/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/12.1/repo/non-oss +http://ftp.riken.jp/Linux/opensuse/distribution/12.1/repo/non-oss +http://dl2.foss-id.web.id/opensuse/distribution/12.1/repo/non-oss +ftp://repo.ugm.ac.id/opensuse/distribution/12.1/repo/non-oss +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.daum.net/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.novell.co.jp/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.riken.jp/Linux/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://mirror.suse.ru/distribution/12.1/repo/non-oss +ftp://ftp.daum.net/opensuse/distribution/12.1/repo/non-oss +http://93.158.155.193/opensuse/distribution/12.1/repo/non-oss +http://77.88.19.74/opensuse/distribution/12.1/repo/non-oss +http://77.88.19.73/opensuse/distribution/12.1/repo/non-oss +ftp://dispenser.yandex.net/opensuse/distribution/12.1/repo/non-oss +ftp://seeder.yandex.net/opensuse/distribution/12.1/repo/non-oss +http://77.88.19.68/opensuse/distribution/12.1/repo/non-oss +http://mirrors.isu.net.sa/pub/opensuse/distribution/12.1/repo/non-oss +ftp://mirrors.isu.net.sa/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.linux.org.tr/opensuse/distribution/12.1/repo/non-oss +http://ftp.metu.edu.tr/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.linux.org.tr/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.metu.edu.tr/opensuse/distribution/12.1/repo/non-oss +http://ftp.twaren.net/Linux/OpenSuSE/distribution/12.1/repo/non-oss +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/12.1/repo/non-oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/12.1/repo/non-oss +http://ftp.tugraz.at/mirror/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.tugraz.at/mirror/opensuse/distribution/12.1/repo/non-oss +http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/12.1/repo/non-oss +http://suse.inode.at/opensuse/distribution/12.1/repo/non-oss +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/12.1/repo/non-oss +ftp://suse.inode.at/opensuse/distribution/12.1/repo/non-oss +http://mirror.opensuse.com.ba/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/12.1/repo/non-oss +http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/12.1/repo/non-oss +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/12.1/repo/non-oss +http://mirror.bgadmin.com/distribution/12.1/repo/non-oss +http://ftp.byfly.by/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.byfly.by/pub/opensuse/distribution/12.1/repo/non-oss +http://mirror.switch.ch/ftp/mirror/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/12.1/repo/non-oss +http://ftp.linux.cz/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.linux.cz/pub/linux/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/12.1/repo/non-oss +http://mirror.karneval.cz/pub/linux/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/12.1/repo/non-oss +ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/12.1/repo/non-oss +http://ftp4.gwdg.de/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp3.gwdg.de/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp4.gwdg.de/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp5.gwdg.de/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp5.gwdg.de/pub/opensuse/distribution/12.1/repo/non-oss +http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/12.1/repo/non-oss +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/12.1/repo/non-oss +http://widehat.opensuse.org/distribution/12.1/repo/non-oss +http://opensuse.intergenia.de/distribution/12.1/repo/non-oss +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://www.opensuse-education.org/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.halifax.rwth-aachen.de/opensuse/distribution/12.1/repo/non-oss +http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/distribution/12.1/repo/non-oss +ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/12.1/repo/non-oss +http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.uni-bayreuth.de/linux/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/12.1/repo/non-oss +http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/12.1/repo/non-oss +http://ftp.uni-kl.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.uni-kassel.de/opensuse/distribution/12.1/repo/non-oss +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/12.1/repo/non-oss +http://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.uni-siegen.de/opensuse/distribution/12.1/repo/non-oss +http://ftp.uni-ulm.de/mirrors/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uni-siegen.de/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/12.1/repo/non-oss +http://ftp.klid.dk/ftp/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.klid.dk/opensuse/distribution/12.1/repo/non-oss +http://ftp.estpak.ee/pub/suse/opensuse/distribution/12.1/repo/non-oss +http://ftp.linux.ee/pub/opensuse/distribution/12.1/repo/non-oss +http://suse.bifi.unizar.es/opensuse/distribution/12.1/repo/non-oss +http://ftp.gui.uva.es/sites/opensuse.org/distribution/12.1/repo/non-oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/12.1/repo/non-oss +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/12.1/repo/non-oss +http://fr2.rpmfind.net/linux/opensuse/distribution/12.1/repo/non-oss +http://opensuse.cict.fr/distribution/12.1/repo/non-oss +http://opensuse.mirrors.proxad.net/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.cict.fr/opensuse/distribution/12.1/repo/non-oss +ftp://fr2.rpmfind.net/linux/opensuse/distribution/12.1/repo/non-oss +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/non-oss +http://mirror.ovh.net/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.ovh.net/opensuse/distribution/12.1/repo/non-oss +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/12.1/repo/non-oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/12.1/repo/non-oss +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/12.1/repo/non-oss +ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/12.1/repo/non-oss +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.ntua.gr/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/12.1/repo/non-oss +http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.ntua.gr/pub/linux/opensusedistribution/12.1/repo/non-oss +http://roxen.integrity.hu/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/12.1/repo/non-oss +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/non-oss +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/12.1/repo/non-oss +ftp://opensuse.mirror.garr.it/mirrors/opensusedistribution/12.1/repo/non-oss +http://spo1.linux.edu.lv/opensuse/distribution/12.1/repo/non-oss +ftp://spo1.linux.edu.lv/opensuse/distribution/12.1/repo/non-oss +http://repo1.linux.edu.lv/distribution/12.1/repo/non-oss +http://repo.fedora.md/mirrors/opensuse/distribution/12.1/repo/non-oss +ftp://repo1.linux.edu.lv/distribution/12.1/repo/non-oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.fedora.md/mirrors/opensuse/distribution/12.1/repo/non-oss +ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/12.1/repo/non-oss +http://mirror.leaseweb.com/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.leaseweb.com/opensuse/distribution/12.1/repo/non-oss +http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/12.1/repo/non-oss +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/12.1/repo/non-oss +http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/12.1/repo/non-oss +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/12.1/repo/non-oss +http://opensuse.hro.nl/opensuse/distribution/12.1/repo/non-oss +ftp://opensuse.hro.nl/opensuse/distribution/12.1/repo/non-oss +http://opensuse.uib.no/distribution/12.1/repo/non-oss +http://ftp.uninett.no/pub/linux/opensuse/distribution/12.1/repo/non-oss +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.uninett.no/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.pbone.net/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.sileman.pl/pub/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.sileman.pl/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.isr.ist.utl.pt/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.isr.ist.utl.pt/pub/opensuse/distribution/12.1/repo/non-oss +http://lisa.gov.pt/ftp/opensuse/distribution/12.1/repo/non-oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.gts.lug.ro/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.gts.lug.ro/opensuse/distribution/12.1/repo/non-oss +http://ftp.ines.lug.ro/opensuse/distribution/12.1/repo/non-oss +ftp://cesium.di.uminho.pt/pub/opensuse/distribution/12.1/repo/non-oss +http://ftp.roedu.net/mirrors/opensuse.org/distribution/12.1/repo/non-oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.ines.lug.ro/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.roedu.net/mirrors/opensuse.org/distribution/12.1/repo/non-oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/12.1/repo/non-oss +http://ftp.df.lth.se/pub/opensuse/distribution/12.1/repo/non-oss +ftp://mirrors.se.eu.kernel.org/opensuse/distribution/12.1/repo/non-oss +http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.df.lth.se/pub/opensusedistribution/12.1/repo/non-oss +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/12.1/repo/non-oss +http://opensuse.ynet.sk/distribution/12.1/repo/non-oss +http://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/12.1/repo/non-oss +ftp://opensuse.ynet.sk/distribution/12.1/repo/non-oss +http://mirror.csclub.uwaterloo.ca/opensuse/distribution/12.1/repo/non-oss +http://mirror.anl.gov/pub/opensuse/opensuse/distribution/12.1/repo/non-oss +http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.csclub.uwaterloo.ca/opensuse/distribution/12.1/repo/non-oss +http://opensuse.mirror.freedomvoice.com/distribution/12.1/repo/non-oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/12.1/repo/non-oss +http://linux.dell.com/repo/community/distribution/12.1/repo/non-oss +ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/12.1/repo/non-oss +http://www.gtlib.gatech.edu/pub/opensuse/distribution/12.1/repo/non-oss +http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/12.1/repo/non-oss +http://ftp.ussg.iu.edu/linux/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.freedomvoice.com/opensusedistribution/12.1/repo/non-oss +ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/12.1/repo/non-oss +http://mirrors2.kernel.org/opensuse/distribution/12.1/repo/non-oss +http://mirrors1.kernel.org/opensuse/distribution/12.1/repo/non-oss +http://mirror.metrocast.net/opensuse/distribution/12.1/repo/non-oss +http://130.57.19.201/distribution/12.1/repo/non-oss +ftp://mirrors2.kernel.org/opensuse/distribution/12.1/repo/non-oss +ftp://130.57.19.201/pub/opensuse/distribution/12.1/repo/non-oss +ftp://mirrors1.kernel.org/opensuse/distribution/12.1/repo/non-oss +http://ftp.osuosl.org/pub/opensuse/distribution/12.1/repo/non-oss +http://mirror.rackspace.com/openSUSE/distribution/12.1/repo/non-oss +http://mirrors.rit.edu/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.rackspace.com/openSUSE/distribution/12.1/repo/non-oss +http://suse.mirrors.tds.net/pub/opensuse/distribution/12.1/repo/non-oss +http://mirror.umoss.org/opensuse/distribution/12.1/repo/non-oss +http://ftp.utexas.edu/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.osuosl.org/pub/opensuse/distribution/12.1/repo/non-oss +http://opensuse.cs.utah.edu/distribution/12.1/repo/non-oss +http://mirrors.xmission.com/opensuse/distribution/12.1/repo/non-oss +ftp://ftp.utexas.edu/mirrors/opensuse/distribution/12.1/repo/non-oss +ftp://opensuse.cs.utah.edu/opensuse/distribution/12.1/repo/non-oss +ftp://mirrors.xmission.com/opensuse/distribution/12.1/repo/non-oss +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/12.1/repo/non-oss +http://opensuse.mirror.aussiehq.net.au/distribution/12.1/repo/non-oss +http://ftp.iinet.net.au/pub/opensuse/distribution/12.1/repo/non-oss +http://mirror.internode.on.net/pub/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/12.1/repo/non-oss +http://ftp.netspace.net.au/pub/opensuse/distribution/12.1/repo/non-oss +http://mirror.optus.net/opensuse/distribution/12.1/repo/non-oss +ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/distribution/12.1/repo/non-oss +http://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/12.1/repo/non-oss +http://opensuse.c3sl.ufpr.br/distribution/12.1/repo/non-oss +ftp://ftp.iinet.net.au/pub/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.internode.on.net/pub/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.optus.net/opensuse/distribution/12.1/repo/non-oss +ftp://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/12.1/repo/non-oss +ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/12.1/repo/non-oss diff --git a/src/lib/distro-info/suse-12.1/mirrors/base_update b/src/lib/distro-info/suse-12.1/mirrors/base_update new file mode 100644 index 00000000..191b412f --- /dev/null +++ b/src/lib/distro-info/suse-12.1/mirrors/base_update @@ -0,0 +1,246 @@ +http://opensuse.mirror.ac.za/opensuse/update/12.1 +http://ftp.up.ac.za/mirrors/opensuse/opensuse/update/12.1 +http://mirror.alva.ge/pub/opensuse/update/12.1 +http://fundawang.lcuc.org.cn/opensuse/update/12.1 +http://mirrors.sohu.com/opensuse/update/12.1 +http://mirrors.ustc.edu.cn/opensuse/update/12.1 +ftp://opensuse.mirror.ac.za/opensuse/update/12.1 +http://mirror.alva.ge/pub/opensuse/update/12.1 +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/update/12.1 +http://mirror.linux.or.id/linux/opensuse/update/12.1 +http://opensuse.idrepo.or.id/opensuse/update/12.1 +http://repo.ugm.ac.id/opensuse/update/12.1 +http://mirror.isoc.org.il/pub/opensuse/update/12.1 +ftp://mirror.isoc.org.il/opensuse/update/12.1 +http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/12.1 +http://ftp.kddilabs.jp/Linux/packages/opensuse/update/12.1 +http://ftp.novell.co.jp/pub/opensuse/update/12.1 +http://dl2.foss-id.web.id/opensuse/update/12.1 +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/12.1 +http://ftp.riken.jp/Linux/opensuse/update/12.1 +ftp://mirrors.ustc.edu.cn/opensuse/update/12.1 +ftp://repo.ugm.ac.id/opensuse/update/12.1 +ftp://dl2.foss-id.web.id/repo/opensuse/update/12.1 +http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/update/12.1 +http://ftp.daum.net/opensuse/update/12.1 +ftp://ftp.novell.co.jp/pub/opensuse/update/12.1 +ftp://ftp.riken.jp/Linux/opensuse/update/12.1 +ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/update/12.1 +http://mirror.suse.ru/update/12.1 +ftp://ftp.daum.net/opensuse/update/12.1 +http://93.158.155.193/opensuse/update/12.1 +ftp://allotter.yandex.net/opensuse/update/12.1 +http://77.88.19.74/opensuse/update/12.1 +ftp://dispenser.yandex.net/opensuse/update/12.1 +http://77.88.19.73/opensuse/update/12.1 +http://77.88.19.68/opensuse/update/12.1 +ftp://seeder.yandex.net/opensuse/update/12.1 +ftp://spreader.yandex.net/opensuse/update/12.1 +http://mirrors.isu.net.sa/pub/opensuse/update/12.1 +ftp://mirrors.isu.net.sa/pub/opensuse/update/12.1 +http://ftp.linux.org.tr/opensuse/update/12.1 +http://ftp.metu.edu.tr/opensuse/update/12.1 +ftp://ftp.linux.org.tr/opensuse/update/12.1 +ftp://ftp.metu.edu.tr/opensuse/update/12.1 +http://ftp.twaren.net/Linux/OpenSuSE/update/12.1 +http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/12.1 +http://mirror-fpt-telecom.fpt.net/opensuse/update/12.1 +http://ftp.tugraz.at/mirror/opensuse/update/12.1 +ftp://ftp.tugraz.at/mirror/opensuse/update/12.1 +http://suse.inode.at/opensuse/update/12.1 +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/update/12.1 +ftp://suse.inode.at/opensuse/update/12.1 +http://gd.tuwien.ac.at/opsys/linux/opensuse/update/12.1 +http://mirror.opensuse.com.ba/opensuse/update/12.1 +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/12.1 +http://ftp.belnet.be/mirror/ftp.opensuse.org/update/12.1 +ftp://ftp.belnet.be/mirror/ftp.opensuse.org/update/12.1 +http://mirror.bgadmin.com/update/12.1 +http://ftp.byfly.by/pub/opensuse/update/12.1 +ftp://ftp.byfly.by/pub/opensuse/update/12.1 +http://mirror.switch.ch/ftp/mirror/opensuse/update/12.1 +ftp://mirror.switch.ch/mirror/opensuse/update/12.1 +http://ftp.linux.cz/pub/linux/opensuse/update/12.1 +http://ftp.sh.cvut.cz/MIRRORS/opensuse/update/12.1 +ftp://ftp.linux.cz/pub/linux/opensuse/update/12.1 +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/update/12.1 +http://mirror.karneval.cz/pub/linux/opensuse/update/12.1 +ftp://mirror.karneval.cz/pub/linux/opensuse/update/12.1 +http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/update/12.1 +ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/update/12.1 +http://ftp4.gwdg.de/pub/opensuse/update/12.1 +http://ftp3.gwdg.de/pub/opensuse/update/12.1 +ftp://ftp4.gwdg.de/pub/opensuse/update/12.1 +ftp://ftp3.gwdg.de/pub/opensuse/update/12.1 +http://ftp5.gwdg.de/pub/opensuse/update/12.1 +ftp://ftp5.gwdg.de/pub/opensuse/update/12.1 +http://download.uni-hd.de/ftp/pub/linux/opensuse/update/12.1 +http://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/12.1 +ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/12.1 +http://widehat.opensuse.org/update/12.1 +http://opensuse.intergenia.de/update/12.1 +http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/12.1 +http://www.opensuse-education.org/opensuse/update/12.1 +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/12.1 +http://ftp.halifax.rwth-aachen.de/opensuse/update/12.1 +http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/update/12.1 +ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/update/12.1 +ftp://ftp.halifax.rwth-aachen.de/opensuse/update/12.1 +http://ftp.tu-chemnitz.de/pub/linux/opensuse/update/12.1 +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/update/12.1 +http://ftp.tu-ilmenau.de/mirror/opensuse/update/12.1 +ftp://ftp.tu-ilmenau.de/mirror/opensuse/update/12.1 +http://ftp.uni-bayreuth.de/linux/opensuse/update/12.1 +ftp://ftp.uni-bayreuth.de/linux/opensuse/update/12.1 +http://ftp.uni-bremen.de/pub/mirrors/opensuse/update/12.1 +http://ftp.uni-erlangen.de/pub/mirrors/opensuse/update/12.1 +ftp://ftp.uni-bremen.de/pub/mirrors/opensuse/update/12.1 +http://ftp.uni-kl.de/pub/linux/opensuse/update/12.1 +ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/update/12.1 +ftp://ftp.uni-kl.de/pub/linux/opensuse/update/12.1 +http://ftp.uni-kassel.de/opensuse/update/12.1 +http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/12.1 +ftp://ftp.uni-kassel.de/pub/linux/opensuse/update/12.1 +ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/12.1 +http://ftp.uni-paderborn.de/pub/linux/opensuse/update/12.1 +ftp://ftp.uni-paderborn.de/pub/linux/opensuse/update/12.1 +http://ftp.uni-siegen.de/opensuse/update/12.1 +http://ftp.uni-ulm.de/mirrors/opensuse/update/12.1 +ftp://ftp.uni-siegen.de/pub/opensuse/update/12.1 +ftp://ftp.uni-ulm.de/mirrors/opensuse/update/12.1 +http://ftp.klid.dk/ftp/opensuse/update/12.1 +ftp://ftp.klid.dk/opensuse/update/12.1 +http://ftp.estpak.ee/pub/suse/opensuse/update/12.1 +http://ftp.linux.ee/pub/opensuse/update/12.1 +http://suse.bifi.unizar.es/opensuse/update/12.1 +http://ftp.gui.uva.es/sites/opensuse.org/update/12.1 +ftp://ftp.gui.uva.es/sites/opensuse.org/update/12.1 +http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/12.1 +ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/12.1 +http://opensuse.cict.fr/update/12.1 +http://fr2.rpmfind.net/linux/opensuse/update/12.1 +http://opensuse.mirrors.proxad.net/opensuse/update/12.1 +ftp://fr2.rpmfind.net/linux/opensuse/update/12.1 +ftp://mirror.cict.fr/opensuse/update/12.1 +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/update/12.1 +http://mirror.ovh.net/opensuse/update/12.1 +ftp://mirror.ovh.net/opensuse/update/12.1 +http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/update/12.1 +http://www.mirrorservice.org/sites/download.opensuse.org/update/12.1 +ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/update/12.1 +ftp://www.mirrorservice.org/sites/download.opensuse.org/update/12.1 +ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/12.1 +http://ftp.ntua.gr/pub/linux/opensuse/update/12.1 +http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/12.1 +http://ftp.fsn.hu/pub/linux/distributions/opensuse/update/12.1 +ftp://ftp.ntua.gr/pub/linux/opensuseupdate/12.1 +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/update/12.1 +http://roxen.integrity.hu/pub/opensuse/update/12.1 +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/12.1 +http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/12.1 +ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/12.1 +http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/12.1 +http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/12.1 +ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/12.1 +ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/12.1 +http://spo1.linux.edu.lv/opensuse/update/12.1 +ftp://opensuse.mirror.garr.it/mirrors/opensuseupdate/12.1 +ftp://spo1.linux.edu.lv/opensuse/update/12.1 +http://repo1.linux.edu.lv/update/12.1 +http://repo.fedora.md/mirrors/opensuse/update/12.1 +ftp://repo1.linux.edu.lv/update/12.1 +http://mirrors.nl.eu.kernel.org/opensuse/update/12.1 +ftp://ftp.fedora.md/mirrors/opensuse/update/12.1 +ftp://mirrors.nl.eu.kernel.org/opensuse/update/12.1 +http://mirror.leaseweb.com/opensuse/update/12.1 +ftp://mirror.leaseweb.com/opensuse/update/12.1 +http://ftp2.nluug.nl/os/Linux/distr/opensuse/update/12.1 +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/update/12.1 +http://ftp1.nluug.nl/os/Linux/distr/opensuse/update/12.1 +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/update/12.1 +http://opensuse.hro.nl/opensuse/update/12.1 +ftp://opensuse.hro.nl/opensuse/update/12.1 +http://opensuse.uib.no/update/12.1 +http://ftp.uninett.no/pub/linux/opensuse/update/12.1 +ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/update/12.1 +ftp://ftp.uninett.no/pub/linux/opensuse/update/12.1 +http://ftp.icm.edu.pl/pub/Linux/opensuse/update/12.1 +ftp://ftp.icm.edu.pl/pub/Linux/opensuse/update/12.1 +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/12.1 +ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/12.1 +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/12.1 +ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/12.1 +ftp://ftp.pbone.net/pub/opensuse/update/12.1 +http://ftp.sileman.pl/pub/opensuse/update/12.1 +ftp://ftp.sileman.pl/pub/opensuse/update/12.1 +http://ftp.isr.ist.utl.pt/pub/opensuse/update/12.1 +http://ftp.nux.ipb.pt/pub/dists/opensuse/update/12.1 +http://lisa.gov.pt/ftp/opensuse/update/12.1 +ftp://ftp.isr.ist.utl.pt/pub/opensuse/update/12.1 +http://cesium.di.uminho.pt/pub/opensuse/update/12.1 +http://ftp.gts.lug.ro/opensuse/update/12.1 +ftp://ftp.gts.lug.ro/opensuse/update/12.1 +ftp://cesium.di.uminho.pt/pub/opensuse/update/12.1 +http://ftp.ines.lug.ro/opensuse/update/12.1 +ftp://ftp.ines.lug.ro/opensuse/update/12.1 +http://ftp.roedu.net/mirrors/opensuse.org/update/12.1 +ftp://ftp.roedu.net/mirrors/opensuse.org/update/12.1 +http://mirrors.se.eu.kernel.org/opensuse/update/12.1 +http://ftp.df.lth.se/pub/opensuse/update/12.1 +ftp://mirrors.se.eu.kernel.org/opensuse/update/12.1 +http://ftp.sunet.se/pub/Linux/distributions/opensuse/update/12.1 +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/update/12.1 +ftp://ftp.df.lth.se/pub/opensuseupdate/12.1 +http://opensuse.ynet.sk/update/12.1 +http://ftp.linux.kiev.ua/pub/Linux/SuSE/update/12.1 +ftp://opensuse.ynet.sk/update/12.1 +ftp://ftp.linux.kiev.ua/pub/Linux/SuSE/update/12.1 +http://mirror.csclub.uwaterloo.ca/opensuse/update/12.1 +http://mirror.anl.gov/pub/opensuse/opensuse/update/12.1 +http://opensuse.fastsoft.net/pub/linux/opensuse/update/12.1 +ftp://mirror.csclub.uwaterloo.ca/opensuse/update/12.1 +ftp://mirror.anl.gov/pub/opensuse/opensuse/update/12.1 +http://opensuse.mirror.freedomvoice.com/update/12.1 +http://linux.dell.com/repo/community/update/12.1 +ftp://opensuse.fastsoft.net/pub/linux/opensuse/update/12.1 +http://distro.ibiblio.org/pub/linux/distributions/opensuse/update/12.1 +http://ftp.ussg.iu.edu/linux/opensuse/update/12.1 +ftp://mirror.freedomvoice.com/opensuseupdate/12.1 +ftp://www.gtlib.gatech.edu/pub/opensuse/update/12.1 +http://mirrors2.kernel.org/opensuse/update/12.1 +http://mirrors1.kernel.org/opensuse/update/12.1 +ftp://ftp.ussg.iu.edu/linux/opensuse/update/12.1 +http://mirror.metrocast.net/opensuse/update/12.1 +http://130.57.19.201/update/12.1 +ftp://mirrors2.kernel.org/opensuse/update/12.1 +ftp://130.57.19.201/pub/opensuse/update/12.1 +ftp://mirrors1.kernel.org/opensuse/update/12.1 +http://ftp.osuosl.org/pub/opensuse/update/12.1 +http://mirror.rackspace.com/openSUSE/update/12.1 +http://mirrors.rit.edu/opensuse/update/12.1 +ftp://mirror.rackspace.com/openSUSE/update/12.1 +http://suse.mirrors.tds.net/pub/opensuse/update/12.1 +http://mirror.umoss.org/opensuse/update/12.1 +http://ftp.utexas.edu/opensuse/update/12.1 +ftp://ftp.osuosl.org/pub/opensuse/update/12.1 +http://opensuse.cs.utah.edu/update/12.1 +http://mirrors.xmission.com/opensuse/update/12.1 +ftp://ftp.utexas.edu/mirrors/opensuse/update/12.1 +ftp://mirrors.xmission.com/opensuse/update/12.1 +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/12.1 +ftp://opensuse.cs.utah.edu/opensuse/update/12.1 +http://www.gtlib.gatech.edu/pub/opensuse/update/12.1 +http://opensuse.mirror.aussiehq.net.au/update/12.1 +http://ftp.iinet.net.au/pub/opensuse/update/12.1 +http://mirror.internode.on.net/pub/opensuse/update/12.1 +http://ftp.netspace.net.au/pub/opensuse/update/12.1 +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/12.1 +ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/update/12.1 +http://mirror.optus.net/opensuse/update/12.1 +http://mirror.fcaglp.unlp.edu.ar/opensuse/update/12.1 +http://opensuse.c3sl.ufpr.br/update/12.1 +ftp://ftp.iinet.net.au/pub/opensuse/update/12.1 +ftp://mirror.internode.on.net/pub/opensuse/update/12.1 +ftp://mirror.optus.net/opensuse/update/12.1 +ftp://mirror.fcaglp.unlp.edu.ar/opensuse/update/12.1 +ftp://opensuse.c3sl.ufpr.br/opensuse/update/12.1 diff --git a/src/lib/distro-info/suse-12.1/prereqfiles/etc/group b/src/lib/distro-info/suse-12.1/prereqfiles/etc/group new file mode 100644 index 00000000..505cb221 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/prereqfiles/etc/group @@ -0,0 +1,33 @@ +root:x:0: +bin:x:1:daemon +daemon:x:2: +sys:x:3: +tty:x:5: +disk:x:6: +lp:x:7: +www:x:8: +kmem:x:9: +wheel:x:10: +mail:x:12: +news:x:13: +uucp:x:14: +shadow:x:15: +dialout:x:16: +audio:x:17: +floppy:x:19: +cdrom:x:20: +console:x:21: +utmp:x:22: +public:x:32: +video:x:33: +games:x:40: +xok:x:41: +trusted:x:42: +modem:x:43: +ftp:x:49: +man:x:62: +users:x:100: +nobody:x:65533: +nogroup:x:65534:nobody +messagebus:!:101: +haldaemon:!:102: diff --git a/src/lib/distro-info/suse-12.1/prereqfiles/etc/hosts b/src/lib/distro-info/suse-12.1/prereqfiles/etc/hosts new file mode 100644 index 00000000..75721cd5 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/prereqfiles/etc/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost diff --git a/src/lib/distro-info/suse-12.1/prereqfiles/etc/passwd b/src/lib/distro-info/suse-12.1/prereqfiles/etc/passwd new file mode 100644 index 00000000..9b8fc4fe --- /dev/null +++ b/src/lib/distro-info/suse-12.1/prereqfiles/etc/passwd @@ -0,0 +1,14 @@ +root:x:0:0:root:/root:/bin/bash +bin:x:1:1:bin:/bin:/bin/bash +daemon:x:2:2:Daemon:/sbin:/bin/bash +lp:x:4:7:Printing daemon:/var/spool/lpd:/bin/bash +mail:x:8:12:Mailer daemon:/var/spool/clientmqueue:/bin/false +news:x:9:13:News system:/etc/news:/bin/bash +uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash +games:x:12:100:Games account:/var/games:/bin/bash +man:x:13:62:Manual pages viewer:/var/cache/man:/bin/bash +wwwrun:x:30:8:WWW daemon apache:/var/lib/wwwrun:/bin/false +ftp:x:40:49:FTP account:/srv/ftp:/bin/bash +nobody:x:65534:65533:nobody:/var/lib/nobody:/bin/bash +messagebus:x:100:101:User for D-Bus:/var/run/dbus:/bin/false +haldaemon:x:101:102:User for haldaemon:/var/run/hal:/bin/false diff --git a/src/lib/distro-info/suse-12.1/prereqfiles/etc/shadow b/src/lib/distro-info/suse-12.1/prereqfiles/etc/shadow new file mode 100644 index 00000000..cd100a5a --- /dev/null +++ b/src/lib/distro-info/suse-12.1/prereqfiles/etc/shadow @@ -0,0 +1,14 @@ +root::13481:::::: +bin:*:13481:::::: +daemon:*:13481:::::: +lp:*:13481:::::: +mail:*:13481:::::: +news:*:13481:::::: +uucp:*:13481:::::: +games:*:13481:::::: +man:*:13481:::::: +wwwrun:*:13481:::::: +ftp:*:13481:::::: +nobody:*:13481:::::: +messagebus:!:13481:0::7::: +haldaemon:!:13481:0::7::: diff --git a/src/lib/distro-info/suse-12.1/settings.default b/src/lib/distro-info/suse-12.1/settings.default new file mode 100644 index 00000000..16fc918a --- /dev/null +++ b/src/lib/distro-info/suse-12.1/settings.default @@ -0,0 +1,1126 @@ +bootstrap-packages = < + packages = < + + packages = < + + packages = < +package-subdir = suse +prereq-packages = < + name = openSUSE 12.1 + repo-subdir = suse + file-for-speedtest = suse/setup/descr/packages.en.gz + + + name = openSUSE 12.1 non-OSS + file-for-speedtest = suse/setup/descr/packages.en.gz + + + name = openSUSE 12.1 updates + file-for-speedtest = repodata/primary.xml.gz + + + packages = < + + base = minimal + packages = < + + base = textmode + packages = < + + base = kde + packages = < + + base = textmode + packages = < + + base = minimal + + diff --git a/src/lib/distro-info/suse-12.1/settings.example b/src/lib/distro-info/suse-12.1/settings.example new file mode 100644 index 00000000..a8db67df --- /dev/null +++ b/src/lib/distro-info/suse-12.1/settings.example @@ -0,0 +1,23 @@ +# rename this file to 'settings' and edit it as you please +# +# for a list of all options, have a look at the corresponding +# settings.default in /opt/openslx/share/distro-info + +# use local installation source +# +# local-url = /srv/ftp/pub/opensuse/distribution/11.2/repo/oss +# +# +# local-url = /srv/ftp/pub/opensuse/distribution/11.2/repo/non-oss +# +# +# local-url = /srv/ftp/pub/suse/update/11.2 +# + +# add a new selection: +# +# base = kde +# packages = < diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc new file mode 100644 index 00000000..587d3a9a --- /dev/null +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-0dfb3188-41ed929b.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.16 (GNU/Linux) + +mQGiBEHtkpsRBACRHiXh3olS++6/Mp9N7ByGMmjaaE+Y8cJQLUPG1myrbW5aogIP +0WenayhGbbgOHNWgd5dQ8KQpYYFoQuUHjFYzj5MvgrdOENOvD7ZNJ6+EmbkNh5cV +zUYfNG9jdiGweZkyA1sh8DYS0JiUmQ4CzaBD/DotB/dCmDcyuNQFiw4qKwCglQah +ATyueBRsOiXl0NIs1uB6dkkD/1A2YmQ6te1q38a1J+a8os6bDlMZhVnkZdhJdw6x +eBwUb9XS0n7hyt/AKCcBnrDEUQJuhBMNgzctJvbuMv27yRMANAXZDQkp0ip/yHLJ +PhUdSNTTRHOL9bV3t+JuZ9xmuclprwyrrJYUkEESXNc0tkuczHBP2c/RqA3OxYHt +hrHLA/9Pqe2gEleeo8l26u/uFXs2dtwjh8EZmdhHoqGcOlpYR4DyAg2D+jYfh3RI +oPzIwRlHVUR1ii5h8iPi98BVuEvukwfbbQ1K22Jwzxt6w3ihCXBKWKbeC3ElIMfA +hVMchLFUbTAw+yodO/u3NHxKQ34+ginid9dVyxV5T0gpDEEHObQrT3BlbiBFbnRl +cnByaXNlIFNlcnZlciA8c3VwcG9ydEBub3ZlbGwuY29tPoheBBMRAgAeBQJB7ZKb +AhsDBgsJCAcDAgMVAgMDFgIBAh4BAheAAAoJEHPSXWMN+zGID4oAoJPTGZbZApW+ +tuU422mHYGwoqgjrAJ9fhzRhRbV3YsOxKUomNeuIfmWGXA== +=Qv5+ +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-307e3d54-4be01a65.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-307e3d54-4be01a65.asc new file mode 100644 index 00000000..f2e2a808 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-307e3d54-4be01a65.asc @@ -0,0 +1,13 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.16 (GNU/Linux) + +mIsERCAdXQEEAL7MrBTz+3SBWpCm2ae2yaDqV3ezQcs2JlvqidJVhsZqQe9/jkxi +KTEQW5+TXF/+BlQSiebunRI7oo3+9U8GyRCgs1sf+yRQWMLzZqRaarzRhw9w+Ihl +edtqYl6/U2JZCb8Adp6d7RzlRliJdJ/VtsfXj2ef7Dwu7elOVSsmaBdtAAYptChT +dVNFIFBhY2thZ2UgU2lnbmluZyBLZXkgPGJ1aWxkQHN1c2UuZGU+iLgEEwECACIC +GwMECwcDAgMVAgMDFgIBAh4BAheABQJL4BplBQkPRMsIAAoJEOOlw2Awfj1UhOsD +/RkkEhOIC9NNad0F5O0rEJxvsI7Nm+6FnNJq8LjyR5+87epQCXgpaBXEGd4RcjjO +TukLaHHrC1T/h4biIyf253VZHr4oJ46sUivNUFq60gl4gk56aTGTNeUWOsgrU4jm +auFca3dbGcNfiJ7c7dF2CkOAR+CPMLPYTvuVIRQBAjeS +=jKkp +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc new file mode 100644 index 00000000..457ac280 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.16 (GNU/Linux) + +mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA +BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz +JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh +1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U +P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+ +cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg +VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b +yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7 +tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ +xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63 +Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo +choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI +BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtOAf+KVh939b0J94u +v/kpg4xs1LthlhquhbHcKNoVTNspugiC3qMPyvSX4XcBr2PC0cVkS4Z9PY9iCfT+ +x9WM96g39dAF+le2CCx7XISk9XXJ4ApEy5g4AuK7NYgAJd39PPbERgWnxjxir9g0 +Ix30dS30bW39D+3NPU5Ho9TD/B7UDFvYT5AWHl3MGwo3a1RhTs6sfgL7yQ3U+mvq +MkTExZb5mfN1FeaYKMopoI4VpzNVeGxQWIz67VjJHVyUlF20ekOz4kWVgsxkc8G2 +saqZd6yv2EwqYTi8BDAduweP33KrQc4KDDommQNDOXxaKOeCoESIdM4p7Esdjq1o +L0oixF12CohGBBARAgAGBQI7HmHDAAoJEJ5A4xAACqukTlQAoI4QzP9yjPohY7OU +F7J3eKBTzp25AJ42BmtSd3pvm5ldmognWF3Trhp+GYkAlQMFEDe3O8IWkDf+zvyS +FQEBAfkD/3GG5UgJj18UhYmh1gfjIlDcPAeqMwSytEHDENmHC+vlZQ/p0mT9tPiW +tp34io54mwr+bLPN8l6B5GJNkbGvH6M+mO7R8Lj4nHL6pyAv3PQr83WyLHcaX7It +Klj371/4yzKV6qpz43SGRK4MacLo2rNZ/dNej7lwPCtzCcFYwqkiiEYEEBECAAYF +AjoaQqQACgkQx1KqMrDf94ArewCfWnTUDG5gNYkmHG4bYL8fQcizyA4An2eVo/n+ +3J2KRWSOhpAMsnMxtPbB +=Ay23 +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3dbdc284-4be1884d.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3dbdc284-4be1884d.asc new file mode 100644 index 00000000..5d24cb80 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3dbdc284-4be1884d.asc @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.16 (GNU/Linux) + +mQENBEkUTD8BCADWLy5d5IpJedHQQSXkC1VK/oAZlJEeBVpSZjMCn8LiHaI9Wq3G +3Vp6wvsP1b3kssJGzVFNctdXt5tjvOLxvrEfRJuGfqHTKILByqLzkeyWawbFNfSQ +93/8OunfSTXC1Sx3hgsNXQuOrNVKrDAQUqT620/jj94xNIg09bLSxsjN6EeTvyiO +mtE9H1J03o9tY6meNL/gcQhxBvwuo205np0JojYBP0pOfN8l9hnIOLkA0yu4ZXig +oKOVmf4iTjX4NImIWldT+UaWTO18NWcCrujtgHueytwYLBNV5N0oJIP2VYuLZfSD +VYuPllv7c6O2UEOXJsdbQaVuzU1HLocDyipnABEBAAG0NG9wZW5TVVNFIFByb2pl +Y3QgU2lnbmluZyBLZXkgPG9wZW5zdXNlQG9wZW5zdXNlLm9yZz6JATwEEwECACYC +GwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAUCS+GITQUJClIKDgAKCRC4iy/UPb3C +hCtvCACELgrgzAbLw8p4PfsHzrEAvZbaWSLpSOCV4ZQdo0Q9vaHcsjENXfnZ7ctu +hDnyVSmzy4HcVfBfLmK1xkI8ByXK9JGXt3RXuZWHBuaJQKM0hbAZZ/ScMUOs6Igu +2gmyDaJyrf1vBPtNWpMSS8Jp10iJ9/5B5Hlq4UJxMwTGZwcddhRl/UQKErygdnVg +o5zTdyB05BKF4KEIvdbl9xSfifLfOT8CGBpCmnUmD6YB7agXm3OAM9bZGa2v9ipm +s/haLqxS+b4plYKDN8d8xc2whEfTQD158VW0giv38w6NAd6kCxq2pg5L5PmpF9DM +BZl8K2SBMEtV7BYK9wfnxaRl6Wh/ +=uF5Q +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-56b4177a-4be18cab.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-56b4177a-4be18cab.asc new file mode 100644 index 00000000..bb2de910 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-56b4177a-4be18cab.asc @@ -0,0 +1,19 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.16 (GNU/Linux) + +mQGiBEeWWzMRBADU8l2IckSzgdUS1dn0WMM7wXK4seoFsHHQw/0unHCQCxpyDMnn +TKV86p5KTbR1FDdeaZlY0yCV+IGsiIxLyuUdJn8vuA5gA5ZkUr89/HtWaeZVl77J +HIQxvhDRBWCOO4QNtrZYWvGbvl83wl/zOfdLEs8IGElt0LgfohyTA1qfrwCg/Hac +tDDscXsPlo5Jek/+3RHVeD0D/30riCpfpLJOmhraLg1EbWsE0mN9IQsl+WDPdoYo +bB76z6eH3e38618WzP/LTG4WuVbwpSSqmXyfdVpXxWzESfT8q0B8CGpHf/Sa/T/L +emohmRnLvkf/tAfxFmDMm1jOewJIE9S35jANGHVJcxmfRNpPWC7uHnqjopnsmDkL +kMEdBAC6YcpDOcMJZ9sJbt/JNZBaoT5CltgMDlSN50t2v/J5em8qMLqCSNF5UJyd +LFnePHTHy6gVjWbqcC0ncFzOqM1y644Up7BoKSAr1hRTl6Mw9S3UfZZZ0al3JtWt +8y0eFIW3QP66w1AL0LO2bZMBuOvhb63DXv5iHorcxk0yIFbbybRCb3BlblNVU0U6 +RmFjdG9yeSBPQlMgUHJvamVjdCA8b3BlblNVU0U6RmFjdG9yeUBidWlsZC5vcGVu +c3VzZS5vcmc+iGYEExECACYCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAUCS+GM +qwUJC8//eAAKCRAcchwkVrQXenCfAKCiI/uNClNI32AaPU36o2mFIUKcHgCfby3/ +8UEqkeBRFM1zyjHBo2w/GYyIRgQQEQIABgUCS+GOAgAKCRA7MBG3a51lI2PoAJ9+ +OORElEjcmtUu0pOhatgoEx+DoACfcJMHcdT+8ckq17RsEgWuS/4dGVM= +=uu+g +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-7e2e3b05-4be037ca.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-7e2e3b05-4be037ca.asc new file mode 100644 index 00000000..c0f7eba8 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-7e2e3b05-4be037ca.asc @@ -0,0 +1,18 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.16 (GNU/Linux) + +mQGiBER0iroRBADfqUeJmPCXqPJFnf3CVKy40dL1F+gfvP+JHN7/uu4c9+oCYjI1 +uAE8iGTm/Twb/Zzbs4dt0iWjhNFXbRi42rMww4d/8QcPYZ21WSehh+fv8nCjt2sw +LeC87ar2SR8OTpJBK0fQlcd4e6H5GMntfI6SYEUOPd8m/eQ+4+1AxpUUpwCgswaF +13fePZGI//pDn5tGjbvmaP8D/R3qum/I+oDS8lbFeeDS10GkEkwTYec13gdfsq6I +yzIj7VBsC+rGfbipv+VGR61Q4d19pOHKLDekr9OG+3G4ZcYM4NQvQZR+QIlp3xWu +nBmYD1LRkHLVj+Z4DGQhjjOffkPSuacKPymMaZ/aRiLgTIAo97W2YPhutscXrLSG +2Y+BA/4jsyaDb7kbW4wc8RtPIcuFEheVqgBeRakP9Uj47kBMBEpPtI/mIdY5liKk +ztKnuQG6ROYLNV/PW0ZbE1uT64C710weh4cB3PnZLV5P10deDLBjHk8MJQGCTSDD +JYvhutUzQfshAU6j2kErGvKdZxWGezab34vFyMP2oLGqswPAJrRQTm92ZWxsIFBy +b3ZvIEJ1aWxkIChDb250YWN0IHNlY3VyaXR5QG5vdmVsbC5jb20pIDxub3ZlbGwt +cHJvdm8tYnVpbGRAbm92ZWxsLmNvbT6IZgQTEQIAJgIbAwYLCQgHAwIEFQIIAwQW +AgMBAh4BAheABQJL4DfKBQkO9G+QAAoJEBTCi8l+LjsFWJ0AoIRm3ZLa4FoQ4/rD +nWb0DlZZWJRmAJwPdtR6KhW3eZNEi0YJEJ09dlCBsA== +=2leo +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-9c800aca-4be01999.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-9c800aca-4be01999.asc new file mode 100644 index 00000000..f2454f60 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-9c800aca-4be01999.asc @@ -0,0 +1,30 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.16 (GNU/Linux) + +mQGiBDnu9IERBACT8Y35+2vv4MGVKiLEMOl9GdST6MCkYS3yEKeueNWc+z/0Kvff +4JctBsgs47tjmiI9sl0eHjm3gTR8rItXMN6sJEUHWzDP+Y0PFPboMvKx0FXl/A0d +M+HFrruCgBlWt6FA+okRySQiliuI5phwqkXefl9AhkwR8xocQSVCFxcwvwCglVcO +QliHu8jwRQHxlRE0tkwQQI0D+wfQwKdvhDplxHJ5nf7U8c/yE/vdvpN6lF0tmFrK +XBUX+K7u4ifrZlQvj/81M4INjtXreqDiJtr99Rs6xa0ScZqITuZC4CWxJa9GynBE +D3+D2t1V/f8l0smsuYoFOF7Ib49IkTdbtwAThlZp8bEhELBeGaPdNCcmfZ66rKUd +G5sRA/9ovnc1krSQF2+sqB9/o7w5/q2qiyzwOSTnkjtBUVKn4zLUOf6aeBAoV6NM +CC3Kj9aZHfA+ND0ehPaVGJgjaVNFhPi4x0e7BULdvgOoAqajLfvkURHAeSsxXIoE +myW/xC1sBbDkDUIBSx5oej73XCZgnj/inphRqGpsb+1nKFvF+rQoU3VTRSBQYWNr +YWdlIFNpZ25pbmcgS2V5IDxidWlsZEBzdXNlLmRlPohiBBMRAgAiAhsDBAsHAwID +FQIDAxYCAQIeAQIXgAUCS+AZmQUJGXXzGAAKCRCoTtronIAKyl9KAJ9KyC11XDiC +lhuqOJ+Q0yPL5Ge/aQCePxBrVWcVaAjGq4vTkwMkiD9FVMK5Ag0EOe70khAIAISR +0E3ozF/la+oNaRwxHLrCet30NgnxRROYhPaJB/Tu1FQokn2/Qld/HZnh3TwhBIw1 +FqrhWBJ7491iAjLR9uPbdWJrn+A7t8kSkPaF3Z/6kyc5a8fas44ht5h+6HMBzoFC +MAq2aBHQRFRNp9Mz1ZvoXXcI1lk1l8OqcUM/ovXbDfPcXsUVeTPTtGzcAi2jVl9h +l3iwJKkyv/RLmcusdsi8YunbvWGFAF5GaagYQo7YlF6UaBQnYJTM523AMgpPQtsK +m9o/w9WdgXkgWhgkhZEeqUS3m5xNey1nLu9iMvq9M/iXnGz4sg6Q2Y+GqZ+yAvNW +jRRou3zSE7Bzg28MI4sAAwYH/2D71Xc5HPDgu87WnBFgmp8MpSr8QnSs0wwPg3xE +ullGEocolSb2c0ctuSyeVnCttJMzkukL9TqyF4s/6XRstWirSWawJxRLKH6Zjo/F +aKsshYKf8gBkAaddvpl3pO0gmUYbqmpQ3xDEYlhCeieXS5MkockQ1sj2xYdB1xO0 +ExzfiCiscUKjUFy+mdzUsUutafuZ+gbHog1CN/ccZCkxcBa5IFCHORrNjq9pYWlr +xsEn6ApsG7JJbM2besW1PkdEoxak74z1senh36m5jQvVjA3U4xq1wwylxadmmJaJ +HzeiLfb7G1ZRjZTsB7fyYxqDzMVul6o9BSwO/1XsIAnV1uuITAQYEQIADAUCS+AZ +vQUJGXXzKwAKCRCoTtronIAKysYeAJ4yNHu8lpjQiBL69k3VNr9hbQMmzwCfcrIB +TnsG384Q1YOf9lIUSYEa9sk= +=yIuV +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc new file mode 100644 index 00000000..16cef670 --- /dev/null +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-a1912208-446a0899.asc @@ -0,0 +1,31 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v2.0.16 (GNU/Linux) + +mQILBERqCJkBEACdqhZWdAbUHLIumXMEgv+GFjr1ZzVHgynnFOzztU/8sxZNa9cm +YV4HZpVfjMr7fos3ArzyiPPt/336cf7w9p79/ZS4rHSNPDMlPCtXYvFxUbvU0/GY +q4jwcBsrJ0xaJ9CP5bWyAgVKOb7Y6k0ktaLjRR+tDfMsHA4H0ClMoRr6ATw8NL0e +VCfAHuzqCKvX1If8ng+wTivtAhKvz/WwQiELNELmPfc5tZHOw8NgP/r0Pze18Hn2 +dlAHu0WpC7uoR00vscsMIJiJJPcsxbL1F1eADKnk+wEy8Go+EJeJ5i0WoFbqD52q +Lv/C/oY6NVtVY0MBwtn+oQNSnQ4JBsB/Akdt53LAi0ZtNQxMyUW+76R8FCOmVCV8 +WGiF5CPRP0yvG80AMBjBjKjHb/v8ov5MnIyFimzAHS1gQcUNxTEYA/5eFwoYcGcK +weGq9FUjPTzLQAgvp7XmOzHpSAfJ7qysxFTepNsSZZhgizJyInrdQldr+GYcUNqB +krD9MWmFop975OxhCTEnNv/HcE79r8WD26HzDFYxTiTJbr0pU/ivBzo+rjq+YG2V +stJk+udVYmZTnC4LmXus8JiNuqBXbxNscwCBpcJ8YcfCV6uh+7E0XfXZsgVUFLp1 +NF+ylYRGTycOlWoZODrnJevZW7N9O3bWRx/G2P4bJD07LsDLe4i5hymf5QAGKbRQ +Tm92ZWxsIFByb3ZvIEJ1aWxkIChDb250YWN0IHNlY3VyaXR5QG5vdmVsbC5jb20p +IDxub3ZlbGwtcHJvdm8tYnVpbGRAbm92ZWxsLmNvbT6JAjMEEwECAB0FAkRqCJkG +CwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRBHijLooZEiCKSFD/93vZHCAMLEfksU +KnvXl08bv1rfuamuyJnE3ANRE5RDyypriHMCnkVxazvQ2WI4W4UEjluL9+SzZwtV +ZvKVoAr31614nSyWwv2YnJTHfjMG+xRlkolZMnuIiB9PcCBo9+GPU0ABuzo4pEJW +NIRoSS1NFbAZBhtUnY0cN+trM5QObLl7xXTavLyGk//blkk57fov7GXsQJlZUig0 +l2yt5XNyGpLUnTMDumHh8b389quF+0+ZfdwOy7A768xjipAZiTvIujBrEv51wrxh +0HBT0VGA0MhD9t0B+Ce4BM9P/iVMO00naaOp6PqMfPPKxQQqer8qy1i6UWBx95SY +mKZBIvOm2d9PezDxkckCu61r6krx1iKnT1wdprCAkIYwALK118SpbxuyGW0bhRHc +wsc/akzWH72fS0Xu49mvL4k4A2U9asdeQid3dMgbtm5mSWof0yiU/G4YNn0yeXoY +oG1VbCAqQbFX1Rvd6GITJVqI+ekW/uMA9BP78dF8wBeG0+QmpQnSf+eOsxB/RT8o +Kb4hHY+29MUlg+i9ceVt7hoKr03J/uIG5TXFXRYLaI0iAFVlKfWxpqDfS2XA4+dD +VYt+5RDgBcnxDaTB4FE9GqcYScNfe7+NFtL0p0wOPftbmgZzGjucTmrD8mDUNdqA +xGK7vlk4GATSfOQlq7G6LXW6RYnInohGBBMRAgAGBQJEazMlAAoJEKhO2uicgArK +2vMAn0TbVDESEVKVuFZStrfIzOvJQrR9AJsH733Ju1kE99GFrdfCeGqpckmNhg== +=E+qN +-----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/pubring.gpg b/src/lib/distro-info/suse-12.1/trusted-package-keys/pubring.gpg new file mode 100644 index 00000000..84c159ea Binary files /dev/null and b/src/lib/distro-info/suse-12.1/trusted-package-keys/pubring.gpg differ diff --git a/src/lib/distro-info/ubuntu-11.10/mirrors/base b/src/lib/distro-info/ubuntu-11.10/mirrors/base new file mode 100644 index 00000000..cddbef70 --- /dev/null +++ b/src/lib/distro-info/ubuntu-11.10/mirrors/base @@ -0,0 +1,162 @@ +http://archive.ubuntu.com.ba/ubuntu +http://archive.ubuntu.com/ubuntu +ftp://br.archive.ubuntu.com/ubuntu +ftp://bw.archive.ubuntu.com/ubuntu +http://cl.archive.ubuntu.com/ubuntu +http://cudlug.cudenver.edu/ubuntu +http://cz.archive.ubuntu.com/ubuntu +ftp://darkstar.ist.utl.pt/pub/ubuntu/archive +http://darkstar.ist.utl.pt/ubuntu/archive +http://de.archive.ubuntu.com/ubuntu +http://debian.charite.de/ubuntu +http://debian.linux.org.tw/ubuntu +http://dk.archive.ubuntu.com/ubuntu +http://es.archive.ubuntu.com/ubuntu +http://espelhos.edugraf.ufsc.br/ubuntu +ftp://free.nchc.org.tw/ubuntu +http://ftp-stud.fht-esslingen.de/Mirrors/ubuntu +http://ftp-stud.hs-esslingen.de/ubuntu +http://ftp.belnet.be/linux/ubuntu/ubuntu +http://ftp.belnet.be/pub/mirror/ubuntu.com/ubuntu +http://ftp.caliu.info/pub/distribucions/ubuntu/ubuntu +http://ftp.chg.ru/pub/Linux/ubuntu/archive +ftp://ftp.ciril.fr/pub/linux/ubuntu/archives +http://ftp.citylink.co.nz/ubuntu +http://ftp.crihan.fr/ubuntu +ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu +http://ftp.cw.net/ubuntu +http://ftp.dateleco.es/ubuntu +http://ftp.dei.uc.pt/pub/linux/ubuntu/archive +http://ftp.duth.gr/pub/ubuntu +http://ftp.ecc.u-tokyo.ac.jp/ubuntu +http://ftp.estpak.ee/ubuntu +ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.freepark.org/ubuntu +ftp://ftp.fu-berlin.de/linux/ubuntu +ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com +http://ftp.gil.di.uminho.pt/ubuntu +ftp://ftp.gtlib.gatech.edu/pub/ubuntu +http://ftp.gui.uva.es/sites/ubuntu.com/ubuntu +http://ftp.heanet.ie/pub/ubuntu +http://ftp.hosteurope.de/mirror/archive.ubuntu.com +ftp://ftp.iinet.net.au/pub/ubuntu +ftp://ftp.iitm.ac.in/ubuntu +http://ftp.kaist.ac.kr/pub/ubuntu +http://ftp.kfki.hu/linux/ubuntu +ftp://ftp.kfki.hu/pub/linux/ubuntu +http://ftp.leg.uct.ac.za/pub/linux/ubuntu +http://ftp.linux.edu.lv/ubuntu +ftp://ftp.linux.org.tr/pub/ubuntu +http://ftp.lug.ro/ubuntu +ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu +ftp://ftp.mipt.ru/mirror/ubuntu +ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://ftp.netspace.net.au/pub/ubuntu +http://ftp.ntua.gr/pub/linux/ubuntu +ftp://ftp.oleane.net/ubuntu +ftp://ftp.otenet.gr/ubuntu +http://ftp.port80.se/ubuntu +http://ftp.pwr.wroc.pl/ubuntu +ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu +ftp://ftp.science.nus.edu.sg/pub/ubuntu +http://ftp.science.nus.edu.sg/ubuntu +http://ftp.stw-bonn.de/ubuntu +http://ftp.ticklers.org/archive.ubuntu.org/ubuntu +ftp://ftp.tiscali.nl/pub/mirror/ubuntu +http://ftp.tiscali.nl/ubuntu +http://ftp.tu-chemnitz.de/pub/linux/ubuntu +ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com +http://ftp.tuke.sk/ubuntu +http://ftp.twaren.net/Linux/Ubuntu/ubuntu +http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu +ftp://ftp.uasw.edu/linux/ubuntu/archive +http://ftp.ucr.ac.cr/ubuntu +http://ftp.udc.es/ubuntu +http://ftp.uni-kl.de/pub/linux/ubuntu +http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.unina.it/pub/linux/distributions/ubuntu +http://ftp.uninett.no/ubuntu +http://ftp.usf.edu/pub/ubuntu +http://ftp.ussg.iu.edu/linux/ubuntu +ftp://ftp.vectranet.pl/ubuntu +http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives +ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com +http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive +http://godel.cs.bilgi.edu.tr/ubuntu +http://gulus.USherbrooke.ca/ubuntu +http://hr.archive.ubuntu.com/ubuntu +http://ie.archive.ubuntu.com/ubuntu +http://klid.dk/ftp/ubuntu +ftp://klid.dk/ubuntu +http://kr.archive.ubuntu.com/ubuntu +http://lug.mtu.edu/ubuntu +http://mir1.ovh.net/ubuntu +http://mirror.anl.gov/pub/ubuntu +http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive +http://mirror.cs.umn.edu/ubuntu +http://mirror.hgkz.ch/ubuntu +http://mirror.imbrandon.com/ubuntu +http://mirror.lcsee.wvu.edu/ubuntu +http://mirror.letsopen.com/os/ubuntu +http://mirror.lupaworld.com/ubuntu/archive +http://mirror.nttu.edu.tw/ubuntu +http://mirror.optus.net/ubuntu +http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu +http://mirror.pacific.net.au/linux/ubuntu +http://mirror.rootguide.org/ubuntu +http://mirror.switch.ch/ftp/mirror/ubuntu +ftp://mirror.switch.ch/mirror/ubuntu +http://mirror.uni-c.dk/ubuntu +http://mirror.utdlug.org/linux/distributions/ubuntu/packages +http://mirrors.cat.pdx.edu/ubuntu +http://mirrors.ccs.neu.edu/archive.ubuntu.com +ftp://mirrors.ccs.neu.edu/net/mirrors/archive.ubuntu.com +http://mirrors.cs.wmich.edu/ubuntu +ftp://mirrors.easynews.com/linux/ubuntu +http://mirrors.kernel.org/ubuntu +http://mirrors.nic.funet.fi/ubuntu +http://mirrors.shlug.org/ubuntu +ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive +http://mirrors.xmission.com/ubuntu +http://mt.archive.ubuntu.com/ubuntu +http://na.mirror.garr.it/mirrors/ubuntu-archive +ftp://neacm.fe.up.pt/pub/ubuntu +http://neacm.fe.up.pt/ubuntu +http://nl.archive.ubuntu.com/ubuntu +http://nl2.archive.ubuntu.com/ubuntu +http://nz2.archive.ubuntu.com/ubuntu +http://packages.midian.hu//pub/linux/distributions/ubuntu +http://se.archive.ubuntu.com/ubuntu +http://sft.if.usp.br/ubuntu +http://snert.mi.hs-heilbronn.de/pub/ubuntu/ubuntu +http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu +http://tezcatl.fciencias.unam.mx/ubuntu +http://th.archive.ubuntu.com/ubuntu +ftp://tw.archive.ubuntu.com/ubuntu +http://ubuntu-archive.datahop.it/ubuntu +http://ubuntu.c3sl.ufpr.br/ubuntu +http://ubuntu.cn99.com/ubuntu +http://ubuntu.cs.utah.edu/ubuntu +http://ubuntu.csie.nctu.edu.tw/ubuntu +http://ubuntu.eriders.ge/ubuntu +http://ubuntu.fastbull.org/ubuntu +http://ubuntu.indika.net.id/ubuntu +http://ubuntu.inode.at/ubuntu +http://ubuntu.intergenia.de/ubuntu +http://ubuntu.ipacct.com/ubuntu +http://ubuntu.lhi.is/ubuntu +http://ubuntu.linux-bg.org/ubuntu +http://ubuntu.mirror.frontiernet.net/ubuntu +http://ubuntu.mirror.rafal.ca/ubuntu +http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu +http://ubuntu.snet.uz/ubuntu +http://ubuntu.supp.name/ubuntu +http://ubuntu.task.gda.pl/ubuntu +http://ubuntu.univ-nantes.fr/ubuntu +http://ubuntu.uz/ubuntu +http://ubuntu.ynet.sk/ubuntu +http://www.gtlib.gatech.edu/pub/ubuntu +http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com +ftp://yu.archive.ubuntu.com/ubuntu diff --git a/src/lib/distro-info/ubuntu-11.10/mirrors/base_security b/src/lib/distro-info/ubuntu-11.10/mirrors/base_security new file mode 100644 index 00000000..3617b3dd --- /dev/null +++ b/src/lib/distro-info/ubuntu-11.10/mirrors/base_security @@ -0,0 +1,162 @@ +http://archive.ubuntu.com.ba/ubuntu +http://archive.ubuntu.com/ubuntu +http://br.archive.ubuntu.com/ubuntu +http://bw.archive.ubuntu.com/ubuntu +http://cl.archive.ubuntu.com/ubuntu +http://cudlug.cudenver.edu/ubuntu +ftp://cz.archive.ubuntu.com/MIRRORS/archive.ubuntu.com/mirror/ubuntu +http://cz.archive.ubuntu.com/ubuntu +ftp://darkstar.ist.utl.pt/pub/ubuntu/archive +http://darkstar.ist.utl.pt/ubuntu/archive +http://de.archive.ubuntu.com/ubuntu +http://debian.charite.de/ubuntu +http://debian.linux.org.tw/ubuntu +http://dk.archive.ubuntu.com/ubuntu +http://es.archive.ubuntu.com/ubuntu +http://espelhos.edugraf.ufsc.br/ubuntu +http://free.nchc.org.tw/ubuntu +http://ftp-stud.fht-esslingen.de/Mirrors/ubuntu +http://ftp-stud.hs-esslingen.de/ubuntu +http://ftp.belnet.be/linux/ubuntu/ubuntu +http://ftp.belnet.be/pub/mirror/ubuntu.com/ubuntu +http://ftp.caliu.info/pub/distribucions/ubuntu/ubuntu +http://ftp.chg.ru/pub/Linux/ubuntu/archive +ftp://ftp.ciril.fr/pub/linux/ubuntu/archives +http://ftp.citylink.co.nz/ubuntu +http://ftp.crihan.fr/ubuntu +ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu +http://ftp.cw.net/ubuntu +http://ftp.dateleco.es/ubuntu +http://ftp.dei.uc.pt/pub/linux/ubuntu/archive +http://ftp.duth.gr/pub/ubuntu +http://ftp.ecc.u-tokyo.ac.jp/ubuntu +http://ftp.estpak.ee/ubuntu +ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.freepark.org/ubuntu +ftp://ftp.fu-berlin.de/linux/ubuntu +ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com +http://ftp.gil.di.uminho.pt/ubuntu +http://ftp.gui.uva.es/sites/ubuntu.com/ubuntu +http://ftp.halifax.rwth-aachen.de/ubuntu +http://ftp.heanet.ie/pub/ubuntu +http://ftp.hosteurope.de/mirror/archive.ubuntu.com +http://ftp.iinet.net.au/pub/ubuntu +http://ftp.iitm.ac.in/ubuntu +http://ftp.kaist.ac.kr/pub/ubuntu +http://ftp.kfki.hu/linux/ubuntu +ftp://ftp.kfki.hu/pub/linux/ubuntu +http://ftp.leg.uct.ac.za/pub/linux/ubuntu +http://ftp.linux.edu.lv/ubuntu +http://ftp.lug.ro/ubuntu +ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu +ftp://ftp.mipt.ru/mirror/ubuntu +ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://ftp.netspace.net.au/pub/ubuntu +http://ftp.ntua.gr/pub/linux/ubuntu +ftp://ftp.oleane.net/ubuntu +ftp://ftp.otenet.gr/ubuntu +http://ftp.pwr.wroc.pl/ubuntu +ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu +http://ftp.science.nus.edu.sg/ubuntu +http://ftp.stw-bonn.de/ubuntu +http://ftp.ticklers.org/archive.ubuntu.org/ubuntu +ftp://ftp.tiscali.nl/pub/mirror/ubuntu +http://ftp.tiscali.nl/ubuntu +http://ftp.tu-chemnitz.de/pub/linux/ubuntu +ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com +http://ftp.tuke.sk/ubuntu +http://ftp.twaren.net/Linux/Ubuntu/ubuntu +http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu +ftp://ftp.uasw.edu/linux/ubuntu/archive +http://ftp.ucr.ac.cr/ubuntu +http://ftp.udc.es/ubuntu +http://ftp.uni-kl.de/pub/linux/ubuntu +http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.unina.it/pub/linux/distributions/ubuntu +http://ftp.uninett.no/ubuntu +http://ftp.usf.edu/pub/ubuntu +http://ftp.ussg.iu.edu/linux/ubuntu +ftp://ftp.vectranet.pl/ubuntu +http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives +ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com +http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive +http://godel.cs.bilgi.edu.tr/ubuntu +http://gulus.USherbrooke.ca/ubuntu +http://hr.archive.ubuntu.com/ubuntu +http://ie.archive.ubuntu.com/ubuntu +http://kr.archive.ubuntu.com/ubuntu +http://lug.mtu.edu/ubuntu +http://mir1.ovh.net/ubuntu +http://mirror.anl.gov/pub/ubuntu +http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive +http://mirror.cs.umn.edu/ubuntu +http://mirror.hgkz.ch/ubuntu +http://mirror.imbrandon.com/ubuntu +http://mirror.lcsee.wvu.edu/ubuntu +http://mirror.letsopen.com/os/ubuntu +http://mirror.lupaworld.com/ubuntu/archive +http://mirror.nttu.edu.tw/ubuntu +http://mirror.optus.net/ubuntu +http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu +http://mirror.pacific.net.au/linux/ubuntu +http://mirror.rootguide.org/ubuntu +http://mirror.switch.ch/ftp/mirror/ubuntu +ftp://mirror.switch.ch/mirror/ubuntu +http://mirror.uni-c.dk/ubuntu +http://mirror.utdlug.org/linux/distributions/ubuntu/packages +http://mirror2.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive +http://mirrors.cat.pdx.edu/ubuntu +http://mirrors.ccs.neu.edu/archive.ubuntu.com +http://mirrors.cs.wmich.edu/ubuntu +http://mirrors.easynews.com/linux/ubuntu +http://mirrors.kernel.org/ubuntu +http://mirrors.nic.funet.fi/ubuntu +http://mirrors.shlug.org/ubuntu +ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive +http://mirrors.xmission.com/ubuntu +http://mt.archive.ubuntu.com/ubuntu +http://na.mirror.garr.it/mirrors/ubuntu-archive +ftp://neacm.fe.up.pt/pub/ubuntu +http://neacm.fe.up.pt/ubuntu +http://nl.archive.ubuntu.com/ubuntu +http://nl2.archive.ubuntu.com/ubuntu +http://nz2.archive.ubuntu.com/ubuntu +http://packages.midian.hu//pub/linux/distributions/ubuntu +http://se.archive.ubuntu.com/ubuntu +http://sft.if.usp.br/ubuntu +http://snert.mi.hs-heilbronn.de/pub/ubuntu/ubuntu +http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu +http://tezcatl.fciencias.unam.mx/ubuntu +http://th.archive.ubuntu.com/ubuntu +http://tw.archive.ubuntu.com/ubuntu +http://ubuntu-archive.datahop.it/ubuntu +http://ubuntu.c3sl.ufpr.br/ubuntu +http://ubuntu.cn99.com/ubuntu +http://ubuntu.cs.uaf.edu/ubuntu +http://ubuntu.cs.utah.edu/ubuntu +http://ubuntu.csie.nctu.edu.tw/ubuntu +http://ubuntu.eriders.ge/ubuntu +http://ubuntu.fastbull.org/ubuntu +http://ubuntu.indika.net.id/ubuntu +http://ubuntu.inode.at/ubuntu +http://ubuntu.intergenia.de/ubuntu +http://ubuntu.ipacct.com/ubuntu +http://ubuntu.lhi.is/ubuntu +http://ubuntu.linux-bg.org/ubuntu +http://ubuntu.mirror.ac.za/ubuntu-archive +http://ubuntu.mirror.frontiernet.net/ubuntu +http://ubuntu.mirror.rafal.ca/ubuntu +http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu +http://ubuntu.org.ua/ubuntu +http://ubuntu.snet.uz/ubuntu +http://ubuntu.supp.name/ubuntu +http://ubuntu.task.gda.pl/ubuntu +http://ubuntu.univ-nantes.fr/ubuntu +http://ubuntu.uz/ubuntu +http://ubuntu.ynet.sk/ubuntu +http://www.gtlib.gatech.edu/pub/ubuntu +http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com +http://wwwftp.ciril.fr/pub/linux/ubuntu/archives +ftp://yu.archive.ubuntu.com/ubuntu diff --git a/src/lib/distro-info/ubuntu-11.10/mirrors/base_updates b/src/lib/distro-info/ubuntu-11.10/mirrors/base_updates new file mode 100644 index 00000000..3b936ecf --- /dev/null +++ b/src/lib/distro-info/ubuntu-11.10/mirrors/base_updates @@ -0,0 +1,171 @@ +http://archive.ubuntu.com.ba/ubuntu +http://archive.ubuntu.com/ubuntu +ftp://br.archive.ubuntu.com/ubuntu +ftp://bw.archive.ubuntu.com/ubuntu +http://cl.archive.ubuntu.com/ubuntu +http://cudlug.cudenver.edu/ubuntu +ftp://cz.archive.ubuntu.com/MIRRORS/archive.ubuntu.com/mirror/ubuntu +http://cz.archive.ubuntu.com/ubuntu +ftp://darkstar.ist.utl.pt/pub/ubuntu/archive +http://darkstar.ist.utl.pt/ubuntu/archive +http://de.archive.ubuntu.com/ubuntu +http://debian.charite.de/ubuntu +http://debian.linux.org.tw/ubuntu +http://dk.archive.ubuntu.com/ubuntu +http://es.archive.ubuntu.com/ubuntu +http://espelhos.edugraf.ufsc.br/ubuntu +ftp://free.nchc.org.tw/ubuntu +http://ftp-stud.fht-esslingen.de/Mirrors/ubuntu +http://ftp-stud.hs-esslingen.de/ubuntu +http://ftp.belnet.be/linux/ubuntu/ubuntu +http://ftp.belnet.be/pub/mirror/ubuntu.com/ubuntu +http://ftp.caliu.info/pub/distribucions/ubuntu/ubuntu +http://ftp.chg.ru/pub/Linux/ubuntu/archive +ftp://ftp.ciril.fr/pub/linux/ubuntu/archives +http://ftp.citylink.co.nz/ubuntu +http://ftp.crihan.fr/ubuntu +ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu +http://ftp.cw.net/ubuntu +http://ftp.dateleco.es/ubuntu +http://ftp.dei.uc.pt/pub/linux/ubuntu/archive +http://ftp.duth.gr/pub/ubuntu +http://ftp.ecc.u-tokyo.ac.jp/ubuntu +http://ftp.estpak.ee/ubuntu +ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.freepark.org/ubuntu +ftp://ftp.fu-berlin.de/linux/ubuntu +ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com +http://ftp.gil.di.uminho.pt/ubuntu +ftp://ftp.gtlib.gatech.edu/pub/ubuntu +http://ftp.gui.uva.es/sites/ubuntu.com/ubuntu +http://ftp.halifax.rwth-aachen.de/ubuntu +http://ftp.heanet.ie/pub/ubuntu +http://ftp.hosteurope.de/mirror/archive.ubuntu.com +ftp://ftp.iinet.net.au/pub/ubuntu +ftp://ftp.iitm.ac.in/ubuntu +http://ftp.kaist.ac.kr/pub/ubuntu +http://ftp.kfki.hu/linux/ubuntu +ftp://ftp.kfki.hu/pub/linux/ubuntu +http://ftp.leg.uct.ac.za/pub/linux/ubuntu +http://ftp.linux.edu.lv/ubuntu +ftp://ftp.linux.org.tr/pub/ubuntu +http://ftp.lug.ro/ubuntu +ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu +ftp://ftp.mipt.ru/mirror/ubuntu +ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://ftp.netspace.net.au/pub/ubuntu +http://ftp.ntua.gr/pub/linux/ubuntu +ftp://ftp.oleane.net/ubuntu +ftp://ftp.otenet.gr/ubuntu +ftp://ftp.polytechnic.edu.na/pub/ubuntu +http://ftp.port80.se/ubuntu +http://ftp.pwr.wroc.pl/ubuntu +ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu +ftp://ftp.science.nus.edu.sg/pub/ubuntu +http://ftp.science.nus.edu.sg/ubuntu +http://ftp.stw-bonn.de/ubuntu +http://ftp.ticklers.org/archive.ubuntu.org/ubuntu +ftp://ftp.tiscali.nl/pub/mirror/ubuntu +http://ftp.tiscali.nl/ubuntu +http://ftp.tu-chemnitz.de/pub/linux/ubuntu +ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com +http://ftp.tuke.sk/ubuntu +http://ftp.twaren.net/Linux/Ubuntu/ubuntu +http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu +ftp://ftp.uasw.edu/linux/ubuntu/archive +http://ftp.ucr.ac.cr/ubuntu +http://ftp.udc.es/ubuntu +http://ftp.uni-kl.de/pub/linux/ubuntu +http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu +http://ftp.unina.it/pub/linux/distributions/ubuntu +http://ftp.uninett.no/ubuntu +http://ftp.usf.edu/pub/ubuntu +http://ftp.ussg.iu.edu/linux/ubuntu +ftp://ftp.vectranet.pl/ubuntu +http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives +ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com +http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive +http://godel.cs.bilgi.edu.tr/ubuntu +http://gulus.USherbrooke.ca/ubuntu +http://hr.archive.ubuntu.com/ubuntu +http://ie.archive.ubuntu.com/ubuntu +http://klid.dk/ftp/ubuntu +ftp://klid.dk/ubuntu +http://kr.archive.ubuntu.com/ubuntu +http://lug.mtu.edu/ubuntu +http://mir1.ovh.net/ubuntu +http://mirror.anl.gov/pub/ubuntu +http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive +http://mirror.cs.umn.edu/ubuntu +http://mirror.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive +http://mirror.hgkz.ch/ubuntu +http://mirror.imbrandon.com/ubuntu +http://mirror.lcsee.wvu.edu/ubuntu +http://mirror.letsopen.com/os/ubuntu +http://mirror.lupaworld.com/ubuntu/archive +http://mirror.nttu.edu.tw/ubuntu +http://mirror.optus.net/ubuntu +http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu +http://mirror.pacific.net.au/linux/ubuntu +http://mirror.rootguide.org/ubuntu +http://mirror.switch.ch/ftp/mirror/ubuntu +ftp://mirror.switch.ch/mirror/ubuntu +http://mirror.uni-c.dk/ubuntu +http://mirror.utdlug.org/linux/distributions/ubuntu/packages +http://mirror2.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive +http://mirrors.cat.pdx.edu/ubuntu +http://mirrors.ccs.neu.edu/archive.ubuntu.com +ftp://mirrors.ccs.neu.edu/net/mirrors/archive.ubuntu.com +http://mirrors.cs.wmich.edu/ubuntu +ftp://mirrors.easynews.com/linux/ubuntu +http://mirrors.kernel.org/ubuntu +http://mirrors.nic.funet.fi/ubuntu +http://mirrors.shlug.org/ubuntu +ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive +http://mirrors.xmission.com/ubuntu +http://mt.archive.ubuntu.com/ubuntu +http://na.mirror.garr.it/mirrors/ubuntu-archive +ftp://neacm.fe.up.pt/pub/ubuntu +http://neacm.fe.up.pt/ubuntu +http://nl.archive.ubuntu.com/ubuntu +http://nl2.archive.ubuntu.com/ubuntu +http://nz2.archive.ubuntu.com/ubuntu +http://packages.midian.hu//pub/linux/distributions/ubuntu +http://se.archive.ubuntu.com/ubuntu +http://sft.if.usp.br/ubuntu +http://snert.mi.hs-heilbronn.de/pub/ubuntu/ubuntu +http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu +http://tezcatl.fciencias.unam.mx/ubuntu +http://th.archive.ubuntu.com/ubuntu +ftp://tw.archive.ubuntu.com/ubuntu +http://ubuntu-archive.datahop.it/ubuntu +http://ubuntu.c3sl.ufpr.br/ubuntu +http://ubuntu.cn99.com/ubuntu +http://ubuntu.cs.uaf.edu/ubuntu +http://ubuntu.cs.utah.edu/ubuntu +http://ubuntu.csie.nctu.edu.tw/ubuntu +http://ubuntu.eriders.ge/ubuntu +http://ubuntu.fastbull.org/ubuntu +http://ubuntu.indika.net.id/ubuntu +http://ubuntu.inode.at/ubuntu +http://ubuntu.intergenia.de/ubuntu +http://ubuntu.ipacct.com/ubuntu +http://ubuntu.lhi.is/ubuntu +http://ubuntu.linux-bg.org/ubuntu +ftp://ubuntu.mirror.ac.za/ubuntu-archive +http://ubuntu.mirror.frontiernet.net/ubuntu +http://ubuntu.mirror.rafal.ca/ubuntu +http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu +http://ubuntu.org.ua/ubuntu +http://ubuntu.snet.uz/ubuntu +http://ubuntu.supp.name/ubuntu +http://ubuntu.task.gda.pl/ubuntu +http://ubuntu.univ-nantes.fr/ubuntu +http://ubuntu.uz/ubuntu +http://ubuntu.ynet.sk/ubuntu +http://www.gtlib.gatech.edu/pub/ubuntu +http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu +http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com +http://wwwftp.ciril.fr/pub/linux/ubuntu/archives +ftp://yu.archive.ubuntu.com/ubuntu diff --git a/src/lib/distro-info/ubuntu-11.10/prereqfiles/etc/hosts b/src/lib/distro-info/ubuntu-11.10/prereqfiles/etc/hosts new file mode 100644 index 00000000..75721cd5 --- /dev/null +++ b/src/lib/distro-info/ubuntu-11.10/prereqfiles/etc/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost diff --git a/src/lib/distro-info/ubuntu-11.10/settings.default b/src/lib/distro-info/ubuntu-11.10/settings.default new file mode 100644 index 00000000..64d8aa1d --- /dev/null +++ b/src/lib/distro-info/ubuntu-11.10/settings.default @@ -0,0 +1,76 @@ +arch = i386 +package-subdir = pool +prereq-packages = main/d/debootstrap/debootstrap_1.0.23_all.deb +release-name = maverick + + components = main restricted + distribution = maverick + name = Ubuntu 11.10 + repo-subdir = dists + file-for-speedtest = dists/maverick/main/binary-i386/Packages.bz2 + + + components = main restricted + distribution = maverick-security + name = Ubuntu 11.10 Security + repo-subdir = dists + file-for-speedtest = dists/maverick-security/main/binary-i386/Packages.bz2 + + + components = main restricted + distribution = maverick-updates + name = Ubuntu 11.10 Updates + repo-subdir = dists + file-for-speedtest = dists/maverick-updates/main/binary-i386/Packages.bz2 + + + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + packages = < + + base = minimal + diff --git a/src/lib/distro-info/ubuntu-11.10/settings.example b/src/lib/distro-info/ubuntu-11.10/settings.example new file mode 100644 index 00000000..31881c4c --- /dev/null +++ b/src/lib/distro-info/ubuntu-11.10/settings.example @@ -0,0 +1,23 @@ +# rename this file to 'settings' and edit it as you please +# +# for a list of all options, have a look at the corresponding +# settings.default in /opt/openslx/share/distro-info + +# use local installation source +# +# local-url = /srv/ftp/pub/ubuntu +# +# +# local-url = /srv/ftp/pub/ubuntu +# +# +# local-url = /srv/ftp/pub/ubuntu +# + +# add a new selection: +# +# base = kde +# packages = < 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 From a1f1dd97cc889c7021a51bb230d864da4c79bc0f Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 22 Nov 2011 16:31:06 +0100 Subject: Updated OpenSuSE distro info with special script: updateDistroInfo.suse --- src/lib/distro-info/suse-11.4/mirrors/base | 167 ++++++++++--------- src/lib/distro-info/suse-11.4/mirrors/base_non-oss | 172 ++++++++++---------- src/lib/distro-info/suse-11.4/mirrors/base_update | 178 ++++++++++----------- src/lib/distro-info/suse-11.4_x86_64/mirrors/base | 153 +++++++++--------- .../suse-11.4_x86_64/mirrors/base_non-oss | 143 +++++++++-------- .../suse-11.4_x86_64/mirrors/base_update | 156 +++++++++--------- .../gpg-pubkey-307e3d54-4be01a65.asc | 4 +- .../gpg-pubkey-3d25d3d9-36e12d04.asc | 32 ++-- .../gpg-pubkey-3dbdc284-4be1884d.asc | 4 +- .../gpg-pubkey-56b4177a-4be18cab.asc | 9 +- .../gpg-pubkey-9c800aca-4be01999.asc | 4 +- .../suse-12.1/trusted-package-keys/pubring.gpg | Bin 6490 -> 3391 bytes 12 files changed, 500 insertions(+), 522 deletions(-) diff --git a/src/lib/distro-info/suse-11.4/mirrors/base b/src/lib/distro-info/suse-11.4/mirrors/base index 7047f94a..0c52ab18 100644 --- a/src/lib/distro-info/suse-11.4/mirrors/base +++ b/src/lib/distro-info/suse-11.4/mirrors/base @@ -2,101 +2,84 @@ http://opensuse.mirror.ac.za/opensuse/distribution/11.4/repo/oss http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.4/repo/oss http://mirror.alva.ge/pub/opensuse/distribution/11.4/repo/oss http://fundawang.lcuc.org.cn/opensuse/distribution/11.4/repo/oss -http://mirrors.sohu.com/opensuse/distribution/11.4/repo/oss -http://mirrors.ustc.edu.cn/opensuse/distribution/11.4/repo/oss ftp://opensuse.mirror.ac.za/opensuse/distribution/11.4/repo/oss http://mirror.alva.ge/pub/opensuse/distribution/11.4/repo/oss +http://mirrors.sohu.com/opensuse/distribution/11.4/repo/oss ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.4/repo/oss -http://mirror.linux.or.id/linux/opensuse/distribution/11.4/repo/oss -http://opensuse.idrepo.or.id/opensuse/distribution/11.4/repo/oss http://repo.ugm.ac.id/opensuse/distribution/11.4/repo/oss http://mirror.isoc.org.il/pub/opensuse/distribution/11.4/repo/oss -ftp://repo.ugm.ac.id/opensuse/distribution/11.4/repo/oss +http://dl2.foss-id.web.id/opensuse/distribution/11.4/repo/oss ftp://mirror.isoc.org.il/opensuse/distribution/11.4/repo/oss +ftp://repo.ugm.ac.id/opensuse/distribution/11.4/repo/oss http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/oss -ftp://mirrors.ustc.edu.cn/opensuse/distribution/11.4/repo/oss http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/11.4/repo/oss ftp://dl2.foss-id.web.id/repo/opensuse/distribution/11.4/repo/oss http://ftp.novell.co.jp/pub/opensuse/distribution/11.4/repo/oss ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/oss http://ftp.riken.jp/Linux/opensuse/distribution/11.4/repo/oss -http://dl2.foss-id.web.id/opensuse/distribution/11.4/repo/oss -ftp://ftp.kddilabs.jp/Linux/packages/opensusedistribution/11.4/repo/oss http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/oss -http://ftp.daum.net/opensuse/distribution/11.4/repo/oss ftp://ftp.novell.co.jp/pub/opensuse/distribution/11.4/repo/oss +http://ftp.daum.net/opensuse/distribution/11.4/repo/oss ftp://ftp.riken.jp/Linux/opensuse/distribution/11.4/repo/oss -ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/oss -http://mirror.suse.ru/distribution/11.4/repo/oss ftp://ftp.daum.net/opensuse/distribution/11.4/repo/oss -http://93.158.155.193/opensuse/distribution/11.4/repo/oss -ftp://allotter.yandex.net/opensuse/distribution/11.4/repo/oss -http://77.88.19.74/opensuse/distribution/11.4/repo/oss -http://77.88.19.73/opensuse/distribution/11.4/repo/oss -ftp://dispenser.yandex.net/opensuse/distribution/11.4/repo/oss -ftp://seeder.yandex.net/opensuse/distribution/11.4/repo/oss -http://77.88.19.68/opensuse/distribution/11.4/repo/oss -ftp://spreader.yandex.net/opensuse/distribution/11.4/repo/oss +http://mirror.squ.edu.om/opensuse/distribution/11.4/repo/oss http://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/oss +http://mirror.nus.edu.sg/opensuse/distribution/11.4/repo/oss ftp://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/oss -http://ftp.linux.org.tr/opensuse/distribution/11.4/repo/oss -http://ftp.metu.edu.tr/opensuse/distribution/11.4/repo/oss -ftp://ftp.linux.org.tr/opensuse/distribution/11.4/repo/oss -ftp://ftp.metu.edu.tr/opensuse/distribution/11.4/repo/oss http://ftp.twaren.net/Linux/OpenSuSE/distribution/11.4/repo/oss -http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.4/repo/oss -http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.4/repo/oss http://ftp.tugraz.at/mirror/opensuse/distribution/11.4/repo/oss ftp://ftp.tugraz.at/mirror/opensuse/distribution/11.4/repo/oss -http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/oss +ftp://ftp.kaist.ac.kr/opensuse/distribution/11.4/repo/oss +ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/oss http://suse.inode.at/opensuse/distribution/11.4/repo/oss -ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/oss -ftp://suse.inode.at/opensuse/distribution/11.4/repo/oss -http://mirror.opensuse.com.ba/opensuse/distribution/11.4/repo/oss -ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.4/repo/oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.4/repo/oss http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.4/repo/oss ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.4/repo/oss +ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.4/repo/oss http://mirror.bgadmin.com/distribution/11.4/repo/oss -http://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/oss -ftp://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/oss +http://mirror.suse.vfu.bg/distribution/11.4/repo/oss http://mirror.switch.ch/ftp/mirror/opensuse/distribution/11.4/repo/oss -ftp://mirror.switch.ch/mirror/opensuse/distribution/11.4/repo/oss +http://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/oss http://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/oss -ftp://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/oss -ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/oss http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/11.4/repo/oss +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/oss +ftp://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/oss ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/oss http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/11.4/repo/oss -ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/11.4/repo/oss http://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/oss -http://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/oss +http://opensuse-linuxmigratio.at/distribution/11.4/repo/oss ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/oss http://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/oss -ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/oss ftp://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/oss +http://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/oss +http://mirror.linux.or.id/linux/opensuse/distribution/11.4/repo/oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/oss http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.4/repo/oss ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.4/repo/oss -http://widehat.opensuse.org/distribution/11.4/repo/oss http://opensuse.intergenia.de/distribution/11.4/repo/oss +http://widehat.opensuse.org/distribution/11.4/repo/oss http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/oss -http://www.opensuse-education.org/opensuse/distribution/11.4/repo/oss ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/oss +http://www.opensuse-education.org/opensuse/distribution/11.4/repo/oss http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/oss http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/distribution/11.4/repo/oss ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/11.4/repo/oss -ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/oss http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/repo/oss ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/oss ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/oss http://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/oss -ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/oss http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.4/repo/oss http://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/oss +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/oss ftp://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.4/repo/oss +ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/oss http://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.4/repo/oss +ftp://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/oss ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.uni-kassel.de/opensuse/distribution/11.4/repo/oss http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss @@ -114,20 +97,20 @@ http://ftp.estpak.ee/pub/suse/opensuse/distribution/11.4/repo/oss http://ftp.linux.ee/pub/opensuse/distribution/11.4/repo/oss http://suse.bifi.unizar.es/opensuse/distribution/11.4/repo/oss http://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/oss -ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/oss http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.4/repo/oss ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.4/repo/oss -http://fr2.rpmfind.net/linux/opensuse/distribution/11.4/repo/oss -http://opensuse.cict.fr/distribution/11.4/repo/oss http://opensuse.mirrors.proxad.net/opensuse/distribution/11.4/repo/oss -ftp://fr2.rpmfind.net/linux/opensuse/distribution/11.4/repo/oss -ftp://mirror.cict.fr/opensuse/distribution/11.4/repo/oss -ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/oss http://mirror.ovh.net/opensuse/distribution/11.4/repo/oss +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss ftp://mirror.ovh.net/opensuse/distribution/11.4/repo/oss http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/11.4/repo/oss -http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/oss +http://mirror.rackspace.co.uk/openSUSE/distribution/11.4/repo/oss +http://mirror01.th.ifl.net/opensuse/distribution/11.4/repo/oss ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/11.4/repo/oss +ftp://mirror01.th.ifl.net/opensuse/distribution/11.4/repo/oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/oss http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/oss ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/oss ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/oss @@ -137,7 +120,6 @@ http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.4/repo/oss ftp://ftp.ntua.gr/pub/linux/opensusedistribution/11.4/repo/oss http://roxen.integrity.hu/pub/opensuse/distribution/11.4/repo/oss ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.4/repo/oss -ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/oss http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/oss @@ -146,19 +128,19 @@ ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/ ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss http://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/oss ftp://opensuse.mirror.garr.it/mirrors/opensusedistribution/11.4/repo/oss -ftp://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/oss +http://opensuse.cict.fr/distribution/11.4/repo/oss http://repo1.linux.edu.lv/distribution/11.4/repo/oss -http://repo.fedora.md/mirrors/opensuse/distribution/11.4/repo/oss +ftp://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/oss ftp://repo1.linux.edu.lv/distribution/11.4/repo/oss -http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/oss -ftp://ftp.fedora.md/mirrors/opensuse/distribution/11.4/repo/oss -ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/oss +http://repo.fedora.md/mirrors/opensuse/distribution/11.4/repo/oss http://mirror.leaseweb.com/opensuse/distribution/11.4/repo/oss +http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/oss +ftp://ftp.fedora.md/mirrors/opensuse/distribution/11.4/repo/oss +ftp://mirror.cict.fr/opensuse/distribution/11.4/repo/oss +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/oss ftp://mirror.leaseweb.com/opensuse/distribution/11.4/repo/oss http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/oss ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/oss -http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/oss -ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/oss http://opensuse.hro.nl/opensuse/distribution/11.4/repo/oss ftp://opensuse.hro.nl/opensuse/distribution/11.4/repo/oss http://opensuse.uib.no/distribution/11.4/repo/oss @@ -169,78 +151,91 @@ http://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.4/repo/oss ftp://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.4/repo/oss ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.4/repo/oss ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.4/repo/oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/oss ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/oss ftp://ftp.pbone.net/pub/opensuse/distribution/11.4/repo/oss http://ftp.sileman.pl/pub/opensuse/distribution/11.4/repo/oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/oss ftp://ftp.sileman.pl/pub/opensuse/distribution/11.4/repo/oss -http://ftp.isr.ist.utl.pt/pub/opensuse/distribution/11.4/repo/oss http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.4/repo/oss -http://lisa.gov.pt/ftp/opensuse/distribution/11.4/repo/oss -ftp://ftp.isr.ist.utl.pt/pub/opensuse/distribution/11.4/repo/oss -http://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/oss -http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/oss http://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/oss -ftp://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/oss -ftp://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/oss http://ftp.ines.lug.ro/opensuse/distribution/11.4/repo/oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/oss +ftp://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/oss ftp://ftp.ines.lug.ro/opensuse/distribution/11.4/repo/oss http://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/oss +ftp://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/oss ftp://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/oss -http://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/oss +http://77.88.19.68/opensuse/distribution/11.4/repo/oss +http://77.88.19.74/opensuse/distribution/11.4/repo/oss +http://mirror.suse.ru/distribution/11.4/repo/oss +http://77.88.19.73/opensuse/distribution/11.4/repo/oss +ftp://spreader.yandex.net/opensuse/distribution/11.4/repo/oss +ftp://dispenser.yandex.net/opensuse/distribution/11.4/repo/oss +ftp://seeder.yandex.net/opensuse/distribution/11.4/repo/oss http://ftp.df.lth.se/pub/opensuse/distribution/11.4/repo/oss -ftp://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/oss http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/oss ftp://ftp.df.lth.se/pub/opensusedistribution/11.4/repo/oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/oss ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/oss -http://opensuse.ynet.sk/distribution/11.4/repo/oss +http://mirror.kreksi.net/opensuse/distribution/11.4/repo/oss +ftp://mirror.kreksi.net/opensuse/distribution/11.4/repo/oss +http://ftp.linux.org.tr/opensuse/distribution/11.4/repo/oss +ftp://ftp.linux.org.tr/opensuse/distribution/11.4/repo/oss +ftp://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/oss http://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/11.4/repo/oss -ftp://opensuse.ynet.sk/distribution/11.4/repo/oss -ftp://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/11.4/repo/oss +http://www.muug.mb.ca/pub/opensuse/distribution/11.4/repo/oss http://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/oss +ftp://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/11.4/repo/oss +http://mirrors.ucr.ac.cr/opensuse/distribution/11.4/repo/oss http://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/oss +ftp://www.muug.mb.ca/pub/opensuse/distribution/11.4/repo/oss +http://linux.dell.com/repo/community/distribution/11.4/repo/oss http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.4/repo/oss +ftp://mirrors.ucr.ac.cr/opensuse/distribution/11.4/repo/oss ftp://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/oss -ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/oss http://opensuse.mirror.freedomvoice.com/distribution/11.4/repo/oss -http://linux.dell.com/repo/community/distribution/11.4/repo/oss ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.4/repo/oss -http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/oss http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/11.4/repo/oss http://ftp.ussg.iu.edu/linux/opensuse/distribution/11.4/repo/oss +http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/oss ftp://mirror.freedomvoice.com/opensusedistribution/11.4/repo/oss ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/oss -http://mirrors2.kernel.org/opensuse/distribution/11.4/repo/oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/oss http://mirrors1.kernel.org/opensuse/distribution/11.4/repo/oss +http://mirrors2.kernel.org/opensuse/distribution/11.4/repo/oss +http://suse.mobile-central.org/distribution/11.4/repo/oss http://mirror.metrocast.net/opensuse/distribution/11.4/repo/oss -http://130.57.19.201/distribution/11.4/repo/oss -ftp://mirrors2.kernel.org/opensuse/distribution/11.4/repo/oss -ftp://130.57.19.201/pub/opensuse/distribution/11.4/repo/oss +ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/oss http://ftp.osuosl.org/pub/opensuse/distribution/11.4/repo/oss http://mirror.rackspace.com/openSUSE/distribution/11.4/repo/oss http://mirrors.rit.edu/opensuse/distribution/11.4/repo/oss +http://mirror.symnds.com/distributions/opensuse/distribution/11.4/repo/oss ftp://mirror.rackspace.com/openSUSE/distribution/11.4/repo/oss -ftp://mirrors1.kernel.org/opensuse/distribution/11.4/repo/oss +ftp://mirror.symnds.com/distributions/opensuse/distribution/11.4/repo/oss http://suse.mirrors.tds.net/pub/opensuse/distribution/11.4/repo/oss -http://mirror.umoss.org/opensuse/distribution/11.4/repo/oss -http://ftp.utexas.edu/opensuse/distribution/11.4/repo/oss +http://mirror.cst.temple.edu/opensuse/distribution/11.4/repo/oss +http://mirror.clarkson.edu/opensuse/distribution/11.4/repo/oss ftp://ftp.osuosl.org/pub/opensuse/distribution/11.4/repo/oss +http://ftp.utexas.edu/opensuse/distribution/11.4/repo/oss http://opensuse.cs.utah.edu/distribution/11.4/repo/oss -http://mirrors.xmission.com/opensuse/distribution/11.4/repo/oss ftp://ftp.utexas.edu/mirrors/opensuse/distribution/11.4/repo/oss -ftp://opensuse.cs.utah.edu/opensuse/distribution/11.4/repo/oss -ftp://mirrors.xmission.com/opensuse/distribution/11.4/repo/oss +http://mirrors.xmission.com/opensuse/distribution/11.4/repo/oss +ftp://mirrors2.kernel.org/opensuse/distribution/11.4/repo/oss http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.4/repo/oss http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/oss +ftp://opensuse.cs.utah.edu/opensuse/distribution/11.4/repo/oss http://ftp.iinet.net.au/pub/opensuse/distribution/11.4/repo/oss http://mirror.internode.on.net/pub/opensuse/distribution/11.4/repo/oss http://ftp.netspace.net.au/pub/opensuse/distribution/11.4/repo/oss ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.4/repo/oss -ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/distribution/11.4/repo/oss http://mirror.optus.net/opensuse/distribution/11.4/repo/oss -http://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/oss -http://opensuse.c3sl.ufpr.br/distribution/11.4/repo/oss +ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/distribution/11.4/repo/oss ftp://ftp.iinet.net.au/pub/opensuse/distribution/11.4/repo/oss +http://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/oss ftp://mirror.internode.on.net/pub/opensuse/distribution/11.4/repo/oss +ftp://ftp.netspace.net.au/pub/opensuse/distribution/11.4/repo/oss ftp://mirror.optus.net/opensuse/distribution/11.4/repo/oss -ftp://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/oss +http://opensuse.c3sl.ufpr.br/distribution/11.4/repo/oss ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/11.4/repo/oss diff --git a/src/lib/distro-info/suse-11.4/mirrors/base_non-oss b/src/lib/distro-info/suse-11.4/mirrors/base_non-oss index 45e170ae..ea602b10 100644 --- a/src/lib/distro-info/suse-11.4/mirrors/base_non-oss +++ b/src/lib/distro-info/suse-11.4/mirrors/base_non-oss @@ -2,93 +2,81 @@ http://opensuse.mirror.ac.za/opensuse/distribution/11.4/repo/non-oss http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.4/repo/non-oss http://mirror.alva.ge/pub/opensuse/distribution/11.4/repo/non-oss http://fundawang.lcuc.org.cn/opensuse/distribution/11.4/repo/non-oss -http://mirrors.sohu.com/opensuse/distribution/11.4/repo/non-oss +ftp://opensuse.mirror.ac.za/opensuse/distribution/11.4/repo/non-oss http://mirror.alva.ge/pub/opensuse/distribution/11.4/repo/non-oss +http://mirrors.sohu.com/opensuse/distribution/11.4/repo/non-oss ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.4/repo/non-oss -http://mirror.linux.or.id/linux/opensuse/distribution/11.4/repo/non-oss -http://opensuse.idrepo.or.id/opensuse/distribution/11.4/repo/non-oss http://repo.ugm.ac.id/opensuse/distribution/11.4/repo/non-oss -http://mirrors.ustc.edu.cn/opensuse/distribution/11.4/repo/non-oss http://mirror.isoc.org.il/pub/opensuse/distribution/11.4/repo/non-oss +http://dl2.foss-id.web.id/opensuse/distribution/11.4/repo/non-oss +ftp://repo.ugm.ac.id/opensuse/distribution/11.4/repo/non-oss http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/non-oss http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/11.4/repo/non-oss +http://mirrors.ustc.edu.cn/opensuse/distribution/11.4/repo/non-oss ftp://dl2.foss-id.web.id/repo/opensuse/distribution/11.4/repo/non-oss http://ftp.novell.co.jp/pub/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/non-oss http://ftp.riken.jp/Linux/opensuse/distribution/11.4/repo/non-oss -http://dl2.foss-id.web.id/opensuse/distribution/11.4/repo/non-oss -ftp://repo.ugm.ac.id/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/non-oss +ftp://ftp.novell.co.jp/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.daum.net/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.novell.co.jp/pub/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.riken.jp/Linux/opensuse/distribution/11.4/repo/non-oss ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/non-oss -http://mirror.suse.ru/distribution/11.4/repo/non-oss ftp://ftp.daum.net/opensuse/distribution/11.4/repo/non-oss -http://93.158.155.193/opensuse/distribution/11.4/repo/non-oss -http://77.88.19.74/opensuse/distribution/11.4/repo/non-oss -http://77.88.19.73/opensuse/distribution/11.4/repo/non-oss -ftp://dispenser.yandex.net/opensuse/distribution/11.4/repo/non-oss -ftp://seeder.yandex.net/opensuse/distribution/11.4/repo/non-oss -http://77.88.19.68/opensuse/distribution/11.4/repo/non-oss +http://mirror.linux.or.id/linux/opensuse/distribution/11.4/repo/non-oss +http://mirror.squ.edu.om/opensuse/distribution/11.4/repo/non-oss http://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/non-oss -ftp://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/non-oss -http://ftp.linux.org.tr/opensuse/distribution/11.4/repo/non-oss -http://ftp.metu.edu.tr/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.linux.org.tr/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.metu.edu.tr/opensuse/distribution/11.4/repo/non-oss +http://mirror.nus.edu.sg/opensuse/distribution/11.4/repo/non-oss http://ftp.twaren.net/Linux/OpenSuSE/distribution/11.4/repo/non-oss http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.4/repo/non-oss -http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.4/repo/non-oss +ftp://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.tugraz.at/mirror/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.kaist.ac.kr/opensuse/distribution/11.4/repo/non-oss ftp://ftp.tugraz.at/mirror/opensuse/distribution/11.4/repo/non-oss http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/non-oss http://suse.inode.at/opensuse/distribution/11.4/repo/non-oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.4/repo/non-oss ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/non-oss ftp://suse.inode.at/opensuse/distribution/11.4/repo/non-oss -http://mirror.opensuse.com.ba/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.4/repo/non-oss http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.4/repo/non-oss -ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.4/repo/non-oss http://mirror.bgadmin.com/distribution/11.4/repo/non-oss -http://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/non-oss +http://mirror.suse.vfu.bg/distribution/11.4/repo/non-oss http://mirror.switch.ch/ftp/mirror/opensuse/distribution/11.4/repo/non-oss -ftp://mirror.switch.ch/mirror/opensuse/distribution/11.4/repo/non-oss +http://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/non-oss ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/11.4/repo/non-oss -ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/11.4/repo/non-oss +ftp://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss +http://opensuse-linuxmigratio.at/distribution/11.4/repo/non-oss http://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss -http://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss -ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss http://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss -ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss +ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss ftp://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss +http://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/11.4/repo/non-oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.4/repo/non-oss ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.4/repo/non-oss -http://widehat.opensuse.org/distribution/11.4/repo/non-oss http://opensuse.intergenia.de/distribution/11.4/repo/non-oss +http://widehat.opensuse.org/distribution/11.4/repo/non-oss http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/non-oss -http://www.opensuse-education.org/opensuse/distribution/11.4/repo/non-oss ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/non-oss +http://www.opensuse-education.org/opensuse/distribution/11.4/repo/non-oss http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/non-oss http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/distribution/11.4/repo/non-oss ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/non-oss http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/repo/non-oss -http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/non-oss ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/repo/non-oss -http://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/non-oss +http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/non-oss ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/non-oss -http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/non-oss +http://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/non-oss +http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.4/repo/non-oss ftp://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.4/repo/non-oss http://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.4/repo/non-oss ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/non-oss @@ -100,8 +88,8 @@ ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.4/repo/n http://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.4/repo/non-oss ftp://ftp.uni-paderborn.de/pub/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.uni-siegen.de/opensuse/distribution/11.4/repo/non-oss -http://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.4/repo/non-oss ftp://ftp.uni-siegen.de/pub/opensuse/distribution/11.4/repo/non-oss +http://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.4/repo/non-oss ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.4/repo/non-oss http://ftp.klid.dk/ftp/opensuse/distribution/11.4/repo/non-oss ftp://ftp.klid.dk/opensuse/distribution/11.4/repo/non-oss @@ -109,20 +97,21 @@ http://ftp.estpak.ee/pub/suse/opensuse/distribution/11.4/repo/non-oss http://ftp.linux.ee/pub/opensuse/distribution/11.4/repo/non-oss http://suse.bifi.unizar.es/opensuse/distribution/11.4/repo/non-oss http://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/non-oss -ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/non-oss http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.4/repo/non-oss ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.4/repo/non-oss -http://fr2.rpmfind.net/linux/opensuse/distribution/11.4/repo/non-oss -http://opensuse.cict.fr/distribution/11.4/repo/non-oss http://opensuse.mirrors.proxad.net/opensuse/distribution/11.4/repo/non-oss -ftp://mirror.cict.fr/opensuse/distribution/11.4/repo/non-oss -ftp://fr2.rpmfind.net/linux/opensuse/distribution/11.4/repo/non-oss -ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/non-oss http://mirror.ovh.net/opensuse/distribution/11.4/repo/non-oss +ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss ftp://mirror.ovh.net/opensuse/distribution/11.4/repo/non-oss http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/11.4/repo/non-oss -http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/non-oss +http://mirror.rackspace.co.uk/openSUSE/distribution/11.4/repo/non-oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/non-oss ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/11.4/repo/non-oss +http://mirror01.th.ifl.net/opensuse/distribution/11.4/repo/non-oss +ftp://mirror01.th.ifl.net/opensuse/distribution/11.4/repo/non-oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/non-oss +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/non-oss ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/non-oss ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.ntua.gr/pub/linux/opensuse/distribution/11.4/repo/non-oss @@ -131,7 +120,6 @@ http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.4/repo/non-os ftp://ftp.ntua.gr/pub/linux/opensusedistribution/11.4/repo/non-oss http://roxen.integrity.hu/pub/opensuse/distribution/11.4/repo/non-oss ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/non-oss http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/non-oss @@ -139,19 +127,19 @@ http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/no ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss ftp://opensuse.mirror.garr.it/mirrors/opensusedistribution/11.4/repo/non-oss http://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/non-oss -ftp://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/non-oss +http://opensuse.cict.fr/distribution/11.4/repo/non-oss http://repo1.linux.edu.lv/distribution/11.4/repo/non-oss -http://repo.fedora.md/mirrors/opensuse/distribution/11.4/repo/non-oss +ftp://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/non-oss ftp://repo1.linux.edu.lv/distribution/11.4/repo/non-oss -http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.fedora.md/mirrors/opensuse/distribution/11.4/repo/non-oss -ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss +http://repo.fedora.md/mirrors/opensuse/distribution/11.4/repo/non-oss http://mirror.leaseweb.com/opensuse/distribution/11.4/repo/non-oss +http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.cict.fr/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.fedora.md/mirrors/opensuse/distribution/11.4/repo/non-oss +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss ftp://mirror.leaseweb.com/opensuse/distribution/11.4/repo/non-oss http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss -http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss -ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss http://opensuse.hro.nl/opensuse/distribution/11.4/repo/non-oss ftp://opensuse.hro.nl/opensuse/distribution/11.4/repo/non-oss http://opensuse.uib.no/distribution/11.4/repo/non-oss @@ -164,75 +152,87 @@ ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.4/repo/non ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.4/repo/non-oss ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/non-oss ftp://ftp.pbone.net/pub/opensuse/distribution/11.4/repo/non-oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/non-oss http://ftp.sileman.pl/pub/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/non-oss ftp://ftp.sileman.pl/pub/opensuse/distribution/11.4/repo/non-oss -http://ftp.isr.ist.utl.pt/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.isr.ist.utl.pt/pub/opensuse/distribution/11.4/repo/non-oss -http://lisa.gov.pt/ftp/opensuse/distribution/11.4/repo/non-oss -http://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/non-oss http://ftp.ines.lug.ro/opensuse/distribution/11.4/repo/non-oss -ftp://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/non-oss -http://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/non-oss -http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/non-oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/non-oss ftp://ftp.ines.lug.ro/opensuse/distribution/11.4/repo/non-oss +http://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/non-oss +ftp://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/non-oss ftp://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/non-oss -http://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss +http://77.88.19.68/opensuse/distribution/11.4/repo/non-oss +http://77.88.19.74/opensuse/distribution/11.4/repo/non-oss +http://mirror.suse.ru/distribution/11.4/repo/non-oss +http://77.88.19.73/opensuse/distribution/11.4/repo/non-oss +ftp://dispenser.yandex.net/opensuse/distribution/11.4/repo/non-oss +ftp://seeder.yandex.net/opensuse/distribution/11.4/repo/non-oss http://ftp.df.lth.se/pub/opensuse/distribution/11.4/repo/non-oss -ftp://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/non-oss ftp://ftp.df.lth.se/pub/opensusedistribution/11.4/repo/non-oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/non-oss -http://opensuse.ynet.sk/distribution/11.4/repo/non-oss +http://mirror.kreksi.net/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.kreksi.net/opensuse/distribution/11.4/repo/non-oss +http://ftp.linux.org.tr/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.linux.org.tr/opensuse/distribution/11.4/repo/non-oss +ftp://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss http://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/11.4/repo/non-oss -ftp://opensuse.ynet.sk/distribution/11.4/repo/non-oss +ftp://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/11.4/repo/non-oss +http://www.muug.mb.ca/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/non-oss +http://mirrors.ucr.ac.cr/opensuse/distribution/11.4/repo/non-oss http://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/non-oss +ftp://www.muug.mb.ca/pub/opensuse/distribution/11.4/repo/non-oss +http://linux.dell.com/repo/community/distribution/11.4/repo/non-oss http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.4/repo/non-oss ftp://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/non-oss +ftp://mirrors.ucr.ac.cr/opensuse/distribution/11.4/repo/non-oss http://opensuse.mirror.freedomvoice.com/distribution/11.4/repo/non-oss -ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/non-oss -http://linux.dell.com/repo/community/distribution/11.4/repo/non-oss ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.4/repo/non-oss -http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/non-oss http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/11.4/repo/non-oss http://ftp.ussg.iu.edu/linux/opensuse/distribution/11.4/repo/non-oss -ftp://mirror.freedomvoice.com/opensusedistribution/11.4/repo/non-oss +http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/non-oss ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/non-oss -http://mirrors2.kernel.org/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.freedomvoice.com/opensusedistribution/11.4/repo/non-oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss http://mirrors1.kernel.org/opensuse/distribution/11.4/repo/non-oss +http://mirrors2.kernel.org/opensuse/distribution/11.4/repo/non-oss +http://suse.mobile-central.org/distribution/11.4/repo/non-oss http://mirror.metrocast.net/opensuse/distribution/11.4/repo/non-oss -http://130.57.19.201/distribution/11.4/repo/non-oss -ftp://mirrors2.kernel.org/opensuse/distribution/11.4/repo/non-oss -ftp://130.57.19.201/pub/opensuse/distribution/11.4/repo/non-oss ftp://mirrors1.kernel.org/opensuse/distribution/11.4/repo/non-oss +ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss http://ftp.osuosl.org/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.rackspace.com/openSUSE/distribution/11.4/repo/non-oss http://mirrors.rit.edu/opensuse/distribution/11.4/repo/non-oss +http://mirror.symnds.com/distributions/opensuse/distribution/11.4/repo/non-oss ftp://mirror.rackspace.com/openSUSE/distribution/11.4/repo/non-oss +ftp://mirror.symnds.com/distributions/opensuse/distribution/11.4/repo/non-oss http://suse.mirrors.tds.net/pub/opensuse/distribution/11.4/repo/non-oss -http://mirror.umoss.org/opensuse/distribution/11.4/repo/non-oss -http://ftp.utexas.edu/opensuse/distribution/11.4/repo/non-oss +http://mirror.cst.temple.edu/opensuse/distribution/11.4/repo/non-oss +http://mirror.clarkson.edu/opensuse/distribution/11.4/repo/non-oss ftp://ftp.osuosl.org/pub/opensuse/distribution/11.4/repo/non-oss +http://ftp.utexas.edu/opensuse/distribution/11.4/repo/non-oss http://opensuse.cs.utah.edu/distribution/11.4/repo/non-oss -http://mirrors.xmission.com/opensuse/distribution/11.4/repo/non-oss ftp://ftp.utexas.edu/mirrors/opensuse/distribution/11.4/repo/non-oss -ftp://opensuse.cs.utah.edu/opensuse/distribution/11.4/repo/non-oss -ftp://mirrors.xmission.com/opensuse/distribution/11.4/repo/non-oss +http://mirrors.xmission.com/opensuse/distribution/11.4/repo/non-oss http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.4/repo/non-oss http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/non-oss +ftp://opensuse.cs.utah.edu/opensuse/distribution/11.4/repo/non-oss +ftp://mirrors.xmission.com/opensuse/distribution/11.4/repo/non-oss http://ftp.iinet.net.au/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.internode.on.net/pub/opensuse/distribution/11.4/repo/non-oss ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.4/repo/non-oss http://ftp.netspace.net.au/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.optus.net/opensuse/distribution/11.4/repo/non-oss -ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/distribution/11.4/repo/non-oss -http://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/non-oss -http://opensuse.c3sl.ufpr.br/distribution/11.4/repo/non-oss ftp://ftp.iinet.net.au/pub/opensuse/distribution/11.4/repo/non-oss +http://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/non-oss ftp://mirror.internode.on.net/pub/opensuse/distribution/11.4/repo/non-oss ftp://mirror.optus.net/opensuse/distribution/11.4/repo/non-oss -ftp://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/non-oss +http://opensuse.c3sl.ufpr.br/distribution/11.4/repo/non-oss ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/11.4/repo/non-oss diff --git a/src/lib/distro-info/suse-11.4/mirrors/base_update b/src/lib/distro-info/suse-11.4/mirrors/base_update index 5a1be890..6c273bbd 100644 --- a/src/lib/distro-info/suse-11.4/mirrors/base_update +++ b/src/lib/distro-info/suse-11.4/mirrors/base_update @@ -2,101 +2,86 @@ http://opensuse.mirror.ac.za/opensuse/update/11.4 http://ftp.up.ac.za/mirrors/opensuse/opensuse/update/11.4 http://mirror.alva.ge/pub/opensuse/update/11.4 http://fundawang.lcuc.org.cn/opensuse/update/11.4 -http://mirrors.sohu.com/opensuse/update/11.4 -http://mirrors.ustc.edu.cn/opensuse/update/11.4 ftp://opensuse.mirror.ac.za/opensuse/update/11.4 http://mirror.alva.ge/pub/opensuse/update/11.4 +http://mirrors.sohu.com/opensuse/update/11.4 ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/update/11.4 -http://mirror.linux.or.id/linux/opensuse/update/11.4 -http://opensuse.idrepo.or.id/opensuse/update/11.4 http://repo.ugm.ac.id/opensuse/update/11.4 http://mirror.isoc.org.il/pub/opensuse/update/11.4 +http://dl2.foss-id.web.id/opensuse/update/11.4 ftp://mirror.isoc.org.il/opensuse/update/11.4 +ftp://repo.ugm.ac.id/opensuse/update/11.4 http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.4 http://ftp.kddilabs.jp/Linux/packages/opensuse/update/11.4 +ftp://dl2.foss-id.web.id/repo/opensuse/update/11.4 http://ftp.novell.co.jp/pub/opensuse/update/11.4 -http://dl2.foss-id.web.id/opensuse/update/11.4 ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.4 +http://mirror.linux.or.id/linux/opensuse/update/11.4 http://ftp.riken.jp/Linux/opensuse/update/11.4 -ftp://mirrors.ustc.edu.cn/opensuse/update/11.4 -ftp://repo.ugm.ac.id/opensuse/update/11.4 -ftp://dl2.foss-id.web.id/repo/opensuse/update/11.4 +ftp://ftp.novell.co.jp/pub/opensuse/update/11.4 http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/update/11.4 +ftp://ftp.kddilabs.jp/Linux/packages/opensuseupdate/11.4 http://ftp.daum.net/opensuse/update/11.4 -ftp://ftp.novell.co.jp/pub/opensuse/update/11.4 -ftp://ftp.riken.jp/Linux/opensuse/update/11.4 ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/update/11.4 -http://mirror.suse.ru/update/11.4 +ftp://ftp.riken.jp/Linux/opensuse/update/11.4 ftp://ftp.daum.net/opensuse/update/11.4 -http://93.158.155.193/opensuse/update/11.4 -ftp://allotter.yandex.net/opensuse/update/11.4 -http://77.88.19.74/opensuse/update/11.4 -ftp://dispenser.yandex.net/opensuse/update/11.4 -http://77.88.19.73/opensuse/update/11.4 -http://77.88.19.68/opensuse/update/11.4 -ftp://seeder.yandex.net/opensuse/update/11.4 -ftp://spreader.yandex.net/opensuse/update/11.4 +http://mirror.squ.edu.om/opensuse/update/11.4 http://mirrors.isu.net.sa/pub/opensuse/update/11.4 +ftp://ftp.kaist.ac.kr/opensuse/update/11.4 +http://mirror.nus.edu.sg/opensuse/update/11.4 ftp://mirrors.isu.net.sa/pub/opensuse/update/11.4 -http://ftp.linux.org.tr/opensuse/update/11.4 -http://ftp.metu.edu.tr/opensuse/update/11.4 -ftp://ftp.linux.org.tr/opensuse/update/11.4 -ftp://ftp.metu.edu.tr/opensuse/update/11.4 http://ftp.twaren.net/Linux/OpenSuSE/update/11.4 http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/11.4 -http://mirror-fpt-telecom.fpt.net/opensuse/update/11.4 http://ftp.tugraz.at/mirror/opensuse/update/11.4 ftp://ftp.tugraz.at/mirror/opensuse/update/11.4 http://suse.inode.at/opensuse/update/11.4 -ftp://gd.tuwien.ac.at/opsys/linux/opensuse/update/11.4 -ftp://suse.inode.at/opensuse/update/11.4 -http://gd.tuwien.ac.at/opsys/linux/opensuse/update/11.4 -http://mirror.opensuse.com.ba/opensuse/update/11.4 -ftp://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/11.4 +http://mirror-fpt-telecom.fpt.net/opensuse/update/11.4 http://ftp.belnet.be/mirror/ftp.opensuse.org/update/11.4 +ftp://suse.inode.at/opensuse/update/11.4 ftp://ftp.belnet.be/mirror/ftp.opensuse.org/update/11.4 http://mirror.bgadmin.com/update/11.4 -http://ftp.byfly.by/pub/opensuse/update/11.4 -ftp://ftp.byfly.by/pub/opensuse/update/11.4 +http://mirror.suse.vfu.bg/update/11.4 http://mirror.switch.ch/ftp/mirror/opensuse/update/11.4 -ftp://mirror.switch.ch/mirror/opensuse/update/11.4 +http://ftp.byfly.by/pub/opensuse/update/11.4 http://ftp.linux.cz/pub/linux/opensuse/update/11.4 +ftp://mirror.switch.ch/mirror/opensuse/update/11.4 http://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.4 -ftp://ftp.linux.cz/pub/linux/opensuse/update/11.4 -ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.4 +ftp://ftp.byfly.by/pub/opensuse/update/11.4 http://mirror.karneval.cz/pub/linux/opensuse/update/11.4 +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.4 +ftp://ftp.linux.cz/pub/linux/opensuse/update/11.4 ftp://mirror.karneval.cz/pub/linux/opensuse/update/11.4 http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/update/11.4 -ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/update/11.4 +http://opensuse-linuxmigratio.at/update/11.4 http://ftp4.gwdg.de/pub/opensuse/update/11.4 -http://ftp3.gwdg.de/pub/opensuse/update/11.4 ftp://ftp4.gwdg.de/pub/opensuse/update/11.4 -ftp://ftp3.gwdg.de/pub/opensuse/update/11.4 http://ftp5.gwdg.de/pub/opensuse/update/11.4 ftp://ftp5.gwdg.de/pub/opensuse/update/11.4 +http://ftp3.gwdg.de/pub/opensuse/update/11.4 http://download.uni-hd.de/ftp/pub/linux/opensuse/update/11.4 +ftp://ftp3.gwdg.de/pub/opensuse/update/11.4 http://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/11.4 ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/11.4 http://widehat.opensuse.org/update/11.4 http://opensuse.intergenia.de/update/11.4 http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.4 -http://www.opensuse-education.org/opensuse/update/11.4 +http://gd.tuwien.ac.at/opsys/linux/opensuse/update/11.4 ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.4 +http://www.opensuse-education.org/opensuse/update/11.4 http://ftp.halifax.rwth-aachen.de/opensuse/update/11.4 +ftp://ftp.halifax.rwth-aachen.de/opensuse/update/11.4 http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/update/11.4 ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/update/11.4 -ftp://ftp.halifax.rwth-aachen.de/opensuse/update/11.4 http://ftp.tu-chemnitz.de/pub/linux/opensuse/update/11.4 ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/update/11.4 http://ftp.tu-ilmenau.de/mirror/opensuse/update/11.4 ftp://ftp.tu-ilmenau.de/mirror/opensuse/update/11.4 http://ftp.uni-bayreuth.de/linux/opensuse/update/11.4 -ftp://ftp.uni-bayreuth.de/linux/opensuse/update/11.4 http://ftp.uni-bremen.de/pub/mirrors/opensuse/update/11.4 http://ftp.uni-erlangen.de/pub/mirrors/opensuse/update/11.4 ftp://ftp.uni-bremen.de/pub/mirrors/opensuse/update/11.4 -http://ftp.uni-kl.de/pub/linux/opensuse/update/11.4 ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/update/11.4 +http://ftp.uni-kl.de/pub/linux/opensuse/update/11.4 ftp://ftp.uni-kl.de/pub/linux/opensuse/update/11.4 http://ftp.uni-kassel.de/opensuse/update/11.4 http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/11.4 @@ -105,8 +90,8 @@ ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/11.4 http://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.4 ftp://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.4 http://ftp.uni-siegen.de/opensuse/update/11.4 -http://ftp.uni-ulm.de/mirrors/opensuse/update/11.4 ftp://ftp.uni-siegen.de/pub/opensuse/update/11.4 +http://ftp.uni-ulm.de/mirrors/opensuse/update/11.4 ftp://ftp.uni-ulm.de/mirrors/opensuse/update/11.4 http://ftp.klid.dk/ftp/opensuse/update/11.4 ftp://ftp.klid.dk/opensuse/update/11.4 @@ -114,29 +99,28 @@ http://ftp.estpak.ee/pub/suse/opensuse/update/11.4 http://ftp.linux.ee/pub/opensuse/update/11.4 http://suse.bifi.unizar.es/opensuse/update/11.4 http://ftp.gui.uva.es/sites/opensuse.org/update/11.4 -ftp://ftp.gui.uva.es/sites/opensuse.org/update/11.4 http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/11.4 ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/11.4 -http://opensuse.cict.fr/update/11.4 -http://fr2.rpmfind.net/linux/opensuse/update/11.4 http://opensuse.mirrors.proxad.net/opensuse/update/11.4 -ftp://fr2.rpmfind.net/linux/opensuse/update/11.4 -ftp://mirror.cict.fr/opensuse/update/11.4 +ftp://ftp.gui.uva.es/sites/opensuse.org/update/11.4 ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/update/11.4 http://mirror.ovh.net/opensuse/update/11.4 ftp://mirror.ovh.net/opensuse/update/11.4 http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/update/11.4 -http://www.mirrorservice.org/sites/download.opensuse.org/update/11.4 +ftp://ftp.uni-bayreuth.de/linux/opensuse/update/11.4 +http://mirror.rackspace.co.uk/openSUSE/update/11.4 ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/update/11.4 -ftp://www.mirrorservice.org/sites/download.opensuse.org/update/11.4 +http://mirror01.th.ifl.net/opensuse/update/11.4 +ftp://mirror01.th.ifl.net/opensuse/update/11.4 +http://www.mirrorservice.org/sites/download.opensuse.org/update/11.4 +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/11.4 ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/11.4 http://ftp.ntua.gr/pub/linux/opensuse/update/11.4 http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.4 http://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.4 ftp://ftp.ntua.gr/pub/linux/opensuseupdate/11.4 -ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.4 http://roxen.integrity.hu/pub/opensuse/update/11.4 -ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.4 +ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.4 http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/11.4 ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/11.4 http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/11.4 @@ -145,102 +129,112 @@ ftp://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/11.4 ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/11.4 http://spo1.linux.edu.lv/opensuse/update/11.4 ftp://opensuse.mirror.garr.it/mirrors/opensuseupdate/11.4 -ftp://spo1.linux.edu.lv/opensuse/update/11.4 http://repo1.linux.edu.lv/update/11.4 -http://repo.fedora.md/mirrors/opensuse/update/11.4 +ftp://spo1.linux.edu.lv/opensuse/update/11.4 ftp://repo1.linux.edu.lv/update/11.4 -http://mirrors.nl.eu.kernel.org/opensuse/update/11.4 -ftp://ftp.fedora.md/mirrors/opensuse/update/11.4 -ftp://mirrors.nl.eu.kernel.org/opensuse/update/11.4 +http://opensuse.cict.fr/update/11.4 +http://repo.fedora.md/mirrors/opensuse/update/11.4 http://mirror.leaseweb.com/opensuse/update/11.4 +http://ftp1.nluug.nl/os/Linux/distr/opensuse/update/11.4 +ftp://ftp.fedora.md/mirrors/opensuse/update/11.4 +ftp://mirror.cict.fr/opensuse/update/11.4 +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/update/11.4 ftp://mirror.leaseweb.com/opensuse/update/11.4 http://ftp2.nluug.nl/os/Linux/distr/opensuse/update/11.4 ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/update/11.4 -http://ftp1.nluug.nl/os/Linux/distr/opensuse/update/11.4 -ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/update/11.4 http://opensuse.hro.nl/opensuse/update/11.4 ftp://opensuse.hro.nl/opensuse/update/11.4 http://opensuse.uib.no/update/11.4 http://ftp.uninett.no/pub/linux/opensuse/update/11.4 ftp://opensuse.uib.no/pub/Linux/Distributions/opensuse/opensuse/update/11.4 -ftp://ftp.uninett.no/pub/linux/opensuse/update/11.4 http://ftp.icm.edu.pl/pub/Linux/opensuse/update/11.4 +ftp://ftp.uninett.no/pub/linux/opensuse/update/11.4 ftp://ftp.icm.edu.pl/pub/Linux/opensuse/update/11.4 +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.4 ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/11.4 ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/11.4 -http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.4 ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.4 ftp://ftp.pbone.net/pub/opensuse/update/11.4 http://ftp.sileman.pl/pub/opensuse/update/11.4 +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.4 ftp://ftp.sileman.pl/pub/opensuse/update/11.4 -http://ftp.isr.ist.utl.pt/pub/opensuse/update/11.4 -http://ftp.nux.ipb.pt/pub/dists/opensuse/update/11.4 -http://lisa.gov.pt/ftp/opensuse/update/11.4 -ftp://ftp.isr.ist.utl.pt/pub/opensuse/update/11.4 -http://cesium.di.uminho.pt/pub/opensuse/update/11.4 http://ftp.gts.lug.ro/opensuse/update/11.4 -ftp://ftp.gts.lug.ro/opensuse/update/11.4 -ftp://cesium.di.uminho.pt/pub/opensuse/update/11.4 +http://cesium.di.uminho.pt/pub/opensuse/update/11.4 http://ftp.ines.lug.ro/opensuse/update/11.4 -ftp://ftp.ines.lug.ro/opensuse/update/11.4 +ftp://ftp.gts.lug.ro/opensuse/update/11.4 http://ftp.roedu.net/mirrors/opensuse.org/update/11.4 +ftp://ftp.ines.lug.ro/opensuse/update/11.4 +ftp://cesium.di.uminho.pt/pub/opensuse/update/11.4 ftp://ftp.roedu.net/mirrors/opensuse.org/update/11.4 -http://mirrors.se.eu.kernel.org/opensuse/update/11.4 +http://77.88.19.68/opensuse/update/11.4 +http://77.88.19.74/opensuse/update/11.4 +http://mirror.suse.ru/update/11.4 +http://77.88.19.73/opensuse/update/11.4 +ftp://spreader.yandex.net/opensuse/update/11.4 +ftp://dispenser.yandex.net/opensuse/update/11.4 +ftp://seeder.yandex.net/opensuse/update/11.4 http://ftp.df.lth.se/pub/opensuse/update/11.4 -ftp://mirrors.se.eu.kernel.org/opensuse/update/11.4 http://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.4 -ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.4 ftp://ftp.df.lth.se/pub/opensuseupdate/11.4 -http://opensuse.ynet.sk/update/11.4 +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.4 +http://mirrors.se.eu.kernel.org/opensuse/update/11.4 +http://mirror.kreksi.net/opensuse/update/11.4 +ftp://mirror.kreksi.net/opensuse/update/11.4 +http://ftp.linux.org.tr/opensuse/update/11.4 +ftp://ftp.linux.org.tr/opensuse/update/11.4 +ftp://mirrors.se.eu.kernel.org/opensuse/update/11.4 http://ftp.linux.kiev.ua/pub/Linux/SuSE/update/11.4 -ftp://opensuse.ynet.sk/update/11.4 ftp://ftp.linux.kiev.ua/pub/Linux/SuSE/update/11.4 +http://www.muug.mb.ca/pub/opensuse/update/11.4 http://mirror.csclub.uwaterloo.ca/opensuse/update/11.4 +http://mirrors.ucr.ac.cr/opensuse/update/11.4 http://mirror.anl.gov/pub/opensuse/opensuse/update/11.4 +ftp://mirror.anl.gov/pub/opensuse/opensuse/update/11.4 +http://linux.dell.com/repo/community/update/11.4 http://opensuse.fastsoft.net/pub/linux/opensuse/update/11.4 ftp://mirror.csclub.uwaterloo.ca/opensuse/update/11.4 -ftp://mirror.anl.gov/pub/opensuse/opensuse/update/11.4 +ftp://mirrors.ucr.ac.cr/opensuse/update/11.4 http://opensuse.mirror.freedomvoice.com/update/11.4 -http://linux.dell.com/repo/community/update/11.4 ftp://opensuse.fastsoft.net/pub/linux/opensuse/update/11.4 http://distro.ibiblio.org/pub/linux/distributions/opensuse/update/11.4 http://ftp.ussg.iu.edu/linux/opensuse/update/11.4 +http://www.gtlib.gatech.edu/pub/opensuse/update/11.4 ftp://mirror.freedomvoice.com/opensuseupdate/11.4 ftp://www.gtlib.gatech.edu/pub/opensuse/update/11.4 -http://mirrors2.kernel.org/opensuse/update/11.4 -http://mirrors1.kernel.org/opensuse/update/11.4 ftp://ftp.ussg.iu.edu/linux/opensuse/update/11.4 +http://mirrors.nl.eu.kernel.org/opensuse/update/11.4 +http://mirrors1.kernel.org/opensuse/update/11.4 +http://mirrors2.kernel.org/opensuse/update/11.4 +http://suse.mobile-central.org/update/11.4 http://mirror.metrocast.net/opensuse/update/11.4 -http://130.57.19.201/update/11.4 -ftp://mirrors2.kernel.org/opensuse/update/11.4 -ftp://130.57.19.201/pub/opensuse/update/11.4 ftp://mirrors1.kernel.org/opensuse/update/11.4 http://ftp.osuosl.org/pub/opensuse/update/11.4 http://mirror.rackspace.com/openSUSE/update/11.4 http://mirrors.rit.edu/opensuse/update/11.4 +http://mirror.symnds.com/distributions/opensuse/update/11.4 ftp://mirror.rackspace.com/openSUSE/update/11.4 +ftp://mirror.symnds.com/distributions/opensuse/update/11.4 http://suse.mirrors.tds.net/pub/opensuse/update/11.4 -http://mirror.umoss.org/opensuse/update/11.4 -http://ftp.utexas.edu/opensuse/update/11.4 +http://mirror.cst.temple.edu/opensuse/update/11.4 +http://mirror.clarkson.edu/opensuse/update/11.4 ftp://ftp.osuosl.org/pub/opensuse/update/11.4 +http://ftp.utexas.edu/opensuse/update/11.4 http://opensuse.cs.utah.edu/update/11.4 -http://mirrors.xmission.com/opensuse/update/11.4 ftp://ftp.utexas.edu/mirrors/opensuse/update/11.4 -ftp://mirrors.xmission.com/opensuse/update/11.4 -http://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.4 -ftp://opensuse.cs.utah.edu/opensuse/update/11.4 -http://www.gtlib.gatech.edu/pub/opensuse/update/11.4 +http://mirrors.xmission.com/opensuse/update/11.4 http://opensuse.mirror.aussiehq.net.au/update/11.4 +ftp://opensuse.cs.utah.edu/opensuse/update/11.4 +http://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.4 +ftp://mirrors.xmission.com/opensuse/update/11.4 http://ftp.iinet.net.au/pub/opensuse/update/11.4 http://mirror.internode.on.net/pub/opensuse/update/11.4 -http://ftp.netspace.net.au/pub/opensuse/update/11.4 ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.4 -ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/update/11.4 +http://ftp.netspace.net.au/pub/opensuse/update/11.4 http://mirror.optus.net/opensuse/update/11.4 -http://mirror.fcaglp.unlp.edu.ar/opensuse/update/11.4 -http://opensuse.c3sl.ufpr.br/update/11.4 +ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/update/11.4 ftp://ftp.iinet.net.au/pub/opensuse/update/11.4 ftp://mirror.internode.on.net/pub/opensuse/update/11.4 ftp://mirror.optus.net/opensuse/update/11.4 -ftp://mirror.fcaglp.unlp.edu.ar/opensuse/update/11.4 +http://mirror.fcaglp.unlp.edu.ar/opensuse/update/11.4 +http://opensuse.c3sl.ufpr.br/update/11.4 ftp://opensuse.c3sl.ufpr.br/opensuse/update/11.4 diff --git a/src/lib/distro-info/suse-11.4_x86_64/mirrors/base b/src/lib/distro-info/suse-11.4_x86_64/mirrors/base index 3baa70fa..8e2f53fc 100644 --- a/src/lib/distro-info/suse-11.4_x86_64/mirrors/base +++ b/src/lib/distro-info/suse-11.4_x86_64/mirrors/base @@ -1,90 +1,78 @@ http://opensuse.mirror.ac.za/opensuse/distribution/11.4/repo/oss http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.4/repo/oss -http://fundawang.lcuc.org.cn/opensuse/distribution/11.4/repo/oss http://mirror.alva.ge/pub/opensuse/distribution/11.4/repo/oss +http://fundawang.lcuc.org.cn/opensuse/distribution/11.4/repo/oss ftp://opensuse.mirror.ac.za/opensuse/distribution/11.4/repo/oss +http://mirrors.sohu.com/opensuse/distribution/11.4/repo/oss http://mirror.alva.ge/pub/opensuse/distribution/11.4/repo/oss -ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.4/repo/oss -http://mirror.linux.or.id/linux/opensuse/distribution/11.4/repo/oss -http://opensuse.idrepo.or.id/opensuse/distribution/11.4/repo/oss http://repo.ugm.ac.id/opensuse/distribution/11.4/repo/oss -http://mirror.isoc.org.il/pub/opensuse/distribution/11.4/repo/oss http://dl2.foss-id.web.id/opensuse/distribution/11.4/repo/oss -ftp://repo.ugm.ac.id/opensuse/distribution/11.4/repo/oss -http://mirrors.sohu.com/opensuse/distribution/11.4/repo/oss http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/oss +ftp://repo.ugm.ac.id/opensuse/distribution/11.4/repo/oss +http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/11.4/repo/oss +http://mirror.linux.or.id/linux/opensuse/distribution/11.4/repo/oss ftp://dl2.foss-id.web.id/repo/opensuse/distribution/11.4/repo/oss -ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/oss +http://mirror.isoc.org.il/pub/opensuse/distribution/11.4/repo/oss http://ftp.riken.jp/Linux/opensuse/distribution/11.4/repo/oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/oss http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.daum.net/opensuse/distribution/11.4/repo/oss -ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/oss -http://mirror.suse.ru/distribution/11.4/repo/oss -http://mirrors.ustc.edu.cn/opensuse/distribution/11.4/repo/oss -http://93.158.155.193/opensuse/distribution/11.4/repo/oss -http://77.88.19.74/opensuse/distribution/11.4/repo/oss -ftp://dispenser.yandex.net/opensuse/distribution/11.4/repo/oss -http://77.88.19.73/opensuse/distribution/11.4/repo/oss -ftp://seeder.yandex.net/opensuse/distribution/11.4/repo/oss -http://77.88.19.68/opensuse/distribution/11.4/repo/oss +ftp://ftp.riken.jp/Linux/opensuse/distribution/11.4/repo/oss +http://mirror.squ.edu.om/opensuse/distribution/11.4/repo/oss http://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/oss +http://mirror.nus.edu.sg/opensuse/distribution/11.4/repo/oss ftp://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/oss -http://ftp.linux.org.tr/opensuse/distribution/11.4/repo/oss -http://ftp.metu.edu.tr/opensuse/distribution/11.4/repo/oss -ftp://ftp.linux.org.tr/opensuse/distribution/11.4/repo/oss +ftp://ftp.kaist.ac.kr/opensuse/distribution/11.4/repo/oss http://ftp.twaren.net/Linux/OpenSuSE/distribution/11.4/repo/oss http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.4/repo/oss http://ftp.tugraz.at/mirror/opensuse/distribution/11.4/repo/oss -ftp://ftp.tugraz.at/mirror/opensuse/distribution/11.4/repo/oss +ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/oss http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/oss http://suse.inode.at/opensuse/distribution/11.4/repo/oss http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.4/repo/oss -ftp://suse.inode.at/opensuse/distribution/11.4/repo/oss -http://mirror.opensuse.com.ba/opensuse/distribution/11.4/repo/oss http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.4/repo/oss -ftp://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/oss -ftp://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.4/repo/oss http://mirror.bgadmin.com/distribution/11.4/repo/oss -http://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/oss +http://mirror.suse.vfu.bg/distribution/11.4/repo/oss http://mirror.switch.ch/ftp/mirror/opensuse/distribution/11.4/repo/oss -ftp://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/oss -ftp://mirror.switch.ch/mirror/opensuse/distribution/11.4/repo/oss +http://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/oss http://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/oss -ftp://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/oss +ftp://mirror.switch.ch/mirror/opensuse/distribution/11.4/repo/oss http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/oss ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/oss +ftp://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/oss ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/oss +ftp://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/oss http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/11.4/repo/oss -ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/11.4/repo/oss +http://opensuse-linuxmigratio.at/distribution/11.4/repo/oss http://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/oss -http://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/oss -ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/oss http://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/oss -ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/oss +ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/oss +http://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/oss ftp://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/oss http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/11.4/repo/oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/oss http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.4/repo/oss ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.4/repo/oss -http://widehat.opensuse.org/distribution/11.4/repo/oss http://opensuse.intergenia.de/distribution/11.4/repo/oss +http://widehat.opensuse.org/distribution/11.4/repo/oss http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/oss -ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/oss http://www.opensuse-education.org/opensuse/distribution/11.4/repo/oss http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/oss +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/oss http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/distribution/11.4/repo/oss ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/repo/oss -ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/oss ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/oss +http://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/oss ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/oss http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.4/repo/oss http://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/oss -ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/oss -ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/oss http://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.4/repo/oss ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.4/repo/oss +ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/oss http://ftp.uni-kassel.de/opensuse/distribution/11.4/repo/oss http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/11.4/repo/oss @@ -98,20 +86,24 @@ ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.4/repo/oss http://ftp.klid.dk/ftp/opensuse/distribution/11.4/repo/oss http://ftp.estpak.ee/pub/suse/opensuse/distribution/11.4/repo/oss http://ftp.linux.ee/pub/opensuse/distribution/11.4/repo/oss -http://suse.bifi.unizar.es/opensuse/distribution/11.4/repo/oss http://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/oss -ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/oss http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.4/repo/oss +http://suse.bifi.unizar.es/opensuse/distribution/11.4/repo/oss ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.4/repo/oss -http://fr2.rpmfind.net/linux/opensuse/distribution/11.4/repo/oss -http://opensuse.cict.fr/distribution/11.4/repo/oss http://opensuse.mirrors.proxad.net/opensuse/distribution/11.4/repo/oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/oss ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss http://mirror.ovh.net/opensuse/distribution/11.4/repo/oss ftp://mirror.ovh.net/opensuse/distribution/11.4/repo/oss http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/11.4/repo/oss -http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/oss +http://mirror.rackspace.co.uk/openSUSE/distribution/11.4/repo/oss ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/11.4/repo/oss +http://mirror01.th.ifl.net/opensuse/distribution/11.4/repo/oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/oss +ftp://mirror01.th.ifl.net/opensuse/distribution/11.4/repo/oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/oss +http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/oss +ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/oss ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/oss http://ftp.ntua.gr/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/oss @@ -119,28 +111,25 @@ http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.4/repo/oss ftp://ftp.ntua.gr/pub/linux/opensusedistribution/11.4/repo/oss http://roxen.integrity.hu/pub/opensuse/distribution/11.4/repo/oss ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.4/repo/oss -ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/oss http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/oss http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/oss ftp://opensuse.mirror.garr.it/mirrors/opensusedistribution/11.4/repo/oss +http://opensuse.cict.fr/distribution/11.4/repo/oss http://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/oss http://repo1.linux.edu.lv/distribution/11.4/repo/oss ftp://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/oss -http://repo.fedora.md/mirrors/opensuse/distribution/11.4/repo/oss -http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/oss ftp://repo1.linux.edu.lv/distribution/11.4/repo/oss -ftp://ftp.fedora.md/mirrors/opensuse/distribution/11.4/repo/oss -ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/oss -ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/oss +http://repo.fedora.md/mirrors/opensuse/distribution/11.4/repo/oss http://mirror.leaseweb.com/opensuse/distribution/11.4/repo/oss -ftp://mirror.leaseweb.com/opensuse/distribution/11.4/repo/oss -http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/oss -ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/oss http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/oss +ftp://ftp.fedora.md/mirrors/opensuse/distribution/11.4/repo/oss ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/oss +http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/oss +ftp://mirror.leaseweb.com/opensuse/distribution/11.4/repo/oss +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/oss http://opensuse.hro.nl/opensuse/distribution/11.4/repo/oss ftp://opensuse.hro.nl/opensuse/distribution/11.4/repo/oss http://opensuse.uib.no/distribution/11.4/repo/oss @@ -150,68 +139,76 @@ ftp://ftp.uninett.no/pub/linux/opensuse/distribution/11.4/repo/oss http://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.4/repo/oss ftp://ftp.icm.edu.pl/pub/Linux/opensuse/distribution/11.4/repo/oss ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.4/repo/oss -ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.4/repo/oss ftp://ftp.pbone.net/pub/opensuse/distribution/11.4/repo/oss http://ftp.sileman.pl/pub/opensuse/distribution/11.4/repo/oss -http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/oss ftp://ftp.sileman.pl/pub/opensuse/distribution/11.4/repo/oss -http://ftp.isr.ist.utl.pt/pub/opensuse/distribution/11.4/repo/oss http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.4/repo/oss -ftp://ftp.isr.ist.utl.pt/pub/opensuse/distribution/11.4/repo/oss -http://lisa.gov.pt/ftp/opensuse/distribution/11.4/repo/oss -http://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/oss http://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/oss -ftp://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/oss http://ftp.ines.lug.ro/opensuse/distribution/11.4/repo/oss -http://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/oss +ftp://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/oss ftp://ftp.ines.lug.ro/opensuse/distribution/11.4/repo/oss -http://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/oss -ftp://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/oss +http://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/oss +http://77.88.19.68/opensuse/distribution/11.4/repo/oss +http://77.88.19.74/opensuse/distribution/11.4/repo/oss +http://mirror.suse.ru/distribution/11.4/repo/oss +http://77.88.19.73/opensuse/distribution/11.4/repo/oss +ftp://dispenser.yandex.net/opensuse/distribution/11.4/repo/oss +ftp://seeder.yandex.net/opensuse/distribution/11.4/repo/oss http://ftp.df.lth.se/pub/opensuse/distribution/11.4/repo/oss http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/oss ftp://ftp.df.lth.se/pub/opensusedistribution/11.4/repo/oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/oss ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/oss -http://opensuse.ynet.sk/distribution/11.4/repo/oss -http://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/11.4/repo/oss -ftp://opensuse.ynet.sk/distribution/11.4/repo/oss +http://mirror.kreksi.net/opensuse/distribution/11.4/repo/oss +http://ftp.linux.org.tr/opensuse/distribution/11.4/repo/oss +ftp://ftp.linux.org.tr/opensuse/distribution/11.4/repo/oss +ftp://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/11.4/repo/oss +http://www.muug.mb.ca/pub/opensuse/distribution/11.4/repo/oss http://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/oss +http://mirrors.ucr.ac.cr/opensuse/distribution/11.4/repo/oss http://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/oss +http://linux.dell.com/repo/community/distribution/11.4/repo/oss http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.4/repo/oss ftp://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/oss +ftp://mirrors.ucr.ac.cr/opensuse/distribution/11.4/repo/oss http://opensuse.mirror.freedomvoice.com/distribution/11.4/repo/oss -ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/oss ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.4/repo/oss http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/oss -http://linux.dell.com/repo/community/distribution/11.4/repo/oss -http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/11.4/repo/oss -http://ftp.ussg.iu.edu/linux/opensuse/distribution/11.4/repo/oss ftp://mirror.freedomvoice.com/opensusedistribution/11.4/repo/oss -ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/oss -http://mirrors2.kernel.org/opensuse/distribution/11.4/repo/oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/oss http://mirrors1.kernel.org/opensuse/distribution/11.4/repo/oss +http://mirrors2.kernel.org/opensuse/distribution/11.4/repo/oss +http://suse.mobile-central.org/distribution/11.4/repo/oss http://mirror.metrocast.net/opensuse/distribution/11.4/repo/oss -http://130.57.19.201/distribution/11.4/repo/oss http://mirror.rackspace.com/openSUSE/distribution/11.4/repo/oss http://ftp.osuosl.org/pub/opensuse/distribution/11.4/repo/oss http://mirrors.rit.edu/opensuse/distribution/11.4/repo/oss +http://mirror.symnds.com/distributions/opensuse/distribution/11.4/repo/oss ftp://mirror.rackspace.com/openSUSE/distribution/11.4/repo/oss +ftp://mirror.symnds.com/distributions/opensuse/distribution/11.4/repo/oss http://suse.mirrors.tds.net/pub/opensuse/distribution/11.4/repo/oss -http://mirror.umoss.org/opensuse/distribution/11.4/repo/oss -http://ftp.utexas.edu/opensuse/distribution/11.4/repo/oss +http://mirror.cst.temple.edu/opensuse/distribution/11.4/repo/oss +http://mirror.clarkson.edu/opensuse/distribution/11.4/repo/oss ftp://ftp.osuosl.org/pub/opensuse/distribution/11.4/repo/oss +http://ftp.utexas.edu/opensuse/distribution/11.4/repo/oss http://opensuse.cs.utah.edu/distribution/11.4/repo/oss -http://mirrors.xmission.com/opensuse/distribution/11.4/repo/oss ftp://ftp.utexas.edu/mirrors/opensuse/distribution/11.4/repo/oss -ftp://mirrors.xmission.com/opensuse/distribution/11.4/repo/oss +http://mirrors.xmission.com/opensuse/distribution/11.4/repo/oss http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.4/repo/oss ftp://opensuse.cs.utah.edu/opensuse/distribution/11.4/repo/oss http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/oss +ftp://mirrors.xmission.com/opensuse/distribution/11.4/repo/oss http://ftp.iinet.net.au/pub/opensuse/distribution/11.4/repo/oss http://mirror.internode.on.net/pub/opensuse/distribution/11.4/repo/oss +ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.4/repo/oss http://ftp.netspace.net.au/pub/opensuse/distribution/11.4/repo/oss http://mirror.optus.net/opensuse/distribution/11.4/repo/oss +ftp://ftp.iinet.net.au/pub/opensuse/distribution/11.4/repo/oss +ftp://mirror.optus.net/opensuse/distribution/11.4/repo/oss http://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/oss http://opensuse.c3sl.ufpr.br/distribution/11.4/repo/oss -ftp://mirror.optus.net/opensuse/distribution/11.4/repo/oss -ftp://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/oss ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/11.4/repo/oss diff --git a/src/lib/distro-info/suse-11.4_x86_64/mirrors/base_non-oss b/src/lib/distro-info/suse-11.4_x86_64/mirrors/base_non-oss index 45eb1ee9..a3846c95 100644 --- a/src/lib/distro-info/suse-11.4_x86_64/mirrors/base_non-oss +++ b/src/lib/distro-info/suse-11.4_x86_64/mirrors/base_non-oss @@ -1,82 +1,77 @@ http://opensuse.mirror.ac.za/opensuse/distribution/11.4/repo/non-oss http://ftp.up.ac.za/mirrors/opensuse/opensuse/distribution/11.4/repo/non-oss -http://fundawang.lcuc.org.cn/opensuse/distribution/11.4/repo/non-oss http://mirror.alva.ge/pub/opensuse/distribution/11.4/repo/non-oss +http://fundawang.lcuc.org.cn/opensuse/distribution/11.4/repo/non-oss ftp://opensuse.mirror.ac.za/opensuse/distribution/11.4/repo/non-oss -http://mirrors.ustc.edu.cn/opensuse/distribution/11.4/repo/non-oss http://mirror.alva.ge/pub/opensuse/distribution/11.4/repo/non-oss -http://mirror.linux.or.id/linux/opensuse/distribution/11.4/repo/non-oss -http://opensuse.idrepo.or.id/opensuse/distribution/11.4/repo/non-oss http://mirrors.sohu.com/opensuse/distribution/11.4/repo/non-oss +http://repo.ugm.ac.id/opensuse/distribution/11.4/repo/non-oss http://dl2.foss-id.web.id/opensuse/distribution/11.4/repo/non-oss -ftp://repo.ugm.ac.id/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.isoc.org.il/opensuse/distribution/11.4/repo/non-oss http://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/non-oss +ftp://repo.ugm.ac.id/opensuse/distribution/11.4/repo/non-oss http://ftp.kddilabs.jp/Linux/packages/opensuse/distribution/11.4/repo/non-oss ftp://dl2.foss-id.web.id/repo/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/non-oss +http://mirrors.ustc.edu.cn/opensuse/distribution/11.4/repo/non-oss http://mirror.isoc.org.il/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.riken.jp/Linux/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/distribution/11.4/repo/non-oss http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.daum.net/opensuse/distribution/11.4/repo/non-oss ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/distribution/11.4/repo/non-oss -http://mirror.suse.ru/distribution/11.4/repo/non-oss -http://93.158.155.193/opensuse/distribution/11.4/repo/non-oss -http://77.88.19.74/opensuse/distribution/11.4/repo/non-oss -http://77.88.19.73/opensuse/distribution/11.4/repo/non-oss -http://77.88.19.68/opensuse/distribution/11.4/repo/non-oss +http://mirror.linux.or.id/linux/opensuse/distribution/11.4/repo/non-oss +http://mirror.squ.edu.om/opensuse/distribution/11.4/repo/non-oss http://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/non-oss -ftp://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/non-oss -http://ftp.linux.org.tr/opensuse/distribution/11.4/repo/non-oss -http://ftp.metu.edu.tr/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.linux.org.tr/opensuse/distribution/11.4/repo/non-oss +http://mirror.nus.edu.sg/opensuse/distribution/11.4/repo/non-oss http://ftp.twaren.net/Linux/OpenSuSE/distribution/11.4/repo/non-oss -http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/distribution/11.4/repo/non-oss -http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.4/repo/non-oss http://ftp.tugraz.at/mirror/opensuse/distribution/11.4/repo/non-oss -http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.kaist.ac.kr/opensuse/distribution/11.4/repo/non-oss +ftp://mirrors.isu.net.sa/pub/opensuse/distribution/11.4/repo/non-oss http://suse.inode.at/opensuse/distribution/11.4/repo/non-oss -ftp://suse.inode.at/opensuse/distribution/11.4/repo/non-oss -http://mirror.opensuse.com.ba/opensuse/distribution/11.4/repo/non-oss +http://mirror-fpt-telecom.fpt.net/opensuse/distribution/11.4/repo/non-oss http://ftp.belnet.be/mirror/ftp.opensuse.org/distribution/11.4/repo/non-oss +ftp://suse.inode.at/opensuse/distribution/11.4/repo/non-oss http://mirror.bgadmin.com/distribution/11.4/repo/non-oss -http://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/non-oss +http://mirror.suse.vfu.bg/distribution/11.4/repo/non-oss http://mirror.switch.ch/ftp/mirror/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/non-oss -ftp://mirror.switch.ch/mirror/opensuse/distribution/11.4/repo/non-oss +http://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.byfly.by/pub/opensuse/distribution/11.4/repo/non-oss +http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss ftp://ftp.linux.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/distribution/11.4/repo/non-oss -http://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss ftp://mirror.karneval.cz/pub/linux/opensuse/distribution/11.4/repo/non-oss http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/11.4/repo/non-oss -ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/distribution/11.4/repo/non-oss +http://opensuse-linuxmigratio.at/distribution/11.4/repo/non-oss http://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss +http://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss ftp://ftp4.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss http://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss -http://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss -ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss ftp://ftp5.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss http://download.uni-hd.de/ftp/pub/linux/opensuse/distribution/11.4/repo/non-oss +ftp://ftp3.gwdg.de/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.4/repo/non-oss ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/11.4/repo/non-oss -http://widehat.opensuse.org/distribution/11.4/repo/non-oss http://opensuse.intergenia.de/distribution/11.4/repo/non-oss +http://widehat.opensuse.org/distribution/11.4/repo/non-oss http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/non-oss +http://gd.tuwien.ac.at/opsys/linux/opensuse/distribution/11.4/repo/non-oss http://www.opensuse-education.org/opensuse/distribution/11.4/repo/non-oss http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/non-oss http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/distribution/11.4/repo/non-oss ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/non-oss ftp://ftp.tu-ilmenau.de/mirror/opensuse/distribution/11.4/repo/non-oss http://ftp.uni-bremen.de/pub/mirrors/opensuse/distribution/11.4/repo/non-oss http://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.4/repo/non-oss ftp://ftp.uni-kl.de/pub/linux/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/distribution/11.4/repo/non-oss http://ftp.uni-kassel.de/opensuse/distribution/11.4/repo/non-oss http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss ftp://ftp.uni-kassel.de/pub/linux/opensuse/distribution/11.4/repo/non-oss @@ -90,29 +85,29 @@ ftp://ftp.uni-ulm.de/mirrors/opensuse/distribution/11.4/repo/non-oss http://ftp.klid.dk/ftp/opensuse/distribution/11.4/repo/non-oss http://ftp.estpak.ee/pub/suse/opensuse/distribution/11.4/repo/non-oss http://ftp.linux.ee/pub/opensuse/distribution/11.4/repo/non-oss -http://suse.bifi.unizar.es/opensuse/distribution/11.4/repo/non-oss http://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/non-oss -ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/non-oss +http://suse.bifi.unizar.es/opensuse/distribution/11.4/repo/non-oss http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.4/repo/non-oss ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/distribution/11.4/repo/non-oss -http://fr2.rpmfind.net/linux/opensuse/distribution/11.4/repo/non-oss -http://opensuse.cict.fr/distribution/11.4/repo/non-oss http://opensuse.mirrors.proxad.net/opensuse/distribution/11.4/repo/non-oss -ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.gui.uva.es/sites/opensuse.org/distribution/11.4/repo/non-oss http://mirror.ovh.net/opensuse/distribution/11.4/repo/non-oss ftp://mirror.ovh.net/opensuse/distribution/11.4/repo/non-oss http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/distribution/11.4/repo/non-oss -http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/non-oss +http://mirror.rackspace.co.uk/openSUSE/distribution/11.4/repo/non-oss ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/distribution/11.4/repo/non-oss +http://mirror01.th.ifl.net/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.uni-bayreuth.de/linux/opensuse/distribution/11.4/repo/non-oss +ftp://mirror01.th.ifl.net/opensuse/distribution/11.4/repo/non-oss +http://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/non-oss http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/non-oss +ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/non-oss ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.ntua.gr/pub/linux/opensuse/distribution/11.4/repo/non-oss http://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/non-oss http://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.4/repo/non-oss ftp://ftp.ntua.gr/pub/linux/opensusedistribution/11.4/repo/non-oss ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/distribution/11.4/repo/non-oss -http://roxen.integrity.hu/pub/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/non-oss http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/distribution/11.4/repo/non-oss http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/distribution/11.4/repo/non-oss @@ -122,18 +117,16 @@ ftp://opensuse.mirror.garr.it/mirrors/opensusedistribution/11.4/repo/non-oss http://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/non-oss http://repo1.linux.edu.lv/distribution/11.4/repo/non-oss ftp://spo1.linux.edu.lv/opensuse/distribution/11.4/repo/non-oss -http://repo.fedora.md/mirrors/opensuse/distribution/11.4/repo/non-oss ftp://repo1.linux.edu.lv/distribution/11.4/repo/non-oss -http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.fedora.md/mirrors/opensuse/distribution/11.4/repo/non-oss -ftp://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss -ftp://www.mirrorservice.org/sites/download.opensuse.org/distribution/11.4/repo/non-oss +http://opensuse.cict.fr/distribution/11.4/repo/non-oss +http://repo.fedora.md/mirrors/opensuse/distribution/11.4/repo/non-oss http://mirror.leaseweb.com/opensuse/distribution/11.4/repo/non-oss -ftp://mirror.leaseweb.com/opensuse/distribution/11.4/repo/non-oss -http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss -ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss http://ftp1.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.fedora.md/mirrors/opensuse/distribution/11.4/repo/non-oss ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss +http://ftp2.nluug.nl/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.leaseweb.com/opensuse/distribution/11.4/repo/non-oss +ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/distribution/11.4/repo/non-oss http://opensuse.hro.nl/opensuse/distribution/11.4/repo/non-oss ftp://opensuse.hro.nl/opensuse/distribution/11.4/repo/non-oss http://opensuse.uib.no/distribution/11.4/repo/non-oss @@ -146,63 +139,73 @@ ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.4/repo/non ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/distribution/11.4/repo/non-oss ftp://ftp.pbone.net/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.sileman.pl/pub/opensuse/distribution/11.4/repo/non-oss -http://ftp.isr.ist.utl.pt/pub/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/distribution/11.4/repo/non-oss ftp://ftp.sileman.pl/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.nux.ipb.pt/pub/dists/opensuse/distribution/11.4/repo/non-oss -http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/non-oss -http://lisa.gov.pt/ftp/opensuse/distribution/11.4/repo/non-oss -http://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/non-oss http://ftp.ines.lug.ro/opensuse/distribution/11.4/repo/non-oss +http://cesium.di.uminho.pt/pub/opensuse/distribution/11.4/repo/non-oss ftp://ftp.gts.lug.ro/opensuse/distribution/11.4/repo/non-oss -http://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/non-oss ftp://ftp.ines.lug.ro/opensuse/distribution/11.4/repo/non-oss -http://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/non-oss +http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/distribution/11.4/repo/non-oss +http://ftp.roedu.net/mirrors/opensuse.org/distribution/11.4/repo/non-oss +http://77.88.19.68/opensuse/distribution/11.4/repo/non-oss +http://77.88.19.74/opensuse/distribution/11.4/repo/non-oss +http://mirror.suse.ru/distribution/11.4/repo/non-oss +http://77.88.19.73/opensuse/distribution/11.4/repo/non-oss +ftp://dispenser.yandex.net/opensuse/distribution/11.4/repo/non-oss +ftp://seeder.yandex.net/opensuse/distribution/11.4/repo/non-oss http://ftp.df.lth.se/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/non-oss -ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/non-oss ftp://ftp.df.lth.se/pub/opensusedistribution/11.4/repo/non-oss -http://opensuse.ynet.sk/distribution/11.4/repo/non-oss +http://mirrors.se.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.kreksi.net/opensuse/distribution/11.4/repo/non-oss +http://ftp.linux.org.tr/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.linux.org.tr/opensuse/distribution/11.4/repo/non-oss http://ftp.linux.kiev.ua/pub/Linux/SuSE/distribution/11.4/repo/non-oss +http://www.muug.mb.ca/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/non-oss +http://mirrors.ucr.ac.cr/opensuse/distribution/11.4/repo/non-oss http://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/non-oss +http://linux.dell.com/repo/community/distribution/11.4/repo/non-oss http://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.4/repo/non-oss +ftp://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/non-oss +ftp://mirrors.ucr.ac.cr/opensuse/distribution/11.4/repo/non-oss http://opensuse.mirror.freedomvoice.com/distribution/11.4/repo/non-oss -ftp://mirror.anl.gov/pub/opensuse/opensuse/distribution/11.4/repo/non-oss ftp://opensuse.fastsoft.net/pub/linux/opensuse/distribution/11.4/repo/non-oss -http://linux.dell.com/repo/community/distribution/11.4/repo/non-oss http://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/non-oss -http://distro.ibiblio.org/pub/linux/distributions/opensuse/distribution/11.4/repo/non-oss -http://ftp.ussg.iu.edu/linux/opensuse/distribution/11.4/repo/non-oss ftp://mirror.freedomvoice.com/opensusedistribution/11.4/repo/non-oss ftp://www.gtlib.gatech.edu/pub/opensuse/distribution/11.4/repo/non-oss -http://mirrors2.kernel.org/opensuse/distribution/11.4/repo/non-oss +http://mirrors.nl.eu.kernel.org/opensuse/distribution/11.4/repo/non-oss http://mirrors1.kernel.org/opensuse/distribution/11.4/repo/non-oss +http://mirrors2.kernel.org/opensuse/distribution/11.4/repo/non-oss +http://suse.mobile-central.org/distribution/11.4/repo/non-oss http://mirror.metrocast.net/opensuse/distribution/11.4/repo/non-oss -http://130.57.19.201/distribution/11.4/repo/non-oss -ftp://opensuse.ynet.sk/distribution/11.4/repo/non-oss -http://ftp.osuosl.org/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.rackspace.com/openSUSE/distribution/11.4/repo/non-oss +http://ftp.osuosl.org/pub/opensuse/distribution/11.4/repo/non-oss http://mirrors.rit.edu/opensuse/distribution/11.4/repo/non-oss +http://mirror.symnds.com/distributions/opensuse/distribution/11.4/repo/non-oss ftp://mirror.rackspace.com/openSUSE/distribution/11.4/repo/non-oss +ftp://mirror.symnds.com/distributions/opensuse/distribution/11.4/repo/non-oss http://suse.mirrors.tds.net/pub/opensuse/distribution/11.4/repo/non-oss -http://mirror.umoss.org/opensuse/distribution/11.4/repo/non-oss +http://mirror.cst.temple.edu/opensuse/distribution/11.4/repo/non-oss +http://mirror.clarkson.edu/opensuse/distribution/11.4/repo/non-oss http://ftp.utexas.edu/opensuse/distribution/11.4/repo/non-oss -ftp://mirror.csclub.uwaterloo.ca/opensuse/distribution/11.4/repo/non-oss http://opensuse.cs.utah.edu/distribution/11.4/repo/non-oss -http://mirrors.xmission.com/opensuse/distribution/11.4/repo/non-oss ftp://ftp.utexas.edu/mirrors/opensuse/distribution/11.4/repo/non-oss -ftp://opensuse.cs.utah.edu/opensuse/distribution/11.4/repo/non-oss +http://mirrors.xmission.com/opensuse/distribution/11.4/repo/non-oss http://mirror.aarnet.edu.au/pub/opensuse/opensuse/distribution/11.4/repo/non-oss +ftp://opensuse.cs.utah.edu/opensuse/distribution/11.4/repo/non-oss http://opensuse.mirror.aussiehq.net.au/distribution/11.4/repo/non-oss +ftp://mirrors.xmission.com/opensuse/distribution/11.4/repo/non-oss http://ftp.iinet.net.au/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.internode.on.net/pub/opensuse/distribution/11.4/repo/non-oss http://ftp.netspace.net.au/pub/opensuse/distribution/11.4/repo/non-oss http://mirror.optus.net/opensuse/distribution/11.4/repo/non-oss http://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/non-oss +ftp://ftp.netspace.net.au/pub/opensuse/distribution/11.4/repo/non-oss http://opensuse.c3sl.ufpr.br/distribution/11.4/repo/non-oss -ftp://ftp.iinet.net.au/pub/opensuse/distribution/11.4/repo/non-oss -ftp://mirror.fcaglp.unlp.edu.ar/opensuse/distribution/11.4/repo/non-oss ftp://mirror.optus.net/opensuse/distribution/11.4/repo/non-oss ftp://opensuse.c3sl.ufpr.br/opensuse/distribution/11.4/repo/non-oss diff --git a/src/lib/distro-info/suse-11.4_x86_64/mirrors/base_update b/src/lib/distro-info/suse-11.4_x86_64/mirrors/base_update index 281a5122..cccee658 100644 --- a/src/lib/distro-info/suse-11.4_x86_64/mirrors/base_update +++ b/src/lib/distro-info/suse-11.4_x86_64/mirrors/base_update @@ -1,80 +1,68 @@ http://opensuse.mirror.ac.za/opensuse/update/11.4 http://ftp.up.ac.za/mirrors/opensuse/opensuse/update/11.4 -http://fundawang.lcuc.org.cn/opensuse/update/11.4 http://mirror.alva.ge/pub/opensuse/update/11.4 +http://fundawang.lcuc.org.cn/opensuse/update/11.4 ftp://opensuse.mirror.ac.za/opensuse/update/11.4 -http://mirrors.ustc.edu.cn/opensuse/update/11.4 http://mirror.alva.ge/pub/opensuse/update/11.4 -http://mirror.linux.or.id/linux/opensuse/update/11.4 -http://opensuse.idrepo.or.id/opensuse/update/11.4 -http://repo.ugm.ac.id/opensuse/update/11.4 http://mirrors.sohu.com/opensuse/update/11.4 +ftp://ftp.up.ac.za/mirrors/opensuse/opensuse/update/11.4 +http://repo.ugm.ac.id/opensuse/update/11.4 http://mirror.isoc.org.il/pub/opensuse/update/11.4 http://dl2.foss-id.web.id/opensuse/update/11.4 -ftp://mirrors.ustc.edu.cn/opensuse/update/11.4 ftp://repo.ugm.ac.id/opensuse/update/11.4 http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.4 http://ftp.kddilabs.jp/Linux/packages/opensuse/update/11.4 -ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.4 +ftp://dl2.foss-id.web.id/repo/opensuse/update/11.4 http://ftp.riken.jp/Linux/opensuse/update/11.4 +ftp://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/11.4 http://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/update/11.4 http://ftp.daum.net/opensuse/update/11.4 ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/opensuse/update/11.4 -http://mirror.suse.ru/update/11.4 -http://93.158.155.193/opensuse/update/11.4 -http://77.88.19.74/opensuse/update/11.4 -ftp://dl2.foss-id.web.id/repo/opensuse/update/11.4 -ftp://dispenser.yandex.net/opensuse/update/11.4 -http://77.88.19.73/opensuse/update/11.4 -ftp://seeder.yandex.net/opensuse/update/11.4 -http://77.88.19.68/opensuse/update/11.4 +http://mirror.squ.edu.om/opensuse/update/11.4 http://mirrors.isu.net.sa/pub/opensuse/update/11.4 -ftp://mirrors.isu.net.sa/pub/opensuse/update/11.4 -http://ftp.linux.org.tr/opensuse/update/11.4 -http://ftp.metu.edu.tr/opensuse/update/11.4 -ftp://ftp.linux.org.tr/opensuse/update/11.4 -ftp://ftp.metu.edu.tr/opensuse/update/11.4 +http://mirror.nus.edu.sg/opensuse/update/11.4 +ftp://ftp.kaist.ac.kr/opensuse/update/11.4 +http://mirror.linux.or.id/linux/opensuse/update/11.4 http://ftp.twaren.net/Linux/OpenSuSE/update/11.4 -http://ftp.cse.yzu.edu.tw/pub/Linux/openSUSE/update/11.4 -http://mirror-fpt-telecom.fpt.net/opensuse/update/11.4 http://ftp.tugraz.at/mirror/opensuse/update/11.4 -ftp://ftp.tugraz.at/mirror/opensuse/update/11.4 +ftp://mirrors.isu.net.sa/pub/opensuse/update/11.4 http://gd.tuwien.ac.at/opsys/linux/opensuse/update/11.4 http://suse.inode.at/opensuse/update/11.4 -ftp://suse.inode.at/opensuse/update/11.4 -http://mirror.opensuse.com.ba/opensuse/update/11.4 +http://mirror-fpt-telecom.fpt.net/opensuse/update/11.4 +ftp://gd.tuwien.ac.at/opsys/linux/opensuse/update/11.4 http://ftp.belnet.be/mirror/ftp.opensuse.org/update/11.4 http://mirror.bgadmin.com/update/11.4 -http://ftp.byfly.by/pub/opensuse/update/11.4 +http://mirror.suse.vfu.bg/update/11.4 http://mirror.switch.ch/ftp/mirror/opensuse/update/11.4 -ftp://ftp.byfly.by/pub/opensuse/update/11.4 -ftp://mirror.switch.ch/mirror/opensuse/update/11.4 +http://ftp.byfly.by/pub/opensuse/update/11.4 http://ftp.linux.cz/pub/linux/opensuse/update/11.4 http://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.4 -ftp://ftp.linux.cz/pub/linux/opensuse/update/11.4 -ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.4 +ftp://ftp.byfly.by/pub/opensuse/update/11.4 +ftp://mirror.switch.ch/mirror/opensuse/update/11.4 http://mirror.karneval.cz/pub/linux/opensuse/update/11.4 +ftp://ftp.sh.cvut.cz/MIRRORS/opensuse/update/11.4 +ftp://ftp.linux.cz/pub/linux/opensuse/update/11.4 ftp://mirror.karneval.cz/pub/linux/opensuse/update/11.4 http://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/update/11.4 -ftp://mirror1.hs-esslingen.de/pub/Mirrors/ftp.opensuse.org/update/11.4 +http://opensuse-linuxmigratio.at/update/11.4 http://ftp4.gwdg.de/pub/opensuse/update/11.4 -http://ftp3.gwdg.de/pub/opensuse/update/11.4 ftp://ftp4.gwdg.de/pub/opensuse/update/11.4 http://ftp5.gwdg.de/pub/opensuse/update/11.4 -ftp://ftp3.gwdg.de/pub/opensuse/update/11.4 ftp://ftp5.gwdg.de/pub/opensuse/update/11.4 +http://ftp3.gwdg.de/pub/opensuse/update/11.4 http://download.uni-hd.de/ftp/pub/linux/opensuse/update/11.4 +ftp://ftp3.gwdg.de/pub/opensuse/update/11.4 http://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/11.4 ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/update/11.4 -http://widehat.opensuse.org/update/11.4 http://opensuse.intergenia.de/update/11.4 +http://widehat.opensuse.org/update/11.4 http://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.4 -ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.4 http://www.opensuse-education.org/opensuse/update/11.4 http://ftp.halifax.rwth-aachen.de/opensuse/update/11.4 +ftp://ftp.rz.uni-wuerzburg.de/pub/linux/opensuse/update/11.4 +ftp://ftp.halifax.rwth-aachen.de/opensuse/update/11.4 http://vesta.informatik.rwth-aachen.de/ftp/pub/comp/Linux/opensuse/update/11.4 ftp://vesta.informatik.rwth-aachen.de/pub/linux/opensuse/update/11.4 -ftp://ftp.halifax.rwth-aachen.de/opensuse/update/11.4 http://ftp.tu-chemnitz.de/pub/linux/opensuse/update/11.4 ftp://ftp.tu-chemnitz.de/pub/linux/opensuse/update/11.4 http://ftp.tu-ilmenau.de/mirror/opensuse/update/11.4 @@ -83,15 +71,14 @@ http://ftp.uni-bayreuth.de/linux/opensuse/update/11.4 http://ftp.uni-bremen.de/pub/mirrors/opensuse/update/11.4 http://ftp.uni-erlangen.de/pub/mirrors/opensuse/update/11.4 ftp://ftp.uni-bremen.de/pub/mirrors/opensuse/update/11.4 -ftp://ftp.uni-bayreuth.de/linux/opensuse/update/11.4 -http://ftp.uni-kl.de/pub/linux/opensuse/update/11.4 ftp://ftp.uni-erlangen.de/pub/mirrors/opensuse/update/11.4 +http://ftp.uni-kl.de/pub/linux/opensuse/update/11.4 ftp://ftp.uni-kl.de/pub/linux/opensuse/update/11.4 http://ftp.uni-kassel.de/opensuse/update/11.4 http://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/11.4 ftp://ftp.uni-kassel.de/pub/linux/opensuse/update/11.4 -http://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.4 ftp://suse.uni-leipzig.de/pub/ftp.opensuse.org/opensuse/update/11.4 +http://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.4 ftp://ftp.uni-paderborn.de/pub/linux/opensuse/update/11.4 http://ftp.uni-siegen.de/opensuse/update/11.4 ftp://ftp.uni-siegen.de/pub/opensuse/update/11.4 @@ -102,19 +89,20 @@ http://ftp.estpak.ee/pub/suse/opensuse/update/11.4 http://ftp.linux.ee/pub/opensuse/update/11.4 http://suse.bifi.unizar.es/opensuse/update/11.4 http://ftp.gui.uva.es/sites/opensuse.org/update/11.4 -ftp://ftp.gui.uva.es/sites/opensuse.org/update/11.4 http://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/11.4 ftp://ftp.funet.fi/pub/mirrors/ftp.opensuse.com/pub/opensuse/update/11.4 -http://fr2.rpmfind.net/linux/opensuse/update/11.4 http://opensuse.mirrors.proxad.net/opensuse/update/11.4 -http://opensuse.cict.fr/update/11.4 -ftp://fr2.rpmfind.net/linux/opensuse/update/11.4 +ftp://ftp.gui.uva.es/sites/opensuse.org/update/11.4 ftp://opensuse.mirrors.proxad.net/mirrors/ftp.opensuse.org/opensuse/update/11.4 http://mirror.ovh.net/opensuse/update/11.4 ftp://mirror.ovh.net/opensuse/update/11.4 http://anorien.csc.warwick.ac.uk/mirrors/download.opensuse.org/update/11.4 -http://www.mirrorservice.org/sites/download.opensuse.org/update/11.4 +http://mirror.rackspace.co.uk/openSUSE/update/11.4 ftp://anorien.csc.warwick.ac.uk/download.opensuse.org/update/11.4 +http://mirror01.th.ifl.net/opensuse/update/11.4 +ftp://ftp.uni-bayreuth.de/linux/opensuse/update/11.4 +ftp://mirror01.th.ifl.net/opensuse/update/11.4 +http://www.mirrorservice.org/sites/download.opensuse.org/update/11.4 http://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/11.4 ftp://www.mirrorservice.org/sites/download.opensuse.org/update/11.4 ftp://mirror.ox.ac.uk/sites/ftp.opensuse.org/pub/opensuse/update/11.4 @@ -124,27 +112,25 @@ http://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.4 ftp://ftp.ntua.gr/pub/linux/opensuseupdate/11.4 http://roxen.integrity.hu/pub/opensuse/update/11.4 ftp://ftp.fsn.hu/pub/linux/distributions/opensuse/update/11.4 -ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.4 http://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/11.4 ftp://ftp.novell.hu/pub/mirrors/ftp.opensuse.org/opensuse/update/11.4 http://ftp.esat.net/mirrors/ftp.opensuse.org/pub/opensuse/update/11.4 http://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/11.4 ftp://ftp.heanet.ie/mirrors/ftp.opensuse.org/opensuse/update/11.4 -http://spo1.linux.edu.lv/opensuse/update/11.4 ftp://opensuse.mirror.garr.it/mirrors/opensuseupdate/11.4 +http://opensuse.cict.fr/update/11.4 +http://spo1.linux.edu.lv/opensuse/update/11.4 http://repo1.linux.edu.lv/update/11.4 ftp://spo1.linux.edu.lv/opensuse/update/11.4 -http://repo.fedora.md/mirrors/opensuse/update/11.4 ftp://repo1.linux.edu.lv/update/11.4 -http://mirrors.nl.eu.kernel.org/opensuse/update/11.4 -ftp://ftp.fedora.md/mirrors/opensuse/update/11.4 -ftp://mirrors.nl.eu.kernel.org/opensuse/update/11.4 +http://repo.fedora.md/mirrors/opensuse/update/11.4 http://mirror.leaseweb.com/opensuse/update/11.4 +http://ftp1.nluug.nl/os/Linux/distr/opensuse/update/11.4 +ftp://ftp.fedora.md/mirrors/opensuse/update/11.4 +ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/update/11.4 ftp://mirror.leaseweb.com/opensuse/update/11.4 http://ftp2.nluug.nl/os/Linux/distr/opensuse/update/11.4 ftp://ftp2.nluug.nl/pub/os/Linux/distr/opensuse/update/11.4 -http://ftp1.nluug.nl/os/Linux/distr/opensuse/update/11.4 -ftp://ftp1.nluug.nl/pub/os/Linux/distr/opensuse/update/11.4 http://opensuse.hro.nl/opensuse/update/11.4 ftp://opensuse.hro.nl/opensuse/update/11.4 http://opensuse.uib.no/update/11.4 @@ -157,72 +143,78 @@ ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/11.4 ftp://ftp.man.szczecin.pl/pub/Linux/opensuse/opensuse/update/11.4 ftp://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.4 ftp://ftp.pbone.net/pub/opensuse/update/11.4 -ftp://ftp.pbone.net/pub/opensuse/update/11.4 http://ftp.sileman.pl/pub/opensuse/update/11.4 +ftp://ftp.cc.uoc.gr/mirrors/linux/opensuse/opensuse/update/11.4 ftp://ftp.sileman.pl/pub/opensuse/update/11.4 -http://ftp.isr.ist.utl.pt/pub/opensuse/update/11.4 http://ftp.nux.ipb.pt/pub/dists/opensuse/update/11.4 -ftp://ftp.isr.ist.utl.pt/pub/opensuse/update/11.4 -http://lisa.gov.pt/ftp/opensuse/update/11.4 -http://cesium.di.uminho.pt/pub/opensuse/update/11.4 http://ftp.gts.lug.ro/opensuse/update/11.4 http://ftp.ines.lug.ro/opensuse/update/11.4 +http://cesium.di.uminho.pt/pub/opensuse/update/11.4 ftp://ftp.gts.lug.ro/opensuse/update/11.4 -http://ftp.roedu.net/mirrors/opensuse.org/update/11.4 ftp://ftp.ines.lug.ro/opensuse/update/11.4 -http://mirrors.se.eu.kernel.org/opensuse/update/11.4 -http://ftp.df.lth.se/pub/opensuse/update/11.4 -ftp://mirrors.se.eu.kernel.org/opensuse/update/11.4 +http://ftp.roedu.net/mirrors/opensuse.org/update/11.4 +http://77.88.19.68/opensuse/update/11.4 +http://77.88.19.74/opensuse/update/11.4 +http://mirror.suse.ru/update/11.4 http://ftp.man.poznan.pl/pub/linux/opensuse/opensuse/update/11.4 +http://77.88.19.73/opensuse/update/11.4 +ftp://dispenser.yandex.net/opensuse/update/11.4 +http://ftp.df.lth.se/pub/opensuse/update/11.4 http://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.4 ftp://ftp.df.lth.se/pub/opensuseupdate/11.4 +http://mirrors.se.eu.kernel.org/opensuse/update/11.4 ftp://ftp.sunet.se/pub/Linux/distributions/opensuse/update/11.4 -http://opensuse.ynet.sk/update/11.4 +http://mirror.kreksi.net/opensuse/update/11.4 +ftp://mirror.kreksi.net/opensuse/update/11.4 +http://ftp.linux.org.tr/opensuse/update/11.4 +ftp://ftp.linux.org.tr/opensuse/update/11.4 +ftp://mirrors.se.eu.kernel.org/opensuse/update/11.4 http://ftp.linux.kiev.ua/pub/Linux/SuSE/update/11.4 -ftp://opensuse.ynet.sk/update/11.4 +http://www.muug.mb.ca/pub/opensuse/update/11.4 http://mirror.csclub.uwaterloo.ca/opensuse/update/11.4 +http://mirrors.ucr.ac.cr/opensuse/update/11.4 http://mirror.anl.gov/pub/opensuse/opensuse/update/11.4 +ftp://mirror.anl.gov/pub/opensuse/opensuse/update/11.4 +http://linux.dell.com/repo/community/update/11.4 http://opensuse.fastsoft.net/pub/linux/opensuse/update/11.4 ftp://mirror.csclub.uwaterloo.ca/opensuse/update/11.4 +ftp://mirrors.ucr.ac.cr/opensuse/update/11.4 http://opensuse.mirror.freedomvoice.com/update/11.4 -ftp://mirror.anl.gov/pub/opensuse/opensuse/update/11.4 ftp://opensuse.fastsoft.net/pub/linux/opensuse/update/11.4 -http://www.gtlib.gatech.edu/pub/opensuse/update/11.4 -http://linux.dell.com/repo/community/update/11.4 http://distro.ibiblio.org/pub/linux/distributions/opensuse/update/11.4 -http://ftp.ussg.iu.edu/linux/opensuse/update/11.4 -ftp://mirror.freedomvoice.com/opensuseupdate/11.4 +http://www.gtlib.gatech.edu/pub/opensuse/update/11.4 ftp://www.gtlib.gatech.edu/pub/opensuse/update/11.4 -http://mirrors2.kernel.org/opensuse/update/11.4 +ftp://mirror.freedomvoice.com/opensuseupdate/11.4 +http://mirrors.nl.eu.kernel.org/opensuse/update/11.4 http://mirrors1.kernel.org/opensuse/update/11.4 +http://mirrors2.kernel.org/opensuse/update/11.4 +http://suse.mobile-central.org/update/11.4 http://mirror.metrocast.net/opensuse/update/11.4 -http://130.57.19.201/update/11.4 -ftp://mirrors1.kernel.org/opensuse/update/11.4 -http://ftp.osuosl.org/pub/opensuse/update/11.4 http://mirror.rackspace.com/openSUSE/update/11.4 -ftp://mirrors2.kernel.org/opensuse/update/11.4 +http://ftp.osuosl.org/pub/opensuse/update/11.4 http://mirrors.rit.edu/opensuse/update/11.4 +http://mirror.symnds.com/distributions/opensuse/update/11.4 ftp://mirror.rackspace.com/openSUSE/update/11.4 +ftp://mirror.symnds.com/distributions/opensuse/update/11.4 http://suse.mirrors.tds.net/pub/opensuse/update/11.4 -http://mirror.umoss.org/opensuse/update/11.4 -http://ftp.utexas.edu/opensuse/update/11.4 +http://mirror.cst.temple.edu/opensuse/update/11.4 +http://mirror.clarkson.edu/opensuse/update/11.4 ftp://ftp.osuosl.org/pub/opensuse/update/11.4 +http://ftp.utexas.edu/opensuse/update/11.4 http://opensuse.cs.utah.edu/update/11.4 -http://mirrors.xmission.com/opensuse/update/11.4 ftp://ftp.utexas.edu/mirrors/opensuse/update/11.4 -ftp://opensuse.cs.utah.edu/opensuse/update/11.4 -ftp://mirrors.xmission.com/opensuse/update/11.4 +http://mirrors.xmission.com/opensuse/update/11.4 http://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.4 http://opensuse.mirror.aussiehq.net.au/update/11.4 +ftp://opensuse.cs.utah.edu/opensuse/update/11.4 +ftp://mirrors.xmission.com/opensuse/update/11.4 http://ftp.iinet.net.au/pub/opensuse/update/11.4 http://mirror.internode.on.net/pub/opensuse/update/11.4 -ftp://mirror.aarnet.edu.au/pub/opensuse/opensuse/update/11.4 http://ftp.netspace.net.au/pub/opensuse/update/11.4 -http://mirror.optus.net/opensuse/update/11.4 +ftp://opensuse.mirror.aussiehq.net.au/pub/opensuse/update/11.4 http://mirror.fcaglp.unlp.edu.ar/opensuse/update/11.4 -http://opensuse.c3sl.ufpr.br/update/11.4 ftp://ftp.iinet.net.au/pub/opensuse/update/11.4 ftp://mirror.internode.on.net/pub/opensuse/update/11.4 ftp://mirror.optus.net/opensuse/update/11.4 -ftp://mirror.fcaglp.unlp.edu.ar/opensuse/update/11.4 +http://opensuse.c3sl.ufpr.br/update/11.4 ftp://opensuse.c3sl.ufpr.br/opensuse/update/11.4 diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-307e3d54-4be01a65.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-307e3d54-4be01a65.asc index f2e2a808..f8c2ef1a 100644 --- a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-307e3d54-4be01a65.asc +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-307e3d54-4be01a65.asc @@ -1,5 +1,7 @@ +E3A5C360307E3D54 SuSE Package Signing Key + -----BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.16 (GNU/Linux) +Version: GnuPG v2.0.18 (GNU/Linux) mIsERCAdXQEEAL7MrBTz+3SBWpCm2ae2yaDqV3ezQcs2JlvqidJVhsZqQe9/jkxi KTEQW5+TXF/+BlQSiebunRI7oo3+9U8GyRCgs1sf+yRQWMLzZqRaarzRhw9w+Ihl diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc index 457ac280..af4c3056 100644 --- a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3d25d3d9-36e12d04.asc @@ -1,5 +1,7 @@ +77B2E6003D25D3D9 SuSE Security Team + -----BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.16 (GNU/Linux) +Version: GnuPG v2.0.18 (GNU/Linux) mQENAzbhLQQAAAEIAKAkXHe0lWRBXLpn38hMHy03F0I4Sszmoc8aaKJrhfhyMlOA BqvklPLE2f9UrI4Xc860gH79ZREwAgPt0pi6+SleNFLNcNFAuuHMLQOOsaMFatbz @@ -7,24 +9,12 @@ JR9i4m/lf6q929YROu5zB48rBAlcfTm+IBbijaEdnqpwGib45wE/Cfy6FAttBHQh 1Kp+r/jPbf1mYAvljUfHKuvbg8t2EIQz/5yGp+n5trn9pElfQO2cRBq8LFpf1l+U P7EKjFmlOq+Gs/fF98/dP3DfniSd78LQPq5vp8RL8nr/o2i7jkAQ33m4f1wOBWd+ cZovrKXYlXiR+Bf7m2hpZo+/sAzhd7LmAD0l09kABRG0JVN1U0UgU2VjdXJpdHkg -VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S1H5Fiyh7HKPEUBAVcOB/9b -yHYji1/+4Xc2GhvXK0FSJN0MGgeXgW47yxDL7gmR4mNgjlIOUHZj0PEpVjWepOJ7 -tQS3L9oP6cpj1Fj/XxuLbkp5VCQ61hpt54coQAvYrnT9rtWEGN+xmwejT1WmYmDJ -xG+EGBXKr+XP69oIUl1E2JO3rXeklulgjqRKos4cdXKgyjWZ7CP9V9daRXDtje63 -Om8gwSdU/nCvhdRIWp/Vwbf7Ia8iZr9OJ5YuQl0DBG4qmGDDrvImgPAFkYFzwlqo -choXFQ9y0YVCV41DnR+GYhwl2qBd81T8aXhihEGPIgaw3g8gd8B5o6mPVgl+nJqI -BkEYGBusiag2pS6qwznZiQEVAwUQNuEtBHey5gA9JdPZAQFtOAf+KVh939b0J94u -v/kpg4xs1LthlhquhbHcKNoVTNspugiC3qMPyvSX4XcBr2PC0cVkS4Z9PY9iCfT+ -x9WM96g39dAF+le2CCx7XISk9XXJ4ApEy5g4AuK7NYgAJd39PPbERgWnxjxir9g0 -Ix30dS30bW39D+3NPU5Ho9TD/B7UDFvYT5AWHl3MGwo3a1RhTs6sfgL7yQ3U+mvq -MkTExZb5mfN1FeaYKMopoI4VpzNVeGxQWIz67VjJHVyUlF20ekOz4kWVgsxkc8G2 -saqZd6yv2EwqYTi8BDAduweP33KrQc4KDDommQNDOXxaKOeCoESIdM4p7Esdjq1o -L0oixF12CohGBBARAgAGBQI7HmHDAAoJEJ5A4xAACqukTlQAoI4QzP9yjPohY7OU -F7J3eKBTzp25AJ42BmtSd3pvm5ldmognWF3Trhp+GYkAlQMFEDe3O8IWkDf+zvyS -FQEBAfkD/3GG5UgJj18UhYmh1gfjIlDcPAeqMwSytEHDENmHC+vlZQ/p0mT9tPiW -tp34io54mwr+bLPN8l6B5GJNkbGvH6M+mO7R8Lj4nHL6pyAv3PQr83WyLHcaX7It -Klj371/4yzKV6qpz43SGRK4MacLo2rNZ/dNej7lwPCtzCcFYwqkiiEYEEBECAAYF -AjoaQqQACgkQx1KqMrDf94ArewCfWnTUDG5gNYkmHG4bYL8fQcizyA4An2eVo/n+ -3J2KRWSOhpAMsnMxtPbB -=Ay23 +VGVhbSA8c2VjdXJpdHlAc3VzZS5kZT6JARUDBRA24S0Ed7LmAD0l09kBAW04B/4p +WH3f1vQn3i6/+SmDjGzUu2GWGq6Fsdwo2hVM2ym6CILeow/K9JfhdwGvY8LRxWRL +hn09j2IJ9P7H1Yz3qDf10AX6V7YILHtchKT1dcngCkTLmDgC4rs1iAAl3f089sRG +BafGPGKv2DQjHfR1LfRtbf0P7c09Tkej1MP8HtQMW9hPkBYeXcwbCjdrVGFOzqx+ +AvvJDdT6a+oyRMTFlvmZ83UV5pgoyimgjhWnM1V4bFBYjPrtWMkdXJSUXbR6Q7Pi +RZWCzGRzwbaxqpl3rK/YTCphOLwEMB27B4/fcqtBzgoMOiaZA0M5fFoo54KgRIh0 +zinsSx2OrWgvSiLEXXYK +=m7kg -----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3dbdc284-4be1884d.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3dbdc284-4be1884d.asc index 5d24cb80..e3ac9f45 100644 --- a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3dbdc284-4be1884d.asc +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-3dbdc284-4be1884d.asc @@ -1,5 +1,7 @@ +B88B2FD43DBDC284 openSUSE Project Signing Key + -----BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.16 (GNU/Linux) +Version: GnuPG v2.0.18 (GNU/Linux) mQENBEkUTD8BCADWLy5d5IpJedHQQSXkC1VK/oAZlJEeBVpSZjMCn8LiHaI9Wq3G 3Vp6wvsP1b3kssJGzVFNctdXt5tjvOLxvrEfRJuGfqHTKILByqLzkeyWawbFNfSQ diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-56b4177a-4be18cab.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-56b4177a-4be18cab.asc index bb2de910..e4fc864a 100644 --- a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-56b4177a-4be18cab.asc +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-56b4177a-4be18cab.asc @@ -1,5 +1,7 @@ +1C721C2456B4177A openSUSE\x3aFactory OBS Project + -----BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.16 (GNU/Linux) +Version: GnuPG v2.0.18 (GNU/Linux) mQGiBEeWWzMRBADU8l2IckSzgdUS1dn0WMM7wXK4seoFsHHQw/0unHCQCxpyDMnn TKV86p5KTbR1FDdeaZlY0yCV+IGsiIxLyuUdJn8vuA5gA5ZkUr89/HtWaeZVl77J @@ -13,7 +15,6 @@ LFnePHTHy6gVjWbqcC0ncFzOqM1y644Up7BoKSAr1hRTl6Mw9S3UfZZZ0al3JtWt RmFjdG9yeSBPQlMgUHJvamVjdCA8b3BlblNVU0U6RmFjdG9yeUBidWlsZC5vcGVu c3VzZS5vcmc+iGYEExECACYCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAUCS+GM qwUJC8//eAAKCRAcchwkVrQXenCfAKCiI/uNClNI32AaPU36o2mFIUKcHgCfby3/ -8UEqkeBRFM1zyjHBo2w/GYyIRgQQEQIABgUCS+GOAgAKCRA7MBG3a51lI2PoAJ9+ -OORElEjcmtUu0pOhatgoEx+DoACfcJMHcdT+8ckq17RsEgWuS/4dGVM= -=uu+g +8UEqkeBRFM1zyjHBo2w/GYw= +=CPJz -----END PGP PUBLIC KEY BLOCK----- diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-9c800aca-4be01999.asc b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-9c800aca-4be01999.asc index f2454f60..9c296378 100644 --- a/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-9c800aca-4be01999.asc +++ b/src/lib/distro-info/suse-12.1/trusted-package-keys/gpg-pubkey-9c800aca-4be01999.asc @@ -1,5 +1,7 @@ +A84EDAE89C800ACA SuSE Package Signing Key + -----BEGIN PGP PUBLIC KEY BLOCK----- -Version: GnuPG v2.0.16 (GNU/Linux) +Version: GnuPG v2.0.18 (GNU/Linux) mQGiBDnu9IERBACT8Y35+2vv4MGVKiLEMOl9GdST6MCkYS3yEKeueNWc+z/0Kvff 4JctBsgs47tjmiI9sl0eHjm3gTR8rItXMN6sJEUHWzDP+Y0PFPboMvKx0FXl/A0d diff --git a/src/lib/distro-info/suse-12.1/trusted-package-keys/pubring.gpg b/src/lib/distro-info/suse-12.1/trusted-package-keys/pubring.gpg index 84c159ea..52b53f3e 100644 Binary files a/src/lib/distro-info/suse-12.1/trusted-package-keys/pubring.gpg and b/src/lib/distro-info/suse-12.1/trusted-package-keys/pubring.gpg differ -- cgit v1.2.3-55-g7522 From e61e9d93f1e87b8821aca173bac6f3abeb9678f3 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 22 Nov 2011 17:25:41 +0100 Subject: Distro specific scripts ... --- src/initramfs/distro-specs/suse/functions-12.1 | 83 +++++++++++++++++++++++ src/initramfs/distro-specs/ubuntu/functions-11.10 | 28 ++++++++ src/installer/OpenSLX/OSExport/Distro/Suse.pm | 5 +- src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm | 1 + 4 files changed, 115 insertions(+), 2 deletions(-) create mode 100644 src/initramfs/distro-specs/suse/functions-12.1 create mode 100644 src/initramfs/distro-specs/ubuntu/functions-11.10 diff --git a/src/initramfs/distro-specs/suse/functions-12.1 b/src/initramfs/distro-specs/suse/functions-12.1 new file mode 100644 index 00000000..98daafa4 --- /dev/null +++ b/src/initramfs/distro-specs/suse/functions-12.1 @@ -0,0 +1,83 @@ +# Copyright (c) 2011 - OpenSLX GmbH +# +# This program/file is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your feedback to feedback@openslx.org +# +# General information about OpenSLX can be found under http://openslx.org +# +# configuration script for OpenSuSE 12.1 to configure linux stateless clients +# (included by init, hwautocfg, servconfig within InitialRamFS after +# inclusion of the main functions file). This file is the main base for the +# several SuSE distro versions + +# settings of central variables (formerly done via config-*, these variables +# are disputable ...) +# D_DIRINBINDMNT - lists of directories to be created in bind mounted rw +# part of the client filesystem +# D_RODIRSINRW - ReadOnly Directories in RW part of filesystem to save on +# TempFS usage +# D_DIRINDXS - directories in client filesystem which should be present +# anyhow + +# start portmapper (needed at least for nfs and nis services) +config_portmap () { +# portmap is provided via rpcbind in suse 11.1,2,3,4 and 12.1 +testmkd /mnt/var/lib/rpcbind +rllinker "rpcbind" 4 5 +} +# acpi and powersave daemons, required e.g. to shutdown the machine via +# power button, no need for early start +config_acpi () { +rllinker acpid 22 12 +# dbus is required to run acpid and powersaved +start_dreshal="yes" +} +# configure dbus (inter application communication for kde and gnome), hal +# (hardware abstraction layer - used e.g. by powersaved) +config_dreshal () { +if [ "x$start_dreshal" = "xyes" ]; then + # create directories and set permissions with user and group id + for dir in "/var/lib/misc" "/var/run/ConsoleKit" \ + "/var/lib/dbus" \ + "/var/lib/polkit-1/localauthority" \ + "/var/run/dbus messagebus:messagebus" \ + "/var/cache/hald haldaemon:haldaemon"; do + testmkd /mnt${dir} + done + touch /mnt/var/lib/misc/PolicyKit.reload + chown polkituser.polkituser /mnt/var/lib/misc/PolicyKit.reload + + if [ -f /mnt/etc/init.d/dbus ] ; then + strinfile "messagebus:" /mnt/etc/passwd || \ + echo "messagebus:x:102:103:User for D-BUS:/var/run/dbus:/bin/false" \ + >> /mnt/etc/passwd + strinfile "messagebus:" /mnt/etc/group || \ + echo "messagebus:!:103:" >> /mnt/etc/group + + rm -rf /mnt/etc/dbus-1/system.d/*etwork*anager.conf \ + /mnt/etc/dbus-1/system.d/nm-* + + rllinker "dbus" 1 20 + fi +fi +} +# function for ntp configuration +config_ntp () { +if [ -e /mnt/etc/init.d/ntp ] ; then + if ! strinfile "ntp:" /mnt/etc/passwd ; then + echo -e "ntp:x:74:106:NTP daemon:/var/lib/nobody:/bin/false" \ + >>/mnt/etc/passwd + echo -e "ntp:!:13099:0:99999:7:::" >>/mnt/etc/shadow + fi + testmkd /mnt/var/lib/ntp/var/run/ntp + testmkd /mnt/var/db + touch /mnt/var/db/ntp-kod + if [ "x$start_ntp" = "xyes" ] ; then + rllinker "ntp" 2 14 + fi +fi +} + diff --git a/src/initramfs/distro-specs/ubuntu/functions-11.10 b/src/initramfs/distro-specs/ubuntu/functions-11.10 new file mode 100644 index 00000000..e4c7dfd2 --- /dev/null +++ b/src/initramfs/distro-specs/ubuntu/functions-11.10 @@ -0,0 +1,28 @@ +# Copyright (c) 2011 - OpenSLX GmbH +# +# This program/file is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your feedback to feedback@openslx.org +# +# General information about OpenSLX can be found under http://openslx.org +# +# Configuration script for Ubuntu 11.10 configure OpenSLX Linux stateless +# clients (merged in stage2 with ubuntu/functions-default - and loaded within +# initial ramfs - stage3) It may overwrite settings from the default config +# file (/etc/functions) + +# configure hal, dbus, policykitd and services like that +config_dreshal () { +if [ "x$start_dreshal" = "xyes" ]; then + testmkd /mnt/var/lib/dbus + testmkd /mnt/var/lib/misc + rm -rf /mnt/etc/dbus-1/system.d/*etwork*anager.conf \ + /mnt/etc/dbus-1/system.d/nm-* \ + /mnt/etc/dbus-1/event.d/*NetworkManager* + for dir in 10-vendor.d 20-org.d 30-site.d 50-local.d 90-mandatory.d ; do + testmkd /mnt/var/lib/polkit-1/localauthority/${dir} + done +fi +} diff --git a/src/installer/OpenSLX/OSExport/Distro/Suse.pm b/src/installer/OpenSLX/OSExport/Distro/Suse.pm index 79090c04..bf09f4ff 100644 --- a/src/installer/OpenSLX/OSExport/Distro/Suse.pm +++ b/src/installer/OpenSLX/OSExport/Distro/Suse.pm @@ -135,7 +135,9 @@ sub getSquashfsVersion '11.0' => '3.2', '11.1' => '3.2', '11.2' => '3.3', - '11.3' => '4.0' + '11.3' => '4.0', + '11.4' => '4.0', + '12.1' => '4.0' ); my $distroDefault = '4.0'; @@ -143,5 +145,4 @@ sub getSquashfsVersion return $versionMap{$distroVersion} || $distroDefault; } - 1; diff --git a/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm b/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm index 300c3a76..1443251b 100644 --- a/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm +++ b/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm @@ -102,6 +102,7 @@ sub getSquashfsVersion '10.04' => '4.0', '10.10' => '4.0', '11.04' => '4.0', + '11.10' => '4.0', ); my $distroDefault = '4.0'; -- cgit v1.2.3-55-g7522 From fa16de371b41f12ab7b0509ea3f9ddfa26cecc54 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 22 Nov 2011 17:30:37 +0100 Subject: Further (irrelevant) adaptations ... --- src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm | 3 ++- src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm index 81fd27a5..d6b82984 100644 --- a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm +++ b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm @@ -54,7 +54,8 @@ sub determineMatchingHwinfoVersion '11.1' => '15.21', '11.2' => '16.0', '11.3' => '16.0', - '11.4' => '16.0' + '11.4' => '16.0', + '12.1' => '16.0' ); return $versionMap{$distroVersion} || $self->SUPER::determineMatchingHwinfoVersion($distroVersion); diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm index 7c5c561f..de56ee20 100644 --- a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm +++ b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm @@ -67,6 +67,7 @@ sub determineMatchingHwinfoVersion '10.04' => '16.0', '10.10' => '16.0', '11.04' => '16.0', + '11.10' => '16.0' ); return $versionMap{$distroVersion} || $self->SUPER::determineMatchingHwinfoVersion($distroVersion); -- cgit v1.2.3-55-g7522