From f8953319283675e680f8f733437778668c23b3c0 Mon Sep 17 00:00:00 2001
From: Francis Rowe
Date: Sat, 21 Feb 2015 00:19:58 -0500
Subject: Move backup git repositories to an array in variables.php
---
diff --git a/site/download/index.php b/site/download/index.php
index 5315611..4cadfb2 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -95,19 +95,35 @@
Firmware: $ git clone
Website: $ git clone
- Backup repositories
-
- These are backup repositories, in case the main repository is down.
- Although these are regularly updated by the libreboot project, you
- should ideally use the main repository.
-
+ Backup repositories
+
+ These are backup repositories, in case the main repository is down.
+ Although these are regularly updated by the libreboot project, you
+ should ideally use the main repository.
+
+
+ Libreboot firmware (coreboot distribution)
- Firmware: $ git clone https://gitorious.org/libreboot-backup/libreboot.git
- Website: $ git clone https://gitorious.org/libreboot-backup/libreboot-website.git
+
+ $ git clone
+ "; ?>
+
+
+ Libreboot website
- Firmware: $ git clone git://git.pehjota.net/libreboot-backup/libreboot.git
- Website: $ git clone git://git.pehjota.net/libreboot-backup/libreboot.org.git
+
+ $ git clone
+ "; ?>
+
diff --git a/site/variables.template.php b/site/variables.template.php
index d34bf0e..7ea1380 100644
--- a/site/variables.template.php
+++ b/site/variables.template.php
@@ -3,10 +3,18 @@
$lbFirmwareGitRepoAddress = "http://libreboot.org/libreboot.git";
$lbFirmwareGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.git";
-
$lbWebsiteGitRepoAddress = "http://libreboot.org/libreboot.org.git";
$lbWebsiteGitwebAddress = "http://libreboot.org/gitweb/?p=libreboot.org.git";
+ $lbFirmwareBackupGitRepoAddress = array(
+ "https://gitorious.org/libreboot-backup/libreboot.git",
+ "git://git.pehjota.net/libreboot-backup/libreboot.git"
+ );
+ $lbWebsiteBackupGitRepoAddress = array(
+ "https://gitorious.org/libreboot-backup/libreboot-website.git",
+ "git://git.pehjota.net/libreboot-backup/libreboot.org.git"
+ );
+
$lbBugTrackerAddress = "http://projects.mtjm.eu/projects/libreboot";
$userMailingListAddress = "https://lists.nongnu.org/mailman/listinfo/libreboot";
--
cgit v0.9.1