From 297832c500cb9f5bf8a88692386f8804ac1f4865 Mon Sep 17 00:00:00 2001 From: Daniel Roberts Date: Wed, 31 Jul 2024 21:04:19 +0000 Subject: [PATCH 1/2] Add build server info to website README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c853bcbe3..795580bd6 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,11 @@ Changes pushed to our `main` branch will automatically trigger Jekyll to build our site from that branch and push the result to our `asf-site` branch, where they will be served on [our production site][production]. +If changes fail to be pushed to the `asf-site` branch then the buildbot build +logs should be checked for failures. + +[Buildbot jekyll_websites]: https://ci2.apache.org/#/builders/7 + [Bundler]: https://bundler.io/ [Jekyll]: https://jekyllrb.com/ [Liquid]: https://jekyllrb.com/docs/liquid/ From b9c2d344cb0fdd2ae662930c0d36130b62478aa5 Mon Sep 17 00:00:00 2001 From: Daniel Roberts Date: Wed, 31 Jul 2024 17:17:24 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Keith Turner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 795580bd6..13c68bbd4 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ branch, where they will be served on [our production site][production]. If changes fail to be pushed to the `asf-site` branch then the buildbot build logs should be checked for failures. -[Buildbot jekyll_websites]: https://ci2.apache.org/#/builders/7 +[Buildbot jekyll_websites](https://ci2.apache.org/#/builders/7) [Bundler]: https://bundler.io/ [Jekyll]: https://jekyllrb.com/