diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-12-05 14:51:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-12-05 14:51:22 +0200 |
commit | 1dca20865e6dbcb37d22b9563c6e34ab5fe88a6e (patch) | |
tree | 70ae001c20b297089cabe42f37bb2626c34cf984 /build.sh | |
parent | 5b18d0d73980102aadc91678b1454b624cf6b253 (diff) |
Make bpkg-pkg-build print plan in build scripts
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -337,7 +337,7 @@ config.install.sudo="$conf_sudo" run bpkg-stage $verbose add "$BUILD2_REPO" run bpkg-stage $verbose $bpkg_fetch_ops fetch -run bpkg-stage $verbose $jobs $bpkg_build_ops build --for install --yes build2 bpkg bdep +run bpkg-stage $verbose $jobs $bpkg_build_ops build --for install --yes --plan= build2 bpkg bdep run bpkg-stage $verbose $jobs install build2 bpkg bdep run which b |