From 5cac5e17b1224e3f048058b26383f2cc15cf6282 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 17 Jul 2017 20:23:26 +0200 Subject: Use 'build' instead target/machine name for configuration directory Less noise in the logs. --- bbot/worker/worker.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index 2aad8aa..e3da1dd 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -228,9 +228,9 @@ build (size_t argc, const char* argv[]) // const vector_view env (argv + 1, argc - 1); - // Use target (if present) or machine as configuration directory name. + // Configuration directory name. // - dir_path dir (tm.target ? tm.target->string () : tm.machine); + dir_path dir ("build"); r.status |= run_bpkg (trace, r.log, wre, "create", @@ -238,7 +238,6 @@ build (size_t argc, const char* argv[]) "--wipe", tm.unquoted_config (), env); - if (!r.status) break; -- cgit v1.1