aboutsummaryrefslogtreecommitdiffstats
path: root/sbo-batch-test
AgeCommit message (Collapse)AuthorFilesLines
16 hoursAdd --init-base mode for first-time base populateDanilo M.1-5/+49
New --init-base flag installs the full slackware64-15.0 package set into SLACKWARE_BASE from the mirror, then exits. Runs its own pre-flight checks (root, NFS reachable, base not under the mirror) since the base does not exist yet, refuses to clobber a populated base, and seeds the last-base-update marker so the first build skips a needless re-patch. Replaces the manual installpkg --root loop that validate_env used to print as a hint. Docs (README, CLAUDE.md, HANDOFF) updated to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3 daysCredit bassmadrigal's overlay-chroot.sh in script and READMEDanilo M.1-2/+4
Document that the overlayfs setup, system bind mounts, base patching, and teardown ordering are inspired by overlay-chroot.sh by Slackware user bassmadrigal (Jeremy Hansen). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
3 daysInitial commit: sbo-batch-testDanilo M.1-0/+668
Batch-test SlackBuilds against a clean Slackware 15.0 overlay chroot. Non-interactive, local-tree-only dependency resolution with topological sort, per-target disposable overlay, persistent per-package logs, and a color summary. Includes README.md, CLAUDE.md working notes, the reference overlay-chroot.sh, the original spec, and test-logic.sh (resolver + BLOCKED-BY-DEP self-check, 12 checks passing). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>