diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-18 01:09:11 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-18 01:09:11 (EST) |
commit | 2764618803cc5057169505d0e803e5abcd70c414 (patch) | |
tree | ae467c98c838fb6fdda96d3e0771e1f1941fd325 /site | |
parent | 33b71248b4be3c989ebfe7267d42478a50390dd2 (diff) | |
download | libreboot.org-2764618803cc5057169505d0e803e5abcd70c414.zip libreboot.org-2764618803cc5057169505d0e803e5abcd70c414.tar.gz libreboot.org-2764618803cc5057169505d0e803e5abcd70c414.tar.bz2 |
download directory: Add links to git repositories
Diffstat (limited to 'site')
-rw-r--r-- | site/download/index.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/site/download/index.php b/site/download/index.php index 82a3d1d..887a701 100644 --- a/site/download/index.php +++ b/site/download/index.php @@ -82,6 +82,31 @@ <h2>TODO: populate this page.</h2> </div> + + <div class="section"> + + <h2>Git repositories</h2> + + <h3>Main repositories</h3> + <p> + This is the main repository, hosted by the libreboot project. + </p> + <p> + Firmware: $ <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/> + Website: $ <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b> + </p> + <h3>Backup repositories</h3> + <p> + These are backup repositories, in case the main repository is down. + Although these are regularly updated by the libreboot project, you + should ideally use the main repository. + </p> + <p> + Firmware: $ <b>git clone https://gitorious.org/libreboot-backup/libreboot.git</b> + Website: $ <b>git clone https://gitorious.org/libreboot-backup/libreboot-website.git</b> + </p> + + </div> <div class="section footer"> |