summaryrefslogtreecommitdiffstats
path: root/docs/tasks.html
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-11 15:44:09 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-11 15:44:09 (EDT)
commit22a9c421c7ac80c3523d0dc9ddaf52ecc49be214 (patch)
tree6b81fa1d4dc56875a3b1e2916517bf9d38e5a819 /docs/tasks.html
parent99acc1a92ca50b861da4406f0e8dd6c8af4c7e62 (diff)
downloadlibreboot-22a9c421c7ac80c3523d0dc9ddaf52ecc49be214.zip
libreboot-22a9c421c7ac80c3523d0dc9ddaf52ecc49be214.tar.gz
libreboot-22a9c421c7ac80c3523d0dc9ddaf52ecc49be214.tar.bz2
docs/tasks.html: remove TODO (finished task)
Diffstat (limited to 'docs/tasks.html')
-rw-r--r--docs/tasks.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/tasks.html b/docs/tasks.html
index f59a585..e64631b 100644
--- a/docs/tasks.html
+++ b/docs/tasks.html
@@ -180,19 +180,6 @@
<h3>Build system</h3>
<ul>
<li>
- All parts of libreboot that download
- non-intergrated parts (coreboot/grub/memtest/bucts/flashrom) rely on only a single
- repository link, which means single-point-of-failure. Make them fall back on alternative
- (backup) repositories if the main ones are down.
- <ul>
- <li>The coreboot one also cherry picks patches from review.coreboot.org (gerrit), but coreboot.org
- is sometimes down. When that happens, libreboot cannot be built from git.
- The solution is to directly include those patches that are used, as patch/diff files
- under <i>resources/libreboot/patch/, instead of cherry picking from gerrit
- (but still include a commented-out link to the gerrit patch that the diff file came from)</i></li>
- </ul>
- </li>
- <li>
When downloading coreboot/grub/memtest/etc using the download scripts, it currently does
not check the integrity of these sources at all. Libreboot releases are signed, but
what can be done to improve it is to check the sha512sums of all files downloaded