From 8fff1e1f0f0f39b50a1c14b5833529b4a86401d9 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 22 Feb 2015 07:31:56 -0500 Subject: Add rsync mirroring instructions (plus some mirrors) --- (limited to 'site') diff --git a/site/download/index.php b/site/download/index.php index 3e8b620..04b0a46 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -137,6 +137,15 @@ ?> +

Mirroring

+

+ Create a directory in your web server directory, eg /.
+ $ +

+

+ Add this to your crontab. +

+

Are you running a mirror? Contact the project (details are on the home page), and the link will be added here. diff --git a/site/variables.template.php b/site/variables.template.php index 4a0cd63..b07f0c5 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -49,10 +49,16 @@ /* HTTP mirrors (for release archives) */ $lbHttpMirror = array( - "../docs/release.html", - "http://www.libreboot.org/release/" + "http://www.libreboot.org/release/", + "https://freedombox.org/libreboot/", + "http://www.mirrorservice.org/sites/libreboot.org/release/", + "ftp://ftp.mirrorservice.org/sites/libreboot.org/release/", + "rsync://rsync.mirrorservice.org/libreboot.org/release/" ); + /* rsync command (for mirroring the project) */ + $lbRsyncCommand = "rsync -avxP --delete --stats libreboot.org::mirrormirror /path/to/webserver/directory/libreboot/"; + /* Bug tracker URL */ $lbBugTrackerAddress = "http://projects.mtjm.eu/projects/libreboot"; -- cgit v0.9.1