diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-23 00:33:22 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-23 00:33:22 (EST) |
commit | 53e59736bb82224e7c39e5786bb8870a9dfc6a4d (patch) | |
tree | 3568939a9b66c0a9ab4aa3105e6858af9883c98d /site | |
parent | f99744a6e045b53a027db7462c90ef8e5c29d76a (diff) | |
download | libreboot.org-53e59736bb82224e7c39e5786bb8870a9dfc6a4d.zip libreboot.org-53e59736bb82224e7c39e5786bb8870a9dfc6a4d.tar.gz libreboot.org-53e59736bb82224e7c39e5786bb8870a9dfc6a4d.tar.bz2 |
new git backup repository
Diffstat (limited to 'site')
-rw-r--r-- | site/variables.template.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/variables.template.php b/site/variables.template.php index 3938980..4fba15f 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -40,7 +40,8 @@ /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "https://gitorious.org/libreboot-backup/libreboot.git", - "git://git.pehjota.net/libreboot-backup/libreboot.git" + "git://git.pehjota.net/libreboot-backup/libreboot.git", + "git://git.savannah.nongnu.org/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( "https://gitorious.org/libreboot-backup/libreboot-website.git", |