diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-14 17:03:08 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-14 17:03:08 +0200 |
| commit | abccc01065b74f06191c7b408ee2903aca9fdcfb (patch) | |
| tree | f21136474e50ebc8e52300536e11a7c7813460ff /.extras/overrides.example | |
| parent | 8e3003d162ec1e362523c0d3c232753950d2d343 (diff) | |
| download | sbo-slackbuilds-abccc01065b74f06191c7b408ee2903aca9fdcfb.tar.gz sbo-slackbuilds-abccc01065b74f06191c7b408ee2903aca9fdcfb.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to '.extras/overrides.example')
| -rw-r--r-- | .extras/overrides.example | 16 |
1 files changed, 0 insertions, 16 deletions
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: <prog> 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: <old> -> <new> dep was renamed on -current -# fetch: <prog> 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 |
