From 336f1166347271bca9c96aafe4ab05cbc3262789 Mon Sep 17 00:00:00 2001 From: Leah Woods Date: Sun, 08 May 2016 09:02:43 -0400 Subject: outsource (again) the hosting of git and release archives libreboot.org doesn't have much bandwidth at the moment, and will soon have less. what it does have is more than enough for the core of the website, though rsync repo will remain up, of course. --- diff --git a/site/common/variables.php b/site/common/variables.php index b400270..8172159 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -1,7 +1,7 @@ + Copyright (C) 2015, 2016 Leah Woods This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -29,19 +29,16 @@ /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "git://git.savannah.nongnu.org/libreboot.git", - "https://libreboot.org/repo/libreboot.git", "git://git.pehjota.net/libreboot-backup/libreboot.git", "git://gnu.dk/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "https://libreboot.org/repo/libreboot-website.git", "git://git.pehjota.net/libreboot-backup/libreboot.org.git", "git://gnu.dk/libreboot-website.git" ); /* HTTP mirrors (for release archives) */ $lbHttpMirror = array( - array("https://libreboot.org/release/","Libreboot project, UK"), array("http://mirrors.mit.edu/libreboot/","MIT, USA"), array("http://www.mirrorservice.org/sites/libreboot.org/release/","University of Kent, UK"), array("http://tpvj6abq225m5pcf.onion/pub/libreboot/","Tor hidden server, Undisclosed location"), -- cgit v0.9.1