diff options
Diffstat (limited to 'site/variables.template.php')
-rw-r--r-- | site/variables.template.php | 10 |
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"; |