diff options
author | Francis 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) |
commit | b5a53991f9c3edceb32ab7c5fa65ebaea436b15a (patch) | |
tree | e7017db455749c64f3b1c3cc008ce36a78f4dbc5 /site/variables.template.php | |
parent | 99937b32e5881d47109ab585a3dfe09de3bc9f08 (diff) | |
download | libreboot.org-b5a53991f9c3edceb32ab7c5fa65ebaea436b15a.zip libreboot.org-b5a53991f9c3edceb32ab7c5fa65ebaea436b15a.tar.gz libreboot.org-b5a53991f9c3edceb32ab7c5fa65ebaea436b15a.tar.bz2 |
more mirrors
Diffstat (limited to 'site/variables.template.php')
-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 */ |