gnuboot-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v1 1/5] website: history: Add git history of website-build.


From: Denis 'GNUtoo' Carikli
Subject: [PATCH v1 1/5] website: history: Add git history of website-build.
Date: Fri, 13 Dec 2024 14:58:47 +0100

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>
---
 website/history/git-history.dot | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/website/history/git-history.dot b/website/history/git-history.dot
index 3f8db080..1b56567c 100644
--- a/website/history/git-history.dot
+++ b/website/history/git-history.dot
@@ -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"];
     }
   }
 }
-- 
2.46.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]