From 22137d6c99094ba09cdcc54b2b5096da66fce06f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 09 Jan 2016 22:57:40 -0500 Subject: make libreboot.org the main repository for git again --- (limited to 'site/common') diff --git a/site/common/variables.php b/site/common/variables.php index 583baf3..e8c2d94 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -22,19 +22,19 @@ $lbHomepage = "https://libreboot.org/"; /* Main git repositories */ - $lbFirmwareGitRepoAddress = "git://git.savannah.nongnu.org/libreboot.git"; - $lbFirmwareGitwebAddress = "http://git.savannah.gnu.org/cgit/libreboot.git"; - $lbWebsiteGitRepoAddress = "https://notabug.org/fchmmr/libreboot-website.git"; - $lbWebsiteGitwebAddress = "https://notabug.org/fchmmr/libreboot-website/commits/master"; + $lbFirmwareGitRepoAddress = "https://libreboot.org/repo/libreboot.git"; + $lbFirmwareGitwebAddress = "https://libreboot.org/gitweb/?p=libreboot.git;a=summary"; + $lbWebsiteGitRepoAddress = "https://libreboot.org/repo/libreboot-website.git"; + $lbWebsiteGitwebAddress = "https://libreboot.org/gitweb/?p=libreboot-website.git;a=summary"; /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( + "git://git.savannah.nongnu.org/libreboot.git", "https://notabug.org/fchmmr/libreboot.git", - "git://git.pehjota.net/libreboot-backup/libreboot.git", - "https://libreboot.org/repo/libreboot.git" + "git://git.pehjota.net/libreboot-backup/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "git://git.pehjota.net/libreboot-backup/libreboot.org.git", - "https://libreboot.org/repo/libreboot-website.git" + "https://notabug.org/fchmmr/libreboot-website.git", + "git://git.pehjota.net/libreboot-backup/libreboot.org.git" ); /* HTTP mirrors (for release archives) */ -- cgit v0.9.1