| 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 | -2/+3 | |
| 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: curl -sS in fetch for http error diagnostics | Danilo M. | 1 | -1/+1 | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||||
| 2026-07-13 | image-builder: config + lib.sh helpers | Danilo M. | 1 | -0/+71 | |
| Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> | |||||
