From abccc01065b74f06191c7b408ee2903aca9fdcfb Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 14 Jul 2026 17:03:08 +0200 Subject: extract docker tooling to ../sbo-dockerbuild The test-build tool and image-builder chain grew from a .extras/ helper into a standalone toolchain, now maintained in its own repo (../sbo-dockerbuild). Remove them here (scripts, examples, design docs) and repoint CLAUDE.md: test-building is now done with the installed `test-build` CLI, deps resolved from the SBo tree, both trees verified per bump. Package-maintenance files stay: nvchecker.toml, hooks/, assets/. Co-Authored-By: Claude Opus 4.8 --- .extras/overrides.example | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .extras/overrides.example (limited to '.extras/overrides.example') diff --git a/.extras/overrides.example b/.extras/overrides.example deleted file mode 100644 index e9d89e9..0000000 --- a/.extras/overrides.example +++ /dev/null @@ -1,16 +0,0 @@ -# current-vs-stable dep overrides for test-build. -# Copy to ~/.config/sbo-testbuild/overrides and edit. Applied only when -# targeting -current (15.0 is the SBo baseline). One rule per line. -# -# drop: dep is a 15.0-only SBo package whose payload the -# -current base already ships; skipped at resolution -# (not built, not flagged UNMET). e.g. rust-opt: -# 15.0 needs the SBo rust-opt, current has rust in base. -# rename: -> dep was renamed on -current -# fetch: dep was removed from the -current tree; pull via sbopkg -# -# Start light: add rules only when a real package needs them. - -# drop: rust-opt -# rename: python3-foo -> foo -# fetch: somelib -- cgit v1.2.3