From 679efe16757beda042e0ecba2765737c2b326d22 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 2 May 2007 21:46:47 +0000 Subject: * renamed 'ossetup-max-retry-count' to 'ossetup-max-try-count' and started to use it in OSSetup::Engine. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@989 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/OpenSLX/OSSetup/Engine.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm index fde5f2f9..a9376132 100644 --- a/installer/OpenSLX/OSSetup/Engine.pm +++ b/installer/OpenSLX/OSSetup/Engine.pm @@ -449,7 +449,7 @@ sub downloadBaseFiles my $pkgSubdir = $self->{'distro-info'}->{'package-subdir'}; my @URLs = @{$self->{'baseURLs'}}; - my $maxTryCount = 5; # TODO: make this configurable! + my $maxTryCount = $openslxConfig{'ossetup-max-try-count'}; my @foundFiles; foreach my $fileVariantStr (@$files) { -- cgit v1.2.3-55-g7522