libreboot / lbwww (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot website (markdown files). https://libreboot.org/
List of commits:
Subject Hash Author Date (UTC)
further context 6520f681fa9e0c3db689dd53f992fbad2b275a42 Leah Rowe 2024-05-12 18:54:14
sex it up a bit 8c407d05c99a28dc3de78e4cb579fba76cf6f0fd Leah Rowe 2024-05-12 18:23:50
purists 0fb8d5d75719d4197368370942b2bac7693e6b7f Leah Rowe 2024-05-12 18:14:49
intent 061f47fd3a22b290b6f34c049938669b1bcd357f Leah Rowe 2024-05-12 18:08:52
context 8451f94036815c7ac023e5aa04a3c27b5c429b06 Leah Rowe 2024-05-12 18:07:36
actually add the canoegnu page a02fe843e6197324a316fde694a7792f65e50edc Leah Rowe 2024-05-12 18:04:40
canoegnu f671d8929475c0cce6a869e4cdff578d7b5f1a66 Leah Rowe 2024-05-12 18:02:58
updates 5d5ed3b930ef76310683b95ec7f26f9a5d48bc13 Leah Rowe 2024-05-10 04:04:10
purge remaining stragglers cb8dbd0f386b5b0a892ff05fdc03481708160e3c Leah Rowe 2024-05-07 18:44:53
extreme ditto 96e51ca06ed3cca057cc2d9aaa0c3f9de1cf9fc8 Leah Rowe 2024-05-07 16:38:45
extremely ditto 83de07b6033250c5c113fd172badb0216e88ded1 Leah Rowe 2024-05-07 16:25:34
don't promote canoeboot in release 4f992eedaa5fedb8caa3429e003e3b6da6471e5a Leah Rowe 2024-05-07 16:19:49
shorter intro ef774e2587d38f6b5e95f47d85e32bec4690126e Leah Rowe 2024-05-06 23:24:10
fix directory name 32b14145b30836c7138c90bb026b58ab3fc583a0 Leah Rowe 2024-05-04 20:13:15
grammar 27283a84d3e019aba76490fabfc0aa468abbc663 Leah Rowe 2024-05-04 19:27:52
update release links 511d24b9ff48655172d11920405ab3144157a22d Leah Rowe 2024-05-04 19:25:50
Libreboot 20240504 release eb209ce8997b42f535984256dcd5297f985fce35 Leah Rowe 2024-05-04 18:45:28
download: list princeton/shapovalov first feb43add4d5b10eaff7bce82097594a7420904ed Leah Rowe 2024-05-04 07:29:20
remove redundant sentence 20fd775c855428ecff647a42823746863fd57efe Leah Rowe 2024-05-01 09:35:18
add missing files plus tweak docs/maintain/ b7a4d7b1216fc8122fde1e0f5788ca1b76fe4cd8 Leah Rowe 2024-05-01 05:24:05
Commit 6520f681fa9e0c3db689dd53f992fbad2b275a42 - further context
i always forget this part, and then someone on reddit
asks wtf the point is of the project

Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-05-12 18:54
Committer name: Leah Rowe
Committer date (UTC): 2024-05-12 18:54
Parent(s): 8c407d05c99a28dc3de78e4cb579fba76cf6f0fd
Signer:
Signing key:
Signing status: N
Tree: e2fc0d3ab6b96d7b4c18b24040d48c87494ff844
File Lines added Lines deleted
site/news/canoegnu.md 9 0
File site/news/canoegnu.md changed (mode: 100644) (index 7079eaa..f970d0e)
... ... project much like the old one. Libreboot used to be entirely blob-free; coreboot
19 19 is otherwise free software, but requires blobs on some mainboards, so Libreboot is otherwise free software, but requires blobs on some mainboards, so Libreboot
20 20 previously could not support all mainboards from Coreboot. previously could not support all mainboards from Coreboot.
21 21
22 The benefit of both Canoeboot and Libreboot is that they provide a completely
23 automated build process and installation procedure, with well-tested builds
24 released on a regular basis that the user can simply install, with minimal
25 fuss. You can think of it as a *coreboot distro*. Coreboot provides snapshot
26 source code archives every few months, but that's it. Libreboot/Canoeboot gives
27 you the ROM images pre-compiled, with source code, and with payloads
28 already pre-configured. In other words: Canoeboot and Libreboot make coreboot
29 extremely easy to use.
30
22 31 Canoeboot: the blob-free fork Canoeboot: the blob-free fork
23 32 ============================= =============================
24 33
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/libreboot/lbwww

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/libreboot/lbwww

Clone this repository using git:
git clone git://git.rocketgit.com/user/libreboot/lbwww

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main