From b5a53991f9c3edceb32ab7c5fa65ebaea436b15a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 23 Feb 2015 05:33:18 -0500 Subject: more mirrors --- (limited to 'site') diff --git a/site/variables.template.php b/site/variables.template.php index 4fba15f..28c21dc 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -54,17 +54,20 @@ "https://freedombox.org/libreboot/", "http://www.mirrorservice.org/sites/libreboot.org/release/", "http://elmondo74.fr/libreboot/", - "http://elgrande74.net/libreboot/" + "http://elgrande74.net/libreboot/", + "http://mirror.linux.ro/libreboot/" ); /* HTTP mirrors (for release archives) */ $lbFtpMirror = array( - "ftp://ftp.mirrorservice.org/sites/libreboot.org/release/" + "ftp://ftp.mirrorservice.org/sites/libreboot.org/release/", + "ftp://ftp.linux.ro/libreboot/" ); /* rsync servers (for release archives). Put the main one first */ $lbRsyncServer = array ( "libreboot.org::mirrormirror", - "rsync://rsync.mirrorservice.org/libreboot.org/release/" + "rsync://rsync.mirrorservice.org/libreboot.org/release/", + "rsync://ftp.linux.ro/libreboot/" ); /* Bug tracker URL */ -- cgit v0.9.1