website: history: Add git history of website-build.

This adds information about the merge of the website-build history
inside the GNU Boot main repository.

This doesn't have details of where website-build was before being
integrated in Genuine Libreboot, but since the history is preserved in
git and that we don't track much the rename of projects yet (like the
rename of retroboot to osboot), it's about the same level of details
than the rest.

In addition, website-build was most likely somewhere on
https://git.sr.ht/~gnutoo but I don't recall the exact repository
names or the exact moves between Genuine Libreboot, GNU Boot, and
repositories in https://git.sr.ht/~gnutoo, but this level of detail is
not very relevant, especially because I use my own repositories to
work on things before sending them to upstream projects, and so only
keeping the official projects makes more sense as it simplifies the
history.

The https://git.sr.ht/~libreboot/lbwww-build path was confirmed with
https://archive.org/web.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2024-12-13 14:58:47 +01:00 committed by Adrien 'neox' Bourmault
parent 4a9e074b6b
commit 4e61be9dec
Signed by: neox
GPG Key ID: 57BC26A3687116F6
1 changed files with 12 additions and 3 deletions

View File

@ -94,6 +94,13 @@ digraph {
"lbwww: tag 20211122" -> "libreboot.at lbwww: first commit" [label="kept history"];
"libreboot.at lbwww: first commit" -> "libreboot.at lbwww: last commit";
}
subgraph cluster_libreboot_at_lbwww_build {
label="https://git.sr.ht/~libreboot/lbwww-build git repository (doesn't exit anymore).";
"lbwww-build: first commit" [label="db0fb8a2 Initial import"];
"955ecb39" [label="955ecb39 configure.ac: Add --disable-lighttpd"];
"lbwww-build: first commit" -> "955ecb39";
}
}
subgraph cluster_gnuboot {
label="project current name: GNU Boot
@ -121,13 +128,15 @@ digraph {
"b42fd22" [label="b42fd22 Merge the website into GNU Boot"];
"2e12909" [label="2e12909 Add GNU Boot project announcement"];
"54c6ae4" [label="54c6ae4 Merge the documentation/website pictures into GNU Boot"];
"dc6e1f32" [label="dc6e1f32 Import website-build to build the GNU Boot website."];
"lbmk: tag 20220710" -> "first-commit" [label="kept history"];
"first-commit" -> "b42fd22" -> "54c6ae4" -> "gnuboot: main";
"first-commit" -> "b42fd22" -> "54c6ae4" -> dc6e1f32 -> "gnuboot: main";
"libreboot.at lbwww: last commit" -> "2e12909" [label="kept history"];
"2e12909" -> "b42fd22" [label="kept history"];
"283ce03" -> "54c6ae4" [label="kept history"];
"2e12909" -> "b42fd22" [label="kept history"];
"283ce03" -> "54c6ae4" [label="kept history"];
"955ecb39" -> "dc6e1f32" [label="kept history"];
}
}
}