From d582029b2161a77cac2f43d93edfa88be3742732 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Nov 2019 10:19:49 +0200 Subject: Adjust to config.import to config.config.load rename --- bbot/worker/worker.cxx | 4 ++-- doc/manual.cli | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index f1686f2..ad48029 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -633,13 +633,13 @@ build (size_t argc, const char* argv[]) // change_wd (trace, &r.log, rwd); - // b create() config.import=~host + // b create() config.config.load=~host // r.status |= run_b ( trace, r.log, wre, "-V", "create(" + module_dir.representation () + ",cc)", - "config.import=~host"); + "config.config.load=~host"); if (!r.status) break; diff --git a/doc/manual.cli b/doc/manual.cli index 43a2709..f9efc9f 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -890,7 +890,7 @@ Such commands, therefore, have no associated \i{step id}: \ # # -b -V create config.import=~host +b -V create config.config.load=~host bpkg -v create --existing # bpkg.configure.add -- cgit v1.1