From 368023455770538ad0f7568ee83cf4cef0a4eabc Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 13 Jul 2026 10:26:01 +0200 Subject: test-build: current-vs-stable override engine --- .extras/overrides.example | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .extras/overrides.example (limited to '.extras/overrides.example') diff --git a/.extras/overrides.example b/.extras/overrides.example new file mode 100644 index 0000000..706d6ea --- /dev/null +++ b/.extras/overrides.example @@ -0,0 +1,13 @@ +# 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 in 15.0 but already in the -current 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 +# rename: python3-foo -> foo +# fetch: somelib -- cgit v1.2.3