summaryrefslogtreecommitdiffstats
path: root/site/variables.template.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-21 00:19:58 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-21 00:19:58 (EST)
commitf8953319283675e680f8f733437778668c23b3c0 (patch)
tree33f279afe6427bebeb014d94a80e214e1fdf9806 /site/variables.template.php
parent144564ea5f8e208402eabab1bd7dc9d15a988e28 (diff)
downloadlibreboot.org-f8953319283675e680f8f733437778668c23b3c0.zip
libreboot.org-f8953319283675e680f8f733437778668c23b3c0.tar.gz
libreboot.org-f8953319283675e680f8f733437778668c23b3c0.tar.bz2
Move backup git repositories to an array in variables.php
Diffstat (limited to 'site/variables.template.php')
-rw-r--r--site/variables.template.php10
1 files changed, 9 insertions, 1 deletions
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";