aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
20 hoursinstall.sh: seed config and overrides from examplesDanilo M.1-2/+22
Install ~/.config/sbo-testbuild/{config,overrides} from the example files on first install, skipping either if it already exists so user edits are never clobbered. Uninstall leaves them in place (user data). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
20 hoursinitial commit: docker test-build toolchainDanilo M.21-0/+5852
Extracted from the .extras/ dir of the sbo-slackbuilds package repo, where it grew from a throwaway helper into a standalone tool. Git history starts fresh; the original 41-commit development log is preserved in HISTORY.md. Contents: the test-build CLI (resolves a local SlackBuild's deps from a configured SBo tree and builds it in a throwaway container, lints, caches deps), the image-builder chain that produces the images it consumes, their pure-logic self-checks, design specs/plans, an install.sh for ~/bin, and docs. Licensed GPLv2-only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>