| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-07-13 | image-builder: accept any Slackware pkg extension (*.t?z) not just .txz | Danilo M. | 1 | -8/+8 | |
| Upstream sbopkg ships as .tgz, not .txz. The require_pkgs guard, txz_hash find, cp staging, and Dockerfile COPY all hard-coded *.txz, so a .tgz package failed the presence check and was excluded from the rebuild hash. Widen every glob to *.t?z (matches .txz/.tgz/.tbz/.tlz); stage the whole pkgs dir into the image and installpkg the lot, dropping the in-image extension coupling entirely. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||||
| 2026-07-13 | image-builder: mark scripts executable | Danilo M. | 1 | -0/+0 | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||||
| 2026-07-13 | image-builder: per-variant isolation, non-zero exit on failure | Danilo M. | 1 | -1/+6 | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||||
| 2026-07-13 | image-builder: guard FULL_DIGEST recompute against set -e abort | Danilo M. | 1 | -1/+1 | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||||
| 2026-07-13 | image-builder: build-sbo-testbuild.sh | Danilo M. | 1 | -0/+117 | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||||
