Skip to main content

max / makenotwork

Bump sando to 0.2.6 for the code_smoke fix Carries d4d162e7, which gives code_smoke the CDN_BASE_URL the server has required since 3e3b1d15. Worth stating why a bump matters here specifically. A Sando gate's code lives in sandod, not in the repo being built, so committing a gate fix changes nothing about the next build: rebuild 28 ran at 829d8333 — which contains d4d162e7 — and code_smoke still failed with the same MissingCdnBaseUrl panic, because the sandod running it was built from 2fccc2d0. Fixing a gate takes a self-update, not a commit. This is the second time this week that "fixed in the repo, absent from the box" has been the actual state; the first was the whole gate list sitting in sando-daemon.toml and never installed.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-03 19:16 UTC
Signed with PGP, not checked
Commit: 9d96c6d465bfc03867b6f15ff75542c60df0fbfd
Parent: 829d833
2 files changed, +12 insertions, -12 deletions
M sando/Cargo.lock +11 -11
@@ -1611,7 +1611,7 @@
1611 1611
1612 1612 [[package]]
1613 1613 name = "sando-daemon"
1614 - version = "0.2.5"
1614 + version = "0.2.6"
1615 1615 dependencies = [
1616 1616 "anyhow",
1617 1617 "async-trait",
@@ -2966,14 +2966,6 @@
2966 2966 source = "registry+https://github.com/rust-lang/crates.io-index"
2967 2967 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2968 2968
2969 - [[patch.unused]]
2970 - name = "synckit-client"
2971 - version = "0.6.0"
2972 -
2973 - [[patch.unused]]
2974 - name = "synckit-config"
2975 - version = "0.1.2"
2976 -
2977 2969 [[patch.unused]]
2978 2970 name = "kberg"
2979 2971 version = "0.1.0"
@@ -2986,10 +2978,18 @@
2986 2978 name = "tagtree"
2987 2979 version = "0.4.0"
2988 2980
2981 + [[patch.unused]]
2982 + name = "supernote-push"
2983 + version = "0.1.0"
2984 +
2989 2985 [[patch.unused]]
2990 2986 name = "docengine"
2991 2987 version = "0.4.0"
2992 2988
2993 2989 [[patch.unused]]
2994 - name = "supernote-push"
2995 - version = "0.1.0"
2990 + name = "synckit-client"
2991 + version = "0.6.0"
2992 +
2993 + [[patch.unused]]
2994 + name = "synckit-config"
2995 + version = "0.1.2"
@@ -1,6 +1,6 @@
1 1 [package]
2 2 name = "sando-daemon"
3 - version = "0.2.5"
3 + version = "0.2.6"
4 4 edition = "2024"
5 5 license = "MIT"
6 6