update accelerator: Do not attempt to cache IPFire updates any more

We do not deliver anything via HTTP or FTP any more and therefore
nothing can be cached any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-11-08 16:46:11 +00:00
parent 01a3c346dd
commit 524dae818f

View File

@@ -193,15 +193,6 @@ while (<>) {
$xlrator_url = &check_cache($source_url,$hostaddr,$username,"Avira",$mirror);
}
# -----------------------------------------------------------
# Section: IPFire Downloads
# -----------------------------------------------------------
if ($source_url =~ m@^[f|h]t?tp://.*\.(ipfire)$@i)
{
$xlrator_url = &check_cache($source_url,$hostaddr,$username,"IPFire",$mirror);
}
# -----------------------------------------------------------
# Section: AVG Downloads
# -----------------------------------------------------------