summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinifree Ltd <info@minifree.org>2016-04-14 16:40:40 (EDT)
committer Minifree Ltd <info@minifree.org>2016-04-14 16:40:40 (EDT)
commit39e11d25eb7f76102d8575577f6e00c46dba2eed (patch)
tree5c0e758f947c561933e5e600a1f2c58e30c37560
parent8b8579231406601ac989d49c4f7520c414007423 (diff)
downloadlibreboot.org-39e11d25eb7f76102d8575577f6e00c46dba2eed.zip
libreboot.org-39e11d25eb7f76102d8575577f6e00c46dba2eed.tar.gz
libreboot.org-39e11d25eb7f76102d8575577f6e00c46dba2eed.tar.bz2
Make notabug the primary repo
More bandwidth, etc. And this is what fpbot announces for on IRC.
-rw-r--r--site/common/variables.php14
1 files changed, 7 insertions, 7 deletions
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"
);