summaryrefslogtreecommitdiffstats
path: root/site/variables.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-27 13:16:27 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-27 13:16:27 (EDT)
commita8ec455783e179515782a3c6a5e53474af2eca59 (patch)
treebf111a97e603e3fd0f699b08f57106bbd929d222 /site/variables.php
parent0e94461327c7c757793587703498b206934d0484 (diff)
downloadlibreboot.org-a8ec455783e179515782a3c6a5e53474af2eca59.zip
libreboot.org-a8ec455783e179515782a3c6a5e53474af2eca59.tar.gz
libreboot.org-a8ec455783e179515782a3c6a5e53474af2eca59.tar.bz2
download page: rsync mirrors now shown via function
Diffstat (limited to 'site/variables.php')
-rw-r--r--site/variables.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/variables.php b/site/variables.php
index 06b6f4b..1e67605 100644
--- a/site/variables.php
+++ b/site/variables.php
@@ -57,9 +57,9 @@
/* rsync servers (for release archives). Put the main one first */
$lbRsyncServer = array (
- "rsync.libreboot.org::mirrormirror",
- "rsync://rsync.mirrorservice.org/libreboot.org/release/",
- "rsync://ftp.linux.ro/libreboot/"
+ array("rsync.libreboot.org::mirrormirror","Libreboot Project (main rsync mirror)"),
+ array("rsync://rsync.mirrorservice.org/libreboot.org/release/","University of Kent, UK (backup mirror)"),
+ array("rsync://ftp.linux.ro/libreboot/","linux.ro, Romania (backup mirror)")
);
/* Bug tracker URL */