diff options
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -93,6 +93,13 @@ SlackBuild, `installpkg`s it, and runs `sbopkglint` **in-container** (it shells out to sudo, which only works as root here; never lint on the host). The host reads a `LINT-CLEAN`/`LINT-FINDINGS` marker from the log. +The SlackBuild dir is copied from the read-only mount into `/sbo/build` with +`rsync -a --no-links`, which **excludes symlinks**. A host-side `sbodl` source +cache leaves a symlink (`<src> -> ~/sbodl-cache/...`) that is absent in the +container; copying it in (dangling, or dereferenced to the cached file) would +make `wget -c` fail or skip the download. Excluding it lets the build download +the source fresh; the host prints a `WARN` naming each ignored symlink. + ### Dep cache Host dir (`PKG_CACHE`), namespaced `<variant>-<image-digest>/`. An image rebuild |
