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)
clarification 0d6d90bf1eabd0d75c8b902fca8123af4f8c6617 Leah Rowe 2025-01-17 10:13:29
Libreboot 2025 release schedule 55722b56431b61b204efe00127cb9db089965342 Leah Rowe 2025-01-17 10:03:06
t480 notes: mention rollback protection 6cfd22e1f6e2104b99850546bf9f7743cc82f285 Leah Rowe 2025-01-17 01:42:41
other.md: merge chrultrabook with mrchromebox ee096776a97410398581e125397ee9b5a3bbd03c Leah Rowe 2025-01-14 17:59:28
snip e64e6a065d55c680b21948e833234f019c32b2c6 Leah Rowe 2025-01-14 13:30:29
correction 3f51720e2aaa51ddc5de19757b06d4715526d67e Leah Rowe 2025-01-14 12:57:06
snip a5a8a8daea53761ebceb53bf09c2acddadb49d04 Leah Rowe 2025-01-13 15:47:37
priority 5d516331cb506a2b1d929add03227b20860cab37 Leah Rowe 2025-01-13 15:38:13
fix oversight ceaaeb98d924d89fd91bda78300423348f48bf79 Leah Rowe 2025-01-13 14:50:27
expand other.md but shorten the intro e5d30675db4119269259b3c4539278639da28522 Leah Rowe 2025-01-13 13:37:18
simplify the skulls section in other.md 4702e167673363af0e63c0de51fbd220d7f45a55 Leah Rowe 2025-01-12 12:36:05
payloads, not "programs" 97b0fa3c600b3a2dc0446029c38a7d538078ab7c Leah Rowe 2025-01-12 04:20:27
link to coreboot build docs on other.md c278f8b5bf1fb020d9bec53c93c620aa1c9469c2 Leah Rowe 2025-01-12 02:05:08
more links ec57689078a54afe1c0ba5a73f3cdb3f4ce46759 Leah Rowe 2025-01-12 01:29:32
reparieren der deutschen homepage 572ea3bdc15b8a33016888333e731307f0edab57 Leah Rowe 2025-01-12 00:43:39
homepage: emphasize the coreboot distro aspect f78ee7861af3a6b930cf640d7dfce1942dad4a2b Leah Rowe 2025-01-12 00:34:05
add ownerboot to the other.md page 5afacd5138015b5115bf9d3d3d805f9eb26d3999 Leah Rowe 2025-01-11 23:22:13
tidy up the other.md page b5e0d96be580678ad6710e4c3259abd128ebb7bc Leah Rowe 2025-01-11 23:03:54
actual alphabetical order e94f06a744c0e98943e31d5b141c5cfbf9901ef5 Leah Rowe 2025-01-11 05:39:12
clarification 71e4a89c862158f0f78815c4972b7d948cfbf35e Leah Rowe 2025-01-11 05:01:08
Commit 0d6d90bf1eabd0d75c8b902fca8123af4f8c6617 - clarification
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-17 10:13
Committer name: Leah Rowe
Committer date (UTC): 2025-01-17 10:13
Parent(s): 55722b56431b61b204efe00127cb9db089965342
Signer:
Signing key:
Signing status: N
Tree: 877776d53c89e38724cf80f7bc62e91c759266e1
File Lines added Lines deleted
site/news/schedule.md 9 0
File site/news/schedule.md changed (mode: 100644) (index 0b6e539..47747de)
... ... planned for 2025 onward:
13 13 * April/October will be for testing releases. * April/October will be for testing releases.
14 14 * June/December will be for stable releases. * June/December will be for stable releases.
15 15
16 In other words, the following Libreboot releases will come out in 2025:
17
18 * Libreboot 25.04
19 * Libreboot 25.06
20 * Libreboot 25.10
21 * Libreboot 25.12
22
16 23 So, two testing releases and two stable releases. Each release can have any So, two testing releases and two stable releases. Each release can have any
17 24 number of revisions, whereby the tarballs are re-generated and re-uploaded, number of revisions, whereby the tarballs are re-generated and re-uploaded,
18 25 replacing old ones, must like what was done on the 20241206 and 20240612 replacing old ones, must like what was done on the 20241206 and 20240612
19 26 releases. releases.
20 27
28 This .4, .6, .10 and .12 scheme will continue in 2026 and beyond.
29
21 30 Rules for revisions: Rules for revisions:
22 31 -------------------- --------------------
23 32
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