diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-16 10:12:50 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-16 10:12:50 (EDT) |
commit | 57b434477889c6ae077c5fa2d1b543966efee33c (patch) | |
tree | 7f28bd081e69a0bddb731b5175fb32e8f96a4d2b | |
parent | 1c7125de8b4a90cc10cfd33fe63d3a6b4ca07716 (diff) | |
download | libreboot.org-57b434477889c6ae077c5fa2d1b543966efee33c.zip libreboot.org-57b434477889c6ae077c5fa2d1b543966efee33c.tar.gz libreboot.org-57b434477889c6ae077c5fa2d1b543966efee33c.tar.bz2 |
add new rsync backup mirror
-rw-r--r-- | site/common/variables.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/common/variables.php b/site/common/variables.php index 0dd2272..05d34d6 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -58,7 +58,8 @@ $lbRsyncServer = array ( array("rsync.libreboot.org::mirrormirror","Libreboot project, UK (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)") + array("rsync://ftp.linux.ro/libreboot/","linux.ro, Romania (backup mirror)"), + array("rsync://mirror.se.partyvan.eu/pub/libreboot/","Sweden (backup mirror)") ); /* Bug tracker URL */ |