From 4af4722580e3d7ab844fbf51c55292bd82091a8c Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 27 Oct 2023 02:12:23 +0200 Subject: [PATCH] website-build: README: Add information on how to test modifications. The build.sh script currently hardcodes the repository URL and revisions or branches name it uses. If contributors aren't aware of that they could end up testing a revision that is different from the one that they are working on. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- website-build/README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/website-build/README b/website-build/README index a487fbc..1a7811f 100644 --- a/website-build/README +++ b/website-build/README @@ -1,5 +1,11 @@ == Introduction == -This project enables to easily build and deploy the GNU Boot website. +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. == Local deployments == Here's how to deploy the website in a local webserver: