diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-22 08:57:46 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-22 08:57:46 (EST) |
commit | 19806e7d84e559a167a2e75076ce4b47e9d7dfeb (patch) | |
tree | 3f82eed07d81f765233fb86a3b7d2af19056a8c7 /site/variables.template.php | |
parent | 8fff1e1f0f0f39b50a1c14b5833529b4a86401d9 (diff) | |
download | libreboot.org-19806e7d84e559a167a2e75076ce4b47e9d7dfeb.zip libreboot.org-19806e7d84e559a167a2e75076ce4b47e9d7dfeb.tar.gz libreboot.org-19806e7d84e559a167a2e75076ce4b47e9d7dfeb.tar.bz2 |
Add links to backup rsync mirrors
Diffstat (limited to 'site/variables.template.php')
-rw-r--r-- | site/variables.template.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index b07f0c5..98bda0b 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -52,12 +52,14 @@ "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/" + "ftp://ftp.mirrorservice.org/sites/libreboot.org/release/" ); - /* rsync command (for mirroring the project) */ - $lbRsyncCommand = "rsync -avxP --delete --stats libreboot.org::mirrormirror /path/to/webserver/directory/libreboot/"; + /* rsync servers. Put the main one first */ + $lbRsyncServer = array ( + "libreboot.org::mirrormirror", + "rsync://rsync.mirrorservice.org/libreboot.org/release/" + ); /* Bug tracker URL */ $lbBugTrackerAddress = "http://projects.mtjm.eu/projects/libreboot"; |