From 39e11d25eb7f76102d8575577f6e00c46dba2eed Mon Sep 17 00:00:00 2001 From: Minifree Ltd Date: Thu, 14 Apr 2016 16:40:40 -0400 Subject: Make notabug the primary repo More bandwidth, etc. And this is what fpbot announces for on IRC. --- (limited to 'site') diff --git a/site/common/variables.php b/site/common/variables.php index 0169619..9a87c3c 100644 --- a/site/common/variables.php +++ b/site/common/variables.php @@ -22,19 +22,19 @@ $lbHomepage = "https://libreboot.org/"; /* Main git repositories */ - $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"; + $lbFirmwareGitRepoAddress = "https://notabug.org/vimuser/libreboot.git"; + $lbFirmwareGitwebAddress = "https://notabug.org/vimuser/libreboot"; + $lbWebsiteGitRepoAddress = "https://notabug.org/vimuser/libreboot-website.git"; + $lbWebsiteGitwebAddress = "https://notabug.org/vimuser/libreboot-website"; /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( - "git://git.savannah.nongnu.org/libreboot.git", - "https://notabug.org/fchmmr/libreboot.git", + "git://git.savannah.nongnu.org/libreboot.git" + "https://libreboot.org/repo/libreboot.git", "git://git.pehjota.net/libreboot-backup/libreboot.git", "git://gnu.dk/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "https://notabug.org/fchmmr/libreboot-website.git", + "https://libreboot.org/repo/libreboot-website.git", "git://git.pehjota.net/libreboot-backup/libreboot.org.git", "git://gnu.dk/libreboot-website.git" ); -- cgit v0.9.1