From 60ef659084bf170e36d741a436ca57ef8bf74dbe Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 12 May 2026 09:41:11 +0300 Subject: [PATCH] Clarify vpnruntime payload snapshot versus live head --- ...VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md | 6 +++--- .../VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md | 20 ++++++++++++------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md b/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md index a0fca9b..a300339 100644 --- a/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md +++ b/docs/operations/VPNRUNTIME_CI_FIXES_TRANSFER_2026-05-12.md @@ -22,8 +22,8 @@ Generated files (local, ignored by git) are in: - `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle` - `artifacts/git-patches/full-stabilization-latest/` (archived 10-patch snapshot) - `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` (archived) -- `artifacts/git-patches/full-stabilization-current/` (19 patches, current) -- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (current) +- `artifacts/git-patches/full-stabilization-current/` (19-patch payload snapshot) +- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (payload snapshot) ## Apply as patches @@ -53,7 +53,7 @@ git fetch ./vpnruntime-ci-stabilization-latest-10commits.bundle git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c ``` -Current chain (19 commits from `8ba0561f` baseline): +Current payload chain (19 commits from `8ba0561f` baseline through `99f5e281`): ```bash git fetch ./vpnruntime-ci-stabilization-current.bundle diff --git a/docs/operations/VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md b/docs/operations/VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md index 4da3fa6..eeff31e 100644 --- a/docs/operations/VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md +++ b/docs/operations/VPNRUNTIME_STAGE_EXECUTION_2026-05-12.md @@ -91,17 +91,15 @@ Execution status: ## Post-Stage Corrections -### 2026-05-12 Current Published State +### 2026-05-12 Payload Snapshot State The original Stage 3/4 verification captured `e94fc309` as the published head. -Follow-up operational commits were added after that point. Current published -state is: +Follow-up operational commits were added after that point. The transfer payload +snapshot was refreshed through: -- Local HEAD: `99f5e28128d8b99d8eec5cff58f55c2fb97efaac` -- `origin/main`: `99f5e28128d8b99d8eec5cff58f55c2fb97efaac` -- Remote `main` matches local HEAD: YES +- Payload head: `99f5e28128d8b99d8eec5cff58f55c2fb97efaac` -Current transfer artifacts were refreshed from baseline `8ba0561f..99f5e281`: +Transfer artifacts were refreshed from baseline `8ba0561f..99f5e281`: - `artifacts/git-patches/full-stabilization-current/` (19 patches) - `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` @@ -109,3 +107,11 @@ Current transfer artifacts were refreshed from baseline `8ba0561f..99f5e281`: Verification: - `git bundle verify artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle`: PASS + +Live repository head may advance with follow-up documentation corrections. +Check it with: + +```bash +git rev-parse HEAD +git ls-remote --heads origin main +```