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 <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
be72474aa0
commit
4af4722580
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue