This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic-docker.git
The following commit(s) were added to refs/heads/main by this push:
new 89ffe39 How to find website source
89ffe39 is described below
commit 89ffe39f6f9e90f0665121d138338bdedf5d99fc
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 2 11:35:22 2025 +0100
How to find website source
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d146d8d..f64144e 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,12 @@ Build:
`docker compose build`
Checkout the website to be tested in a spare directory, e.g.
-- `git clone https://github.com/apache/xyz-site /path/to/repo`
+- `git clone [-b BRANCH --single-branch] https://github.com/apache/xyz-site
/path/to/repo`
or
- `svn co https://svn-master.apache.org/repos/asf/xyz/site/trunk/
/path/to/repo`
+Check the location of the source on the following Infra page:
+https://infra-reports.apache.org/#sitesource
Some sites are served from a subdir of the repository, e.g.
/path/to/repo/content
This is shown as /path/to/website in the following descriptions