diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 12:55:54 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-05 12:55:54 (EDT) |
commit | 3a255ecd6b57aa609388f899643fab326e19fb47 (patch) | |
tree | 1ae01fec87eb599d2009d338593ebca98405d4f9 /site | |
parent | 9d4215fa714cefd5ea791a7957861e3cd9e45e6b (diff) | |
download | libreboot.org-3a255ecd6b57aa609388f899643fab326e19fb47.zip libreboot.org-3a255ecd6b57aa609388f899643fab326e19fb47.tar.gz libreboot.org-3a255ecd6b57aa609388f899643fab326e19fb47.tar.bz2 |
Add new repository backup for the website
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 d0d29a3..623fa1d 100644 --- a/site/variables.template.php +++ b/site/variables.template.php @@ -44,7 +44,8 @@ "https://notabug.org/fchmmr/libreboot.git" ); $lbWebsiteBackupGitRepoAddress = array( - "git://git.pehjota.net/libreboot-backup/libreboot.org.git" + "git://git.pehjota.net/libreboot-backup/libreboot.org.git", + "https://notabug.org/fchmmr/libreboot-website.git" ); /* HTTP mirrors (for release archives) */ |