diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-14 02:44:07 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-14 02:44:07 (EST) |
commit | b12ee3bd44ce2c047cc0e3f2ce180afd0d743a43 (patch) | |
tree | 635b9d12a86bd571d78132c3163f0ba3b60fbcab | |
parent | 08b652760362ace0e57ae158626bbbea1c9f7142 (diff) | |
download | libreboot.org-b12ee3bd44ce2c047cc0e3f2ce180afd0d743a43.zip libreboot.org-b12ee3bd44ce2c047cc0e3f2ce180afd0d743a43.tar.gz libreboot.org-b12ee3bd44ce2c047cc0e3f2ce180afd0d743a43.tar.bz2 |
No. do not mirror the unstable releases. self-host them
Mirrorring them is unfair on the mirrors, because it will take
up a lot more space and bandwidth for them
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | site/download/index.php | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,5 @@ *~ +/beta/ /site/lp2014/ /site/lp2014 /site/lp2015/ diff --git a/site/download/index.php b/site/download/index.php index 4672b5b..097610e 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -80,8 +80,7 @@ from the <a href="../git/">git repository</a>. </p> <p> - You can download these releases in the <b><i>beta</i></b> directory, from the available libreboot mirror sites - (see links to mirrors above). + <a href="../beta/">Here's where you can find the beta releases</a> </p> </div> |