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 --- (limited to 'site/variables.template.php') 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