summaryrefslogtreecommitdiffstats
path: root/site/variables.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/variables.php')
-rw-r--r--site/variables.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/site/variables.php b/site/variables.php
index 29aa4e8..06b6f4b 100644
--- a/site/variables.php
+++ b/site/variables.php
@@ -39,20 +39,20 @@
/* HTTP mirrors (for release archives) */
$lbHttpMirror = array(
- "http://mirrors.mit.edu/libreboot/",
- "http://www.mirrorservice.org/sites/libreboot.org/release/",
- "https://freedombox.org/libreboot/",
- "http://elmondo74.fr/libreboot/",
- "http://elgrande74.net/libreboot/",
- "http://mirror.linux.ro/libreboot/",
- "https://ginette.swordarmor.fr/libreboot/",
- "http://ginette.swordarmor.fr/libreboot/",
- "http://libreboot.nedson.net/"
+ array("http://mirrors.mit.edu/libreboot/","MIT University, USA"),
+ array("http://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
+ array("https://freedombox.org/libreboot/","freedombox.org, Switzerland"),
+ array("http://elmondo74.fr/libreboot/","elmondo74.fr, France"),
+ array("http://elgrande74.net/libreboot/","elgrande74.net, France"),
+ array("http://mirror.linux.ro/libreboot/","linux.ro, Romania"),
+ array("https://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"),
+ array("http://ginette.swordarmor.fr/libreboot/","swordarmor.fr, France"),
+ array("http://libreboot.nedson.net/","nedson.net, Canada")
);
- /* HTTP mirrors (for release archives) */
+ /* FTP mirrors (for release archives) */
$lbFtpMirror = array(
- "ftp://ftp.mirrorservice.org/sites/libreboot.org/release/",
- "ftp://ftp.linux.ro/libreboot/"
+ array("ftp://ftp.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"),
+ array("ftp://ftp.linux.ro/libreboot/","linux.ro, Romania")
);
/* rsync servers (for release archives). Put the main one first */