[object Object]

← back to Dw Theme Patches

TK-12166: deployed + verified PASS; retry read-back to absorb asset read-after-write lag

28124851162cc7249c28f538677428da636e84cd · 2026-09-24 14:02:30 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WQbD96zYqheZwvE63PvYM2

Files touched

Diff

commit 28124851162cc7249c28f538677428da636e84cd
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 24 14:02:30 2026 -0700

    TK-12166: deployed + verified PASS; retry read-back to absorb asset read-after-write lag
    
    Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01WQbD96zYqheZwvE63PvYM2
---
 TK-12166/deploy.sh                                      |   2 +-
 .../shots/brand-mckenzie-groove-inferno-bmgi006-03.png  | Bin 0 -> 13080 bytes
 TK-12166/shots/dwbm-260001.png                          | Bin 0 -> 22466 bytes
 TK-12166/shots/dwbm-260059.png                          | Bin 0 -> 22399 bytes
 .../shots/dwtt-70112-designer-wallcoverings-los-an.png  | Bin 0 -> 43650 bytes
 5 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/TK-12166/deploy.sh b/TK-12166/deploy.sh
index d33431d..413e282 100755
--- a/TK-12166/deploy.sh
+++ b/TK-12166/deploy.sh
@@ -9,6 +9,6 @@ if [ "$CUR" != "$EXPECT" ]; then
   echo "ABORT: live $KEY has DRIFTED since backup — re-take backup + re-apply patch. Nothing pushed."; diff -u "$HERE/product-description-meta.liquid.backup" "$LIVE" | head -40; exit 2; fi
 [ "${DRY_RUN:-0}" = "1" ] && { echo "DRY_RUN=1 — drift check passed, not pushing."; exit 0; }
 put_asset "$NEW"
-fetch_live "$LIVE"; AFTER="$(sha_of "$LIVE")"; WANT="$(sha_of "$NEW")"
+WANT="$(sha_of "$NEW")"; for i in 1 2 3 4 5 6; do sleep 2; fetch_live "$LIVE"; AFTER="$(sha_of "$LIVE")"; [ "$AFTER" = "$WANT" ] && break; done  # asset reads lag the PUT by a few seconds
 echo "new live sha256: $AFTER"; echo "patched sha256 : $WANT"
 [ "$AFTER" = "$WANT" ] && echo "OK: deployed. Now run: node $HERE/verify.mjs   (undo: $HERE/restore.sh)" || { echo "WARN: live sha != patched file — inspect"; exit 3; }
diff --git a/TK-12166/shots/brand-mckenzie-groove-inferno-bmgi006-03.png b/TK-12166/shots/brand-mckenzie-groove-inferno-bmgi006-03.png
new file mode 100644
index 0000000..1dd9607
Binary files /dev/null and b/TK-12166/shots/brand-mckenzie-groove-inferno-bmgi006-03.png differ
diff --git a/TK-12166/shots/dwbm-260001.png b/TK-12166/shots/dwbm-260001.png
new file mode 100644
index 0000000..e163def
Binary files /dev/null and b/TK-12166/shots/dwbm-260001.png differ
diff --git a/TK-12166/shots/dwbm-260059.png b/TK-12166/shots/dwbm-260059.png
new file mode 100644
index 0000000..d34e390
Binary files /dev/null and b/TK-12166/shots/dwbm-260059.png differ
diff --git a/TK-12166/shots/dwtt-70112-designer-wallcoverings-los-an.png b/TK-12166/shots/dwtt-70112-designer-wallcoverings-los-an.png
new file mode 100644
index 0000000..29fffe5
Binary files /dev/null and b/TK-12166/shots/dwtt-70112-designer-wallcoverings-los-an.png differ

← 9cfe6d9 TK-12166: Brand McKenzie-only Lead Time spec row patch (back  ·  back to Dw Theme Patches  ·  (newest)