From e79a20bbedc35c0f4022849c4fa44c29552cb022 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 3 Aug 2026 12:27:39 +0200 Subject: [PATCH] =?UTF-8?q?test(R-110):=20remove=20the=20Scenario=20A=20ma?= =?UTF-8?q?rker=20=E2=80=94=20proof=20complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scenario A: pushed to main without moving the tag; the served bytes stayed byte-identical (sha 2f859555…) and the marker never appeared, while the website tree advanced to the new commit — both halves of the split in one observation. Scenario B: moving the tag published it (~40s, sha ea2b4aa9…, marker present); moving it back rolled it back to exactly the pre-publish sha with the marker gone. The website returned 200 throughout. --- scripts/felhom-host-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/felhom-host-install.sh b/scripts/felhom-host-install.sh index ceacdec..df5193f 100644 --- a/scripts/felhom-host-install.sh +++ b/scripts/felhom-host-install.sh @@ -185,8 +185,6 @@ set -euo pipefail SCRIPT_VERSION="1.23.0" # the SINGLE version source (F-1): -h and the run banners follow it. -# R-110 Scenario A marker: this line was pushed to `main` WITHOUT moving installer-v1.23.0. -# If it appears at https://felhom.eu/scripts/felhom-host-install.sh, the channel is still floating. # The hub used to carry a copy for its Setup tab; R-94 DELETED it # (2026-08-02) because the hub cannot know which version a box runs — # the Setup command fetches this script at run time. scripts/