mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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:
@@ -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
|
||||
# -----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user