summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeah Woods <info@minifree.org>2016-05-08 09:02:43 (EDT)
committer Leah Woods <info@minifree.org>2016-05-08 09:02:43 (EDT)
commit336f1166347271bca9c96aafe4ab05cbc3262789 (patch)
tree3289a9fc6b5ae05af2a19d783b8ce80c419e3c51
parent8e448397185f492c88b2ca150e63f782bbef9b04 (diff)
downloadlibreboot.org-336f1166347271bca9c96aafe4ab05cbc3262789.zip
libreboot.org-336f1166347271bca9c96aafe4ab05cbc3262789.tar.gz
libreboot.org-336f1166347271bca9c96aafe4ab05cbc3262789.tar.bz2
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.
-rw-r--r--site/common/variables.php5
1 files changed, 1 insertions, 4 deletions
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 @@
<?php
/*
A number of variables that are used by the whole site
- Copyright (C) 2015 Leah Woods <info@minifree.org>
+ Copyright (C) 2015, 2016 Leah Woods <info@minifree.org>
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"),