diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-23 08:06:03 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-23 08:06:03 (EST) |
commit | bf748e87e2583f3e183bd9e7f17f88fd33239408 (patch) | |
tree | 707d95bb81bc3ad0eec8f7c7dddc278bb9f6e360 /site | |
parent | d98006f4760d7117ea600a09ff29af17f06869d7 (diff) | |
download | libreboot.org-bf748e87e2583f3e183bd9e7f17f88fd33239408.zip libreboot.org-bf748e87e2583f3e183bd9e7f17f88fd33239408.tar.gz libreboot.org-bf748e87e2583f3e183bd9e7f17f88fd33239408.tar.bz2 |
add more mirrors
Diffstat (limited to 'site')
-rw-r--r-- | site/variables.template.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index e48c398..124fa5a 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -50,11 +50,13 @@ /* HTTP mirrors (for release archives) */ $lbHttpMirror = array( - "https://freedombox.org/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/" + "http://mirror.linux.ro/libreboot/", + "https://ginette.swordarmor.fr/libreboot/", + "http://ginette.swordarmor.fr/libreboot/" ); /* HTTP mirrors (for release archives) */ $lbFtpMirror = array( |