From 16757b04956d4d53ddf88b27bc7c6945bce017ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Paksy?= Date: Thu, 8 Jan 2026 11:35:34 +0100 Subject: [PATCH 1/5] HBASE-29757 Re-build mvn site when site related sources are changed --- dev-support/hbase-personality.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh index 9a5d34cc2138..bb3a44d47a73 100755 --- a/dev-support/hbase-personality.sh +++ b/dev-support/hbase-personality.sh @@ -304,9 +304,9 @@ function personality_file_tests [[ ${filename} =~ src/main/xslt ]]; then yetus_debug "Skipping builtin yetus checks for ${filename}. refguide test should pick it up." else - # If we change our asciidoc, rebuild mvnsite + # If we change our asciidoc or our site rebuild mvnsite if [[ ${BUILDTOOL} = maven ]]; then - if [[ ${filename} =~ src/site || ${filename} =~ src/main/asciidoc ]]; then + if [[ ${filename} =~ src/site || ${filename} =~ src/main/asciidoc || ${filename} =~ hbase-website ]]; then yetus_debug "tests/mvnsite: ${filename}" add_test mvnsite fi From ddd7cb1caefaedf38334530f7328c68934390864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Paksy?= Date: Thu, 8 Jan 2026 11:46:44 +0100 Subject: [PATCH 2/5] HBASE-29757 Dummy change to test --- hbase-website/app/pages/downloads/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hbase-website/app/pages/downloads/content.md b/hbase-website/app/pages/downloads/content.md index d5787fd69466..7b3759d941b1 100644 --- a/hbase-website/app/pages/downloads/content.md +++ b/hbase-website/app/pages/downloads/content.md @@ -20,6 +20,8 @@ limitations under the License. The below table lists mirrored release artifacts and their associated hashes and signatures available ONLY at apache.org. The keys used to sign releases can be found in our published [KEYS](https://downloads.apache.org/hbase/KEYS) file. See [Verify The Integrity Of The Files](https://www.apache.org/dyn/closer.cgi#verify) for how to verify your mirrored downloads. +Test Bubu + ## Releases | Version | Release Date | Compatibility Report | Changes | Release Notes | Download | Notices | From e2c3140bcdda0f35d3b080448581ae7228602b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Paksy?= Date: Thu, 8 Jan 2026 12:06:13 +0100 Subject: [PATCH 3/5] HBASE-29757 Dummy commit to break site build --- hbase-website/app/root.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hbase-website/app/root.tsx b/hbase-website/app/root.tsx index a3a277b48cfc..7cde1a30a151 100644 --- a/hbase-website/app/root.tsx +++ b/hbase-website/app/root.tsx @@ -32,6 +32,8 @@ import { SiteNavbar } from "./components/site-navbar"; import { GettingStartedSection } from "./components/getting-started"; import { ThemeProvider } from "./lib/theme-provider"; +blubb + export const links: Route.LinksFunction = () => [ { rel: "preload", From a45e8c94966be6ebf49d73bd12f41967f6acb0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Paksy?= Date: Thu, 8 Jan 2026 12:58:13 +0100 Subject: [PATCH 4/5] HBASE-29757 Fix site build --- hbase-website/app/root.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/hbase-website/app/root.tsx b/hbase-website/app/root.tsx index 7cde1a30a151..a3a277b48cfc 100644 --- a/hbase-website/app/root.tsx +++ b/hbase-website/app/root.tsx @@ -32,8 +32,6 @@ import { SiteNavbar } from "./components/site-navbar"; import { GettingStartedSection } from "./components/getting-started"; import { ThemeProvider } from "./lib/theme-provider"; -blubb - export const links: Route.LinksFunction = () => [ { rel: "preload", From ddf8eaaeb07568d06cc0130be476dc2bcf55f0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Paksy?= Date: Thu, 8 Jan 2026 12:58:31 +0100 Subject: [PATCH 5/5] HBASE-29757 Undo site content test change --- hbase-website/app/pages/downloads/content.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/hbase-website/app/pages/downloads/content.md b/hbase-website/app/pages/downloads/content.md index 7b3759d941b1..d5787fd69466 100644 --- a/hbase-website/app/pages/downloads/content.md +++ b/hbase-website/app/pages/downloads/content.md @@ -20,8 +20,6 @@ limitations under the License. The below table lists mirrored release artifacts and their associated hashes and signatures available ONLY at apache.org. The keys used to sign releases can be found in our published [KEYS](https://downloads.apache.org/hbase/KEYS) file. See [Verify The Integrity Of The Files](https://www.apache.org/dyn/closer.cgi#verify) for how to verify your mirrored downloads. -Test Bubu - ## Releases | Version | Release Date | Compatibility Report | Changes | Release Notes | Download | Notices |