diff options
-rw-r--r-- | site/variables.template.php | 9 |
1 files changed, 6 insertions, 3 deletions
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 */ |