aboutsummaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 4fbfdcb..8f079bf 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -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