summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-31 13:39:09 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-31 13:39:09 (EDT)
commitb9a58c6ef8577a26ca783b796ce6a3715ecc429f (patch)
treece19a5fc18e9894936fd03ac9d1076a5ad653604 /site
parenteae9c41b6129756d963d4798029a3dfbb29dd6ca (diff)
downloadlibreboot.org-b9a58c6ef8577a26ca783b796ce6a3715ecc429f.zip
libreboot.org-b9a58c6ef8577a26ca783b796ce6a3715ecc429f.tar.gz
libreboot.org-b9a58c6ef8577a26ca783b796ce6a3715ecc429f.tar.bz2
Outsource the public git repositories.
Diffstat (limited to 'site')
-rw-r--r--site/variables.php14
1 files changed, 6 insertions, 8 deletions
diff --git a/site/variables.php b/site/variables.php
index 8516bd0..d62e517 100644
--- a/site/variables.php
+++ b/site/variables.php
@@ -22,19 +22,17 @@
$lbHomepage = "http://libreboot.org/";
/* Main git repositories */
- $lbFirmwareGitRepoAddress = "http://libreboot.org/libreboot.git";
- $lbFirmwareGitwebAddress = "/gitweb/?p=libreboot.git";
- $lbWebsiteGitRepoAddress = "http://libreboot.org/libreboot.org.git";
- $lbWebsiteGitwebAddress = "/gitweb/?p=libreboot.org.git";
+ $lbFirmwareGitRepoAddress = "https://notabug.org/fchmmr/libreboot.git";
+ $lbFirmwareGitwebAddress = "https://notabug.org/fchmmr/libreboot/commits/master";
+ $lbWebsiteGitRepoAddress = "https://notabug.org/fchmmr/libreboot-website.git";
+ $lbWebsiteGitwebAddress = "https://notabug.org/fchmmr/libreboot-website/commits/master";
/* Backup git repositories */
$lbFirmwareBackupGitRepoAddress = array(
"git://git.pehjota.net/libreboot-backup/libreboot.git",
- "git://git.savannah.nongnu.org/libreboot.git",
- "https://notabug.org/fchmmr/libreboot.git"
+ "git://git.savannah.nongnu.org/libreboot.git"
);
$lbWebsiteBackupGitRepoAddress = array(
- "git://git.pehjota.net/libreboot-backup/libreboot.org.git",
- "https://notabug.org/fchmmr/libreboot-website.git"
+ "git://git.pehjota.net/libreboot-backup/libreboot.org.git"
);
/* HTTP mirrors (for release archives) */