[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 12/18] website-build: README: fix introduction.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 12/18] website-build: README: fix introduction. |
Date: |
Sat, 25 May 2024 20:25:47 +0200 |
Before being merged with the commit
dc6e1f32c151c5245e5936fb4e80a2b5f32984e2 ("Import website-build to
build the GNU Boot website."), website-build was a separate git
repository.
And so, even after the merge, until the commit
20d122e94a39bfc0cbecd1bf8f39bafa7e597c72 ("website-build: use website
from local git repository."), it still worked in the same way and
still downloaded the website from git.
However since that commit, website-build stopped downloading the
website from git and built it from the current tree instead, but the
instructions were not updated
This was broken by commit 20d122e94a39bfc0cbecd1bf8f39bafa7e597c72
("website-build: use website from local git repository.")
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
website-build/README | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/website-build/README b/website-build/README
index eab2928..1e69685 100644
--- a/website-build/README
+++ b/website-build/README
@@ -2,10 +2,11 @@
This project enables to easily build and deploy the GNU Boot website
with very few commands.
-If you want to test your own modifications, you either need to use the
-configure options to use external repositories that have your
-modifications, or you could also modify the build.sh script to use
-different git repositories and/or revisions.
+If you want to test your own modifications to the dependency being
+used, you either need to use the configure options to use external
+repositories that have your modifications, or you could also modify
+the build.sh script to use different git repositories and/or
+revisions.
== Local deployments ==
Here's how to deploy the website in a local webserver:
--
2.41.0
- [PATCH v1 05/18] website-build: make the lighttpd port configurable, (continued)
- [PATCH v1 05/18] website-build: make the lighttpd port configurable, Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 07/18] website-build: check.sh: fix line length., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 08/18] website-build: check.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 11/18] website-build: Makefile: default to help target., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 09/18] website-build: build.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 12/18] website-build: README: fix introduction.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 10/18] website-build: targets: rename targets to use build, serve and publish., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 13/18] website-build: configure: make realpath and tar requirement work., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 14/18] website-build: configure: require awk., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 15/18] website-build: serve.sh: help: fix program name., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 16/18] website-build: check.sh: help: fix program name., Denis 'GNUtoo' Carikli, 2024/05/25