summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-23 05:33:18 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-23 05:33:18 (EST)
commitb5a53991f9c3edceb32ab7c5fa65ebaea436b15a (patch)
treee7017db455749c64f3b1c3cc008ce36a78f4dbc5 /site
parent99937b32e5881d47109ab585a3dfe09de3bc9f08 (diff)
downloadlibreboot.org-b5a53991f9c3edceb32ab7c5fa65ebaea436b15a.zip
libreboot.org-b5a53991f9c3edceb32ab7c5fa65ebaea436b15a.tar.gz
libreboot.org-b5a53991f9c3edceb32ab7c5fa65ebaea436b15a.tar.bz2
more mirrors
Diffstat (limited to 'site')
-rw-r--r--site/variables.template.php9
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 */