diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 12:44:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 12:44:30 (EDT) |
commit | 9d4215fa714cefd5ea791a7957861e3cd9e45e6b (patch) | |
tree | ffc8dd597c3f4d7e9d45172591298583ced69292 | |
parent | f6aee1f5892f86221f88a6d8f31c50be1e90098b (diff) | |
download | libreboot.org-9d4215fa714cefd5ea791a7957861e3cd9e45e6b.zip libreboot.org-9d4215fa714cefd5ea791a7957861e3cd9e45e6b.tar.gz libreboot.org-9d4215fa714cefd5ea791a7957861e3cd9e45e6b.tar.bz2 |
Add new git repository backup for libreboot
-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 449637c..d0d29a3 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -40,7 +40,8 @@ /* Backup git repositories */ $lbFirmwareBackupGitRepoAddress = array( "git://git.pehjota.net/libreboot-backup/libreboot.git", - "git://git.savannah.nongnu.org/libreboot.git" + "git://git.savannah.nongnu.org/libreboot.git", + "https://notabug.org/fchmmr/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( "git://git.pehjota.net/libreboot-backup/libreboot.org.git" |