diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -49,8 +49,13 @@ Test-build a package you are editing (from its dir, or by path): cd some-slackbuild-dir && test-build <name> # -current test-build --stable <name> # 15.0 test-build --keep <name> # also keep the built .txz +test-build --local-deps <name> # deps live in the same repo ``` +`--local-deps` also searches the target's own repo (its grandparent dir) for +deps, for packages whose deps are siblings in the same repo and not on SBo. The +configured SBo tree is still searched after. + Build the images (on the docker host; see `image-builder/README`): ```bash |
